72 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
Philip Kaufmann 22d7e7014f prefer const string& over char* in CDB and CWalletDB constructor 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 22b3c4bbbd remove unused class CAddrMan; from db.h 10 years ago
Wladimir J. van der Laan d004d7279f Move CAddrDB frrom db to net 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 12 years ago
Pieter Wuille ccda03b570 Remove database/ after clean shutdown 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Philip Kaufmann be8e1f8479 Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown() 12 years ago
Philip Kaufmann c74bae0fdf simplify CDBEnv::Open() / fix small glitches 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille d979e6e36a Use singleton block tree database instance 12 years ago
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille 5382bcf8cd Multiple blocks per file 12 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully. 12 years ago
Luke Dashjr 148e107da6 Run BDB disk-less for test_bitcoin 12 years ago
Pieter Wuille 70f6049f71 Remove CTxDB::ReadOwnerTxes. 12 years ago
Jeff Garzik 9ac282ca0c Refactor: add IsChainFile helper. LoadBlockIndex() code movement. 12 years ago
Luke Dashjr f9189543bf CDBEnv: fix qt build 12 years ago
Jeff Garzik f94b64c2f3 Prevent crashes due to missing or corrupted database records 12 years ago
Jeff Garzik ffe8b77a61 Further CDBEnv encapsulation work. 12 years ago
Jeff Garzik 8b1202c52c Remove unused nested BDB transaction support 12 years ago
Jeff Garzik 24b57e3c6a Create CDBEnv::TxnBegin(), and use it in CDB::TxnBegin() 12 years ago
Jeff Garzik cd9696fc97 Encapsulate BDB environment inside new CDBEnv class 12 years ago
Jeff Garzik 394b9298fa Default to DB_TXN_WRITE_NOSYNC for all transactional operations 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Jeff Garzik 928d3a011c CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 12 years ago
Jeff Garzik a7d45c5a7a Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk() 12 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default. 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Pieter Wuille 53cb1a49e7 Use erase instead of rewrite to remove old addr entries 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Gavin Andresen 972060ce0e bitcoind changes to stop storing settings in wallet.dat. 12 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Pieter Wuille 0b807a417f Add SetMinVersion to CWallet 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 12 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 2a45a494b0 Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 13 years ago