Age | Commit message (Expand) | Author |
2013-08-21 | Update the bloom state on the real object, not the temporary one.v0.8.4rc2v0.8.4 | Gregory Maxwell |
2013-08-21 | Fix non-standard disconnected transactions causing mempool orphans | Pieter Wuille |
2013-08-21 | Performance optimization for bloom filters. | Gregory Maxwell |
2013-08-20 | Simplify storage of orphan transactions | Gavin Andresen |
2013-08-20 | Revert "Truncate oversize 'tx' messages before relaying/storing." | Gavin Andresen |
2013-08-20 | Fix multi-block reorg transaction resurrection | Matt Corallo |
2013-06-25 | Truncate oversize 'tx' messages before relaying/storing. | Peter Todd |
2013-05-22 | More bestblock records in wallets | Pieter Wuille |
2013-05-21 | CreateNewBlock performance improvements | 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 |
2013-02-17 | Improve block database load error reporting | Pieter Wuille |
2013-02-06 | Merge pull request #2279 from sipa/cvrbip30 | Gavin Andresen |
2013-02-06 | Bugfix CValidationResult for BIP30 + add DoS | Pieter Wuille |
2013-02-05 | Do not call ResendWalletTransactions when reindexing, importing or on IBD | Rubén Darío Ponticelli |
2013-02-05 | Merge branch 'reindexgen' of git://github.com/sipa/bitcoin | Gavin Andresen |
2013-02-05 | Merge pull request #2273 from gavinandresen/txsize | Gavin Andresen |
2013-02-05 | Make transactions larger than 100K non-standard | Gavin Andresen |
2013-02-01 | Make sure the genesis block is present after reindex | Pieter Wuille |
2013-01-31 | Bugfix: Enable ConnectBestBlock to properly report back validation problems, ... | Luke Dashjr |