Age | Commit message (Expand) | Author |
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 |
2012-06-30 | Fix a couple more typos | fanquake |
2012-06-29 | Fix a few typos | fanquake |
2012-05-24 | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-05-20 | Merge pull request #1354 from fanquake/master | Pieter Wuille |
2012-05-18 | change strings to Bitcoin (uppercase), where it is used as a noun and update ... | Philip Kaufmann |
2012-05-18 | Update License in File Headers | Fordy |
2012-04-15 | Fix misc. minor sign-comparison warnings | Jeff Garzik |
2012-04-12 | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so... | Chris Moore |
2012-03-26 | Begin doxygen-compatible comments | Pieter Wuille |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen |
2012-01-09 | Compressed pubkeys | Pieter Wuille |
2011-12-22 | Back out testnet default address change, it breaks accounts on old wallets. | Gavin Andresen |
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-12-19 | Update bitcoin address numbers for latest luke-jr/sipa scheme | Gavin Andresen |
2011-12-19 | Put OP_EVAL string in coinbase of generated blocks | Gavin Andresen |
2011-12-19 | OP_EVAL implementation | Gavin Andresen |
2011-12-17 | CBitcoinSecret added (base58 encoded privkey) | Pieter Wuille |
2011-11-07 | Some extra comments | Pieter Wuille |
2011-08-09 | Unify copyright notices. | Matt Corallo |
2011-07-26 | make SetHash160 return a value (as specified in the function signature) | Wladimir J. van der Laan |
2011-07-18 | Fix bug with accessing vchData[0] when vchData is empty.
| Abraham Jewowich |
2011-07-17 | split off CBase58Data from CBitcoinAddress | Pieter Wuille |
2011-07-17 | Use CBitcoinAddress instead of string/uint160 | Pieter Wuille |
2011-06-06 | Demystify a few magic numbers. | Doug Huff |
2011-05-15 | make bitcoin include files more modular | Wladimir J. van der Laan |
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil |