index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txdb.cpp
Age
Commit message (
Expand
)
Author
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-28
Fix chainstate serialized_size computation
Pieter Wuille
2015-10-22
leveldbwrapper symbol rename: Remove "Level" from class, etc. names
Jeff Garzik
2015-10-13
trivial: use constants for db keys
Daniel Kraft
2015-10-09
Refer to obfuscate_key via pointer in peripheral CLevelDB classes
James O'Beirne
2015-10-08
Handle obfuscation in CLevelDBIterator
James O'Beirne
2015-10-08
Encapsulate CLevelDB iterators cleanly
Pieter Wuille
2015-10-06
Add chainstate obfuscation to avoid spurious antivirus detection
James O'Beirne
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-06-16
rpc: make `gettxoutsettinfo` run lock-free
Wladimir J. van der Laan
2015-03-26
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-25
change hardcoded character constants to a set of descriptive named constants ...
Earlz
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-25
Do all block index writes in a batch
Pieter Wuille
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-21
rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`
Wladimir J. van der Laan
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-23
Do not keep fully spent but unwritten CCoins entries cached.
Pieter Wuille
2014-09-23
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-26
Merge pull request #4748
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-24
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-16
Changed LevelDB cursors to use scoped pointers to ensure destruction when goi...
Ross Nicoll
2014-07-01
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-06-23
Refactor proof of work related functions out of main
jtimon
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-04-30
use standard __func__ instead of __PRETTY_FUNCTION__
Philip Kaufmann
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-20
extend std::exception logging in txdb.cpp
Philip Kaufmann
2013-11-10
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-08
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-01
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-05-01
Improve gettxoutsetinfo command
Pieter Wuille
2013-04-03
Clean up shutdown process
Gavin Andresen
[prev]
[next]