FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/dbwrapper.cpp - https-github-com-goodman-ops/chips · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-goodman-ops
/
chips
Public
forked from
chips-blockchain/chips
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
chips
src
dbwrapper.cpp
on
master
User selector
Datepicker
Commit history
Commits on Mar 10, 2018
Log fatal LevelDB errors more verbosely
eklitzke
committed
f4b68b3
View commit details
Copy full SHA for f4b68b3
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Add DynamicMemoryUsage() to LevelDB
Show description for 741f017
eklitzke
committed
741f017
View commit details
Copy full SHA for 741f017
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
committed
595a7ba
View commit details
Copy full SHA for 595a7ba
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included
Show description for 5d132e8
laanwj
committed
5d132e8
View commit details
Copy full SHA for 5d132e8
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Prefix leveldb debug logging
Show description for 9b80fc1
laanwj
committed
9b80fc1
View commit details
Copy full SHA for 9b80fc1
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
Remove includes in .cpp files for things the corresponding .h file already included
practicalswift
committed
a720b92
View commit details
Copy full SHA for a720b92
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
scripted-diff: Replace #include "" with #include <> (ryanofsky)
Show description for 1a44534
meshcollider
committed
1a44534
View commit details
Copy full SHA for 1a44534
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Merge #10701: Remove the virtual specifier for functions with the override specifier
Show description for 50fae68
MarcoFalke
committed
50fae68
View commit details
Copy full SHA for 50fae68
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Merge #9964: Add const to methods that do not modify the object for which it is called
Show description for b6a4891
MarcoFalke
committed
b6a4891
View commit details
Copy full SHA for b6a4891
View code at this point
Browse repository at this point
Commits on Aug 14, 2017
scripted-diff: stop using the gArgs wrappers
Show description for bb81e17
Marko Bencun
authored and
laanwj
committed
bb81e17
View commit details
Copy full SHA for bb81e17
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Remove the virtual specifier for functions with the override specifier
Show description for 1bcd442
practicalswift
committed
1bcd442
View commit details
Copy full SHA for 1bcd442
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
Show description for 90d4d89
practicalswift
committed
90d4d89
View commit details
Copy full SHA for 90d4d89
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
Add undocumented -forcecompactdb to force LevelDB compactions
sipa
committed
8842d1a
View commit details
Copy full SHA for 8842d1a
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Add const to methods that do not modify the object for which it is called
practicalswift
committed
6e8c48d
View commit details
Copy full SHA for 6e8c48d
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Show description for f3f1e2e
laanwj
committed
f3f1e2e
View commit details
Copy full SHA for f3f1e2e
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
Turn TryCreateDirectory() into TryCreateDirectories()
Show description for 1d1ea9f
Marko Bencun
committed
1d1ea9f
View commit details
Copy full SHA for 1d1ea9f
View code at this point
Browse repository at this point
Commits on May 31, 2017
[trivial] Add end of namespace comments
practicalswift
committed
5a9b508
View commit details
Copy full SHA for 5a9b508
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Replace uses of boost::filesystem with fs
Show description for bac5c9c
laanwj
committed
bac5c9c
View commit details
Copy full SHA for bac5c9c
View code at this point
Browse repository at this point
Replace includes of boost/filesystem.h with fs.h
Show description for 7d5172d
laanwj
committed
7d5172d
View commit details
Copy full SHA for 7d5172d
View code at this point
Browse repository at this point
Commits on Apr 1, 2017
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Show description for 6b3bb3d
gmaxwell
committed
6b3bb3d
View commit details
Copy full SHA for 6b3bb3d
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
[LevelDB] Plug leveldb logs to bitcoin logs
NicolasDorier
committed
cfce581
View commit details
Copy full SHA for cfce581
View code at this point
Browse repository at this point
Commits on Dec 31, 2016
Increment MIT Licence copyright header year on files modified in 2016
Show description for 27765b6
isle2983
committed
27765b6
View commit details
Copy full SHA for 27765b6
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
C++11: s/boost::scoped_ptr/std::unique_ptr/
jtimon
committed
cdd79eb
View commit details
Copy full SHA for cdd79eb
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
dbwrapper: Move `HandleError` to `dbwrapper_private`
Show description for 869cf12
laanwj
committed
869cf12
View commit details
Copy full SHA for 869cf12
View code at this point
Browse repository at this point
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
Show description for b69836d
laanwj
committed
b69836d
View commit details
Copy full SHA for b69836d
View code at this point
Browse repository at this point
dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex
Show description for 878bf48
laanwj
committed
878bf48
View commit details
Copy full SHA for 878bf48
View code at this point
Browse repository at this point
dbwrapper: Remove throw keywords in function signatures
Show description for 74f7b12
laanwj
committed
74f7b12
View commit details
Copy full SHA for 74f7b12
View code at this point
Browse repository at this point
Commits on Dec 13, 2015
Bump copyright headers to 2015
MarcoFalke
committed
fa24439
View commit details
Copy full SHA for fa24439
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
leveldbwrapper file rename to dbwrapper.*
jgarzik
committed
3795e81
View commit details
Copy full SHA for 3795e81
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL