Age | Commit message (Expand) | Author |
2019-01-05 | Use C++11 default member initializers | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-10 | Merge #12731: Support serialization as another type without casting | Wladimir J. van der Laan |
2018-03-21 | Add native support for serializing char arrays without FLATDATA | Pieter Wuille |
2018-03-20 | Support serialization as another type without casting | Pieter Wuille |
2018-02-17 | Add setter for g_initial_block_download_completed | Jonas Schnelli |
2018-02-09 | Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD | Jonas Schnelli |
2018-02-09 | Accept addresses with NODE_NETWORK_LIMITED flag | Jonas Schnelli |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-01-28 | Fix typos | practicalswift |
2018-01-24 | Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static... | Wladimir J. van der Laan |
2018-01-19 | Use GetDesireableServiceFlags in static seeds, document this. | Matt Corallo |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-05 | Add NODE_NETWORK_LIMITED flags and min block amount constants | Jonas Schnelli |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-11 | Merge #10749: Use compile-time constants instead of unnamed enumerations (rem... | MarcoFalke |
2017-10-13 | Replace relevant services logic with a function suite. | Matt Corallo |
2017-09-22 | Use static_cast instead of C-style casts for non-fundamental types | practicalswift |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-07-26 | Use compile-time constants instead of unnamed enumerations (remove "enum hack") | practicalswift |
2017-07-16 | Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma... | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-22 | Minor change to comment above new NODE_WITNESS service flag to keep it consit... | Greg Walker |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille |
2016-10-05 | protocol.h: Make enums in GetDataMsg concrete values | Wladimir J. van der Laan |
2016-10-04 | protocol.h: Move MESSAGE_START_SIZE into CMessageHeader | Wladimir J. van der Laan |
2016-09-28 | net: Hardcode protocol sizes and use fixed-size types | Wladimir J. van der Laan |
2016-09-28 | net: Consistent checksum handling | Wladimir J. van der Laan |
2016-08-25 | Show XTHIN in GUI | R E Broadley |
2016-07-31 | net: narrow include scope after moving to netaddress | Cory Fields |
2016-06-22 | BIP144: Handshake and relay (receiver side) | Pieter Wuille |
2016-06-22 | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille |
2016-06-19 | Add protocol messages for short-ids blocks | Matt Corallo |
2016-06-13 | Introduce enum ServiceFlags for service flags | Pieter Wuille |
2016-06-13 | Don't require services in -addnode | Pieter Wuille |
2016-03-21 | Implement "feefilter" P2P message. | Alex Morcos |
2016-03-18 | protocol.h/cpp: Removes NetMsgType::ALERT | Thomas Kerin |
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-12-10 | net: Add and document network messages in protocol.h | Wladimir J. van der Laan |
2015-09-05 | Add NODE_BLOOM service bit and bump protocol version | Matt Corallo |
2015-04-19 | nLastTry is only used for addrman entries | Pieter Wuille |
2015-03-21 | Add a NODE_GETUTXO service bit and document NODE_NETWORK. | Mike Hearn |
2015-02-25 | make CMessageHeader a dumb storage class | Cory Fields |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-16 | Remove references to X11 licence | Michael Ford |
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 |