| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate testnet default data dir | Zachary Michaels | 2014-09-15 | 2 | -0/+2 |
| | | |||||
| * | HOW DO I ENGLISH? | jebes | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | mispelled brief, corrected it | jebes | 2014-09-11 | 2 | -14/+14 |
| | | |||||
| * | HOW DO I GIT? | jebes | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | Documented varint | jebes | 2014-09-11 | 4 | -40/+80 |
| | | |||||
| * | commented util.h | jebes | 2014-09-09 | 2 | -8/+45 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 11 | -34/+319 |
| | | |||||
| * | Fix assert bug in base58 encode | Zachary Michaels | 2014-07-01 | 1 | -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 Winget | 2014-06-12 | 2 | -0/+15 |
| | | |||||
| * | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 2014-06-12 | 1 | -0/+6 |
| | | | | | implemented (but not tested\!) | ||||
| * | initial [broken] update | mydesktop | 2014-05-03 | 3 | -5/+80 |
| | | |||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -0/+2 |
| | | |||||
| * | some fixes | Antonio Juarez | 2014-03-20 | 4 | -5/+64 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 11 | -0/+1249 |
