Age | Commit message (Expand) | Author |
2013-06-22 | Merge pull request #2660 from TheBlueMatt/gmfrefactor | Pieter Wuille |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-06-19 | Move implementation of some CBlockLocator methods | Mike Hearn |
2013-06-14 | Refactor fee rules to make them actually readable. | Matt Corallo |
2013-06-13 | Remove broken option to skip input checking for wallet txn. | Matt Corallo |
2013-06-05 | Using boost::signals2 to message main from net.cpp. | Eric Lombrozo |
2013-06-05 | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. | Eric Lombrozo |
2013-06-05 | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t... | Eric Lombrozo |
2013-06-05 | Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg... | Eric Lombrozo |
2013-06-05 | Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL... | Eric Lombrozo |
2013-06-04 | build: add global var for whether or not the gui is enabled | Cory Fields |
2013-06-01 | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann |
2013-05-30 | Merge pull request #2644 from sipa/constfindblock | Jeff Garzik |
2013-05-30 | Merge pull request #2657 from gmaxwell/its_after_may15_forever | Jeff Garzik |
2013-05-22 | More bestblock records in wallets | Pieter Wuille |
2013-05-21 | CreateNewBlock performance improvements | Pieter Wuille |
2013-05-16 | It's after 2013-05-15 forever now, so remove the code for the May 15 fork. | Gregory Maxwell |
2013-05-12 | Make FindBlockByHeight constant-time. | Pieter Wuille |
2013-05-04 | Merge pull request #2577 from gavinandresen/fee_bandaid | Gavin Andresen |
2013-05-03 | Un-hardcode TX_FEE constants | Gavin Andresen |
2013-05-03 | Define dust transaction outputs, and make them non-standard | Gavin Andresen |
2013-04-25 | Allow the default key to be unavailable | Pieter Wuille |
2013-04-18 | Do not invoke DoS for non-canonical sigs | Pieter Wuille |
2013-04-14 | Require strictly-standard encodings in mempool | Pieter Wuille |
2013-04-12 | Use a uint256 for bnChainWork | Pieter Wuille |
2013-04-09 | Merge pull request #2478 from sipa/fullhash | Gavin Andresen |
2013-04-07 | Make sure we always have a node to do IBD from | Pieter Wuille |
2013-04-07 | Always print full hashes (tx, block, inv) | Pieter Wuille |
2013-04-06 | small indentation, space, formatting fixes (no code changes) | Philip Kaufmann |
2013-04-03 | Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor | Gavin Andresen |
2013-04-03 | Merge pull request #2357 from gavinandresen/shutdowncleanup | Gavin Andresen |
2013-04-03 | Merge pull request #2453 from sipa/txstats | Gavin Andresen |
2013-04-04 | Update transaction statistics | Pieter Wuille |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-04-03 | Port Thread* methods to boost::thread_group | Gavin Andresen |
2013-04-03 | Rename util.h Sleep --> MilliSleep | Gavin Andresen |
2013-04-03 | Shutdown cleanup prep-work | Gavin Andresen |
2013-04-02 | Merge pull request #2420 from sipa/globclean | Gavin Andresen |
2013-04-01 | Revert "Actually use mapAlreadyAskedFor." | Matt Corallo |
2013-03-30 | Process getdata invs separately until send buffer overflows | Pieter Wuille |
2013-03-29 | Use per-message send buffer, rather than per connection | Pieter Wuille |
2013-03-29 | Some fixes to CNetMessage processing | Pieter Wuille |
2013-03-29 | P2P: parse network datastream into header/data components in socket thread | Jeff Garzik |
2013-03-29 | Clean up global datastructures at shutdown. | Pieter Wuille |
2013-03-17 | Before 15 May, limit created block size to 500K | Gavin Andresen |
2013-03-17 | CheckBlock rule until 15-May for 10,000 BDB lock compatibility | Gavin Andresen |
2013-02-23 | Merge pull request #2186 from Diapolo/misc_stuff | Wladimir J. van der Laan |
2013-02-22 | Merge pull request #2221 from sipa/perfo | Gavin Andresen |
2013-02-22 | Merge pull request #2229 from sipa/prealloc | Gavin Andresen |
2013-02-20 | small changes in init, main, checkpoints.h and bitcoin-qt.pro | Philip Kaufmann |