index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+1
*
rpc: make `gettxoutsettinfo` run lock-free
Wladimir J. van der Laan
2015-06-16
1
-1
/
+4
*
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-26
1
-1
/
+3
*
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
1
-0
/
+1
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-3
/
+3
*
change hardcoded character constants to a set of descriptive named constants ...
Earlz
2015-01-25
1
-21
/
+32
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-3
/
+3
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
|
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-2
/
+2
|
/
*
Do all block index writes in a batch
Pieter Wuille
2014-11-25
1
-13
/
+12
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+0
*
rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`
Wladimir J. van der Laan
2014-10-21
1
-1
/
+1
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-15
/
+8
|
\
|
*
Do not keep fully spent but unwritten CCoins entries cached.
Pieter Wuille
2014-09-23
1
-3
/
+8
|
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-12
/
+0
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-1
/
+1
|
/
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-1
/
+2
*
Merge pull request #4748
Pieter Wuille
2014-08-26
1
-0
/
+1
|
\
|
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
|
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-5
/
+8
|
/
*
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-24
1
-2
/
+5
*
Changed LevelDB cursors to use scoped pointers to ensure destruction when goi...
Ross Nicoll
2014-08-16
1
-4
/
+2
*
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
1
-2
/
+2
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-2
/
+3
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-6
/
+0
*
use standard __func__ instead of __PRETTY_FUNCTION__
Philip Kaufmann
2014-04-30
1
-2
/
+2
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-1
/
+1
*
extend std::exception logging in txdb.cpp
Philip Kaufmann
2013-12-20
1
-6
/
+6
*
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
1
-13
/
+10
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+6
*
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-08
1
-1
/
+1
*
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-11-01
1
-5
/
+1
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-4
/
+0
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-1
/
+1
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-1
/
+2
*
Improve gettxoutsetinfo command
Pieter Wuille
2013-05-01
1
-3
/
+19
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+4
*
Merge pull request #2221 from sipa/perfo
Gavin Andresen
2013-02-22
1
-3
/
+3
|
\
|
*
Various performance tweaks to CCoinsView
Pieter Wuille
2013-01-26
1
-3
/
+3
*
|
Rename database directories
Pieter Wuille
2013-01-28
1
-2
/
+2
|
/
*
Add optional transaction index to databases
Pieter Wuille
2013-01-18
1
-0
/
+23
*
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-11-09
1
-2
/
+14
*
Cache size optimizations
Pieter Wuille
2012-11-04
1
-2
/
+2
*
Bugfix: don't crash by trying to write unchanged best block
Pieter Wuille
2012-10-28
1
-1
/
+2
*
Remove BDB block database support
Pieter Wuille
2012-10-20
1
-0
/
+189