aboutsummaryrefslogtreecommitdiff
path: root/src/base58.h
Commit message (Expand)AuthorAgeFilesLines
* Revert NACK'd fixes for 0.7.2.Luke Dashjr2012-11-161-4/+2
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-2/+4
|\
| * don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-121-2/+4
| * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-1/+1
| |\
| | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-121-1/+1
| | |\
| | | * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-1/+1
| | | * Update License in File HeadersFordy2012-05-201-1/+1
| | * | Fix a couple more typosfanquake2012-07-061-1/+1
| | * | Fix a few typosfanquake2012-07-051-3/+3
| | * | Update License in File HeadersFordy2012-05-201-1/+1
| * | | Fix a couple more typosfanquake2012-07-061-1/+1
| * | | Fix a few typosfanquake2012-07-051-3/+3
| * | | Update License in File HeadersFordy2012-05-201-1/+1
| * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-221-1/+1
| |\| |
| | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-04-221-1/+1
| | |\|
| | | * Fix misc. minor sign-comparison warningsJeff Garzik2012-04-171-1/+1
| * | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-151-0/+10
* | | | Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
* | | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* | | | Fix a couple more typosfanquake2012-06-301-1/+1
* | | | Fix a few typosfanquake2012-06-291-3/+3
* | | | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-30/+71
* | | | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-3/+3
* | | | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \ \ \
| * | | | Update License in File HeadersFordy2012-05-181-1/+1
* | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
|/ / / /
* | | | Fix misc. minor sign-comparison warningsJeff Garzik2012-04-151-1/+1
* | | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-121-0/+10
|/ / /
* | | Begin doxygen-compatible commentsPieter Wuille2012-03-261-6/+8
* | | Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* | | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-2/+2
* | | Compressed pubkeysPieter Wuille2012-01-091-9/+12
* | | Back out testnet default address change, it breaks accounts on old wallets.Gavin Andresen2011-12-221-3/+1
* | | Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-2/+0
* | | Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+2
* | | Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen2011-12-191-10/+23
* | | Put OP_EVAL string in coinbase of generated blocksGavin Andresen2011-12-191-5/+5
* | | OP_EVAL implementationGavin Andresen2011-12-191-0/+25
* | | CBitcoinSecret added (base58 encoded privkey)Pieter Wuille2011-12-171-4/+49
|/ /
* / Some extra commentsPieter Wuille2011-11-071-4/+19
|/
* Unify copyright notices.Matt Corallo2011-08-091-0/+1
* make SetHash160 return a value (as specified in the function signature)Wladimir J. van der Laan2011-07-261-0/+1
* Fix bug with accessing vchData[0] when vchData is empty. Abraham Jewowich2011-07-181-4/+7
* split off CBase58Data from CBitcoinAddressPieter Wuille2011-07-171-41/+65
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-38/+107
* Demystify a few magic numbers.Doug Huff2011-06-061-0/+2
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-19/+26
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+201