Age | Commit message (Expand) | Author |
2014-11-03 | Fix all header defines | Pavel JanÃk |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille |
2014-09-02 | Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS | Pieter Wuille |
2014-09-01 | Serializer simplifications after IMPLEMENT_SERIALIZE overhaul | Pieter Wuille |
2014-08-31 | Use CSizeComputer to avoid counting sizes in SerializationOp | Pieter Wuille |
2014-08-31 | rework overhauled serialization methods to non-static | Kamil Domanski |
2014-08-31 | overhaul serialization code | Kamil Domanski |
2014-08-27 | Revert "Add a getutxos command to the p2p protocol. It allows querying of the... | Wladimir J. van der Laan |
2014-08-25 | Merge pull request #4351 | Wladimir J. van der Laan |
2014-08-20 | Remove all other print() methods | Wladimir J. van der Laan |
2014-08-11 | Add a getutxos command to the p2p protocol. It allows querying of the UTXO set | Mike Hearn |
2014-06-21 | Add comment regarding experimental-use service bits | Peter Todd |
2014-06-04 | Replace virtual methods with static attributes, chainparams.h depends on | jtimon |
2014-05-09 | Reduce bignum.h now it is only needed for scriptnum_tests | Pieter Wuille |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-03-29 | Use per-message send buffer, rather than per connection | Pieter Wuille |
2013-01-16 | Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK | Matt Corallo |
2012-11-13 | Abstract block hash substr extraction (for debug.log) into BlockHashStr inline | Luke Dashjr |
2012-07-04 | Fix remaining warnings. | Matt Corallo |
2012-05-18 | Update License in File Headers | Fordy |
2012-04-17 | Move proto version to version.h. Reduce header deps a bit more. | Jeff Garzik |
2012-04-12 | Replace several network protocol version numbers with named constants | Jeff Garzik |
2012-03-26 | Begin doxygen-compatible comments | Pieter Wuille |
2012-02-24 | CAddrMan: stochastic address manager | Pieter Wuille |
2012-02-21 | Post-feb20 simplifications | Pieter Wuille |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2012-01-17 | Fix handling of default ports | Pieter Wuille |
2012-01-06 | Network stack refactor | Pieter Wuille |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan |
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr |
2011-08-19 | Move CInv to protocol.[ch]pp | Giel van Schijndel |
2011-08-19 | Move CAddress to protocol.[ch]pp | Giel van Schijndel |
2011-08-19 | Start moving protocol-specific code to protocol.[ch]pp | Giel van Schijndel |