475 Commits (d1020b780a1493c6a709f70756b2af54a7126f40)

Author SHA1 Message Date
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 12 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 11 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 11 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 11 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 11 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 11 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 11 years ago
Pieter Wuille 360cfe142c Allow the default key to be unavailable 11 years ago
Pieter Wuille 97e7901a3a Do not invoke DoS for non-canonical sigs 11 years ago
Pieter Wuille 20d0810f30 Require strictly-standard encodings in mempool 11 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 11 years ago
Pieter Wuille 6ed71b5e4f Make sure we always have a node to do IBD from 11 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 11 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 11 years ago
Pieter Wuille 92a129980f Update transaction statistics 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 11 years ago
Matt Corallo eb59c4ca8e Revert "Actually use mapAlreadyAskedFor." 11 years ago
Pieter Wuille c7f039b674 Process getdata invs separately until send buffer overflows 11 years ago
Pieter Wuille 41b052ad87 Use per-message send buffer, rather than per connection 11 years ago
Pieter Wuille 967f24590b Some fixes to CNetMessage processing 11 years ago
Jeff Garzik 607dbfdeaf P2P: parse network datastream into header/data components in socket thread 12 years ago
Pieter Wuille 3427517d50 Clean up global datastructures at shutdown. 11 years ago
Gavin Andresen 402f19b645 Before 15 May, limit created block size to 500K 11 years ago
Gavin Andresen 8c222dca4f CheckBlock rule until 15-May for 10,000 BDB lock compatibility 11 years ago
Philip Kaufmann 69e0774714 small changes in init, main, checkpoints.h and bitcoin-qt.pro 12 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 12 years ago
Pieter Wuille 398774181a Improve block database load error reporting 12 years ago
Pieter Wuille 7cdc37c0a4 Bugfix CValidationResult for BIP30 + add DoS 12 years ago
Rubén Darío Ponticelli e90b831e83 Do not call ResendWalletTransactions when reindexing, importing or on IBD 12 years ago
Gavin Andresen 41e1a0d766 Make transactions larger than 100K non-standard 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Luke Dashjr 8c4e43130b Bugfix: Enable ConnectBestBlock to properly report back validation problems, and ensure orphan processing (when their parents are found) cannot be used to counter-DDoS the node providing the parent 12 years ago
Pieter Wuille 1eb578796c Drop padding in blk* when finalizing file 12 years ago
Pieter Wuille 421218d304 Deal with LevelDB errors 12 years ago
Gavin Andresen 15ebd4865a Fix two clang3.3 warnings 12 years ago
Pieter Wuille 7851033dd6 Improve dealing with abort conditions 12 years ago
Pieter Wuille 18379c8087 Add disk space checks before flushing CCoins cache 12 years ago
Pieter Wuille 86c82bf9d0 Treat coinbase value violation as DoS 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Gavin Andresen 6f8730752c Treat non-final transactions as non-standard 12 years ago
Pieter Wuille 56869fc07c Check only 288 blocks at startup by default 12 years ago