summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAgeFilesLines
* Separate testnet default data dirZachary Michaels2014-09-152-0/+2
|
* HOW DO I ENGLISH?jebes2014-09-111-1/+1
|
* mispelled brief, corrected itjebes2014-09-112-14/+14
|
* HOW DO I GIT?jebes2014-09-111-1/+1
|
* Documented varintjebes2014-09-114-40/+80
|
* commented util.hjebes2014-09-092-8/+45
|
* License updated to BSD 3-clausefluffypony2014-07-2311-34/+319
|
* Fix assert bug in base58 encodeZachary Michaels2014-07-011-1/+1
| | | | | | | | The previous implementation was almost certainly a typo. full_block_size is the maximum index in the encoded_block_sizes array, and size is used as an index in this array. So now 1 <= size <= full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) == size_of(size_t) == ? (maybe 4 on 32-bit systems!)
* DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-122-0/+15
|
* builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget2014-06-121-0/+6
| | | | implemented (but not tested\!)
* initial [broken] updatemydesktop2014-05-033-5/+80
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-0/+2
|
* some fixesAntonio Juarez2014-03-204-5/+64
|
* moved all stuff to githubAntonio Juarez2014-03-0311-0/+1249