Merge pull request #295 from svost/patch
[novacoin.git] / src / db.cpp
2016-03-28 svostIt's a c++: use string.clear()
2016-03-04 CryptoManiacCheck for NULL values properly.
2016-02-20 svostGet rid of some LONG variables
2016-02-15 svostMove the constant variable outside the loop
2016-02-15 svostFix gcc Wreorder warning
2016-02-14 svostfDetachDB missed in constructor
2016-01-22 FuzzyHobbitFix key parsing for salvage 266/head
2015-09-30 svostAdded GetArgUInt function 243/head
2015-09-29 svostAdded GetArgInt function 242/head
2015-05-15 svostFix MSVC C4800: 'type' forcing value to bool 'true... 224/head
2015-05-07 svostFix MSVC C4101 warnings 220/head
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-07-28 CryptoManiacRestore BDB block index wrapper and enable it by default.
2014-01-14 alexSecond pre-release update
2013-09-28 alexRemove legacy code, bump version number
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexRemove loop macro from util.h
2013-08-24 alexAdd conditions to resolve BDB 4.6 compatibility issues.
2013-08-18 alexBUGFIX: Move boost/version.hpp include from db.cpp...
2013-08-18 alexOptimization: disable block signature varification...
2013-07-29 alexUse uint256 instead of CBigNum for ChainTrust
2013-07-28 alexBUGFIX: Don't try to resize vector to negative size.
2013-06-29 alexEnable DB_LOG_IN_MEMORY flag
2013-06-29 alexEnable DB_LOG_AUTO_REMOVE flag
2013-05-19 alexlocks exhaustion fix v0.4.2-nvc
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2012-08-23 Sunny KingPPCoin: Fix coinbase mint checks
2012-08-23 Sunny KingPPCoin: Switch main chain protocol to score with proof...
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-05 Sunny KingPPCoin: Fix a startup issue writing checkpoint master...
2012-07-03 Scott NadalPPCoin: Reset sync-checkpoint when checkpoint master...
2012-06-26 Scott NadalPPCoin: Remove automatic checkpoint code
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-06-19 Jeff GarzikDefault to DB_TXN_WRITE_NOSYNC for all transactional...
2012-06-07 Sunny KingPPCoin: Include coinstake timestamp in duplicate-stake...
2012-05-30 Sunny KingPPCoin: Define synchronized checkpoint
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-01 Sunny KingPPCoin: New data structure for detection of block spam
2012-04-25 Pieter WuilleMake lsn_reset ("detach databases") optional and off...
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
2012-04-18 R E BroadleyAdded ability to respond to signals during Block Loadin...
2012-04-17 Pieter WuilleMerge pull request #1114 from sipa/lesssync
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Pieter WuilleReduce sync frequency for blkindex.dat
2012-04-16 Sunny KingPPCoin: target adjustment for both proof-of-work and...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-11 Gavin AndresenRemove path.make_preferred() calls, and fix compiler...
2012-04-09 Pieter WuilleMerge pull request #1052 from sipa/scopedlocks
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Philip Kaufmannupdated db.cpp to use make_preferred()
2012-04-05 Pieter WuilleFlush on log size instead of transaction count
2012-03-29 Gavin AndresenMerge pull request #1010 from sipa/fastblocks2
2012-03-29 Pieter WuilleUse transactions-updated as flush condition
2012-03-29 Gavin AndresenWorkaround hangs when upgrading old addr.dat files
2012-03-29 Gavin AndresenAuto-remove logs, and decrease logfile size to 10M
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-26 Pieter WuilleUse erase instead of rewrite to remove old addr entries
2012-03-22 Pieter WuilleCheck minversion before loading the rest of the wallet
2012-03-22 Gavin AndresenMerge branch 'checklevel' of https://github.com/sipa...
2012-03-22 Gavin AndresenMerge pull request #975 from sipa/versioncheck
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-22 Pieter WuilleCheck minversion before loading the rest of the wallet
2012-03-22 Pieter WuilleAdd -checklevel and improve -checkblocks
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-21 Pieter WuilleSpeed up block downloading
2012-03-19 Luke DashjrPrint more diagnostic info for the various DB_CORRUPT...
2012-03-12 Luke DashjrPrint more diagnostic info for the various DB_CORRUPT...
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-25 Pieter WuilleFix addrProxy setting
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-18 Pieter WuilleAdd SetMinVersion to CWallet
2012-02-17 Sunny KingPPCoin: RPC commands 'getbranchpoint' and 'resetcheckpoint'
2012-02-15 sje397Added 'Backup Wallet' menu option
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-03 Pieter WuilleFull checking of all loaded keys
2012-02-02 Pieter WuilleCheck consistency of private keys
2012-01-26 Pieter WuilleFull checking of all loaded keys
next