Age | Commit message (Expand) | Author |
2022-05-21 | refactor: Remove defunct attributes.h includes | Ben Woosley |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-11-26 | scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD | practicalswift |
2020-08-28 | Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check} | Wladimir J. van der Laan |
2020-08-17 | util: remove c-string interfaces for DecodeBase58{Check} | Sebastian Falbesoner |
2020-08-12 | util: make EncodeBase58Check consume Spans | Sebastian Falbesoner |
2020-08-12 | util: make EncodeBase58 consume Spans | Sebastian Falbesoner |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-12-05 | Add bounds checks in key_io before DecodeBase58Check | Pieter Wuille |
2019-11-19 | Pass a maximum output length to DecodeBase58 and DecodeBase58Check | Pieter Wuille |
2018-11-05 | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ... | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-02-19 | Stop using CBase58Data for ext keys | Pieter Wuille |
2018-02-19 | Replace CBitcoinSecret with {Encode,Decode}Secret | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-23 | Implement {Encode,Decode}Destination without CBitcoinAddress | Pieter Wuille |
2017-09-06 | Move CBitcoinAddress to base58.cpp | Pieter Wuille |
2017-09-06 | Introduce wrappers around CBitcoinAddress | Pieter Wuille |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-08 | Fix subscript[0] in base58.cpp | Jeremy Rubin |
2017-01-27 | [trivial] Fix typos in comments | practicalswift |
2016-04-14 | add bip32 pubkey serialization | Jonas Schnelli |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-07-25 | don't try to decode invalid encoded ext keys | Jonas Schnelli |
2015-07-23 | fix and extend CBitcoinExtKeyBase template | Jonas Schnelli |
2015-05-02 | Non-grammatical language improvements | Luke Dashjr |
2015-03-20 | allocators: split allocators and pagelocker | Cory Fields |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-11-21 | Convert remaining comments in /src to doxygen format | Michael Ford |
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields |
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille |
2014-09-10 | Merge pull request #4623 | Wladimir J. van der Laan |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |
2014-09-08 | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) | jtimon |
2014-08-30 | Broken addresses on command line no longer trigger testnet. | Ross Nicoll |
2014-05-10 | Move base58.h implementation code to base58.cpp | Pieter Wuille |
2014-04-22 | Replace DecodeBase58/EncodeBase58 with direct implementation. | Pieter Wuille |
2014-04-12 | Improve and expand base58 comments | rxl |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-07-15 | BIP32 derivation implementation | Pieter Wuille |
2013-06-24 | Generalize version bytes | Pieter Wuille |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2012-11-09 | make CBase58Data class use zero_after_free_allocator | Philip Kaufmann |
2012-11-09 | don't use memset() in privacy/security relevant code parts | Philip Kaufmann |
2012-09-18 | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |