summaryrefslogtreecommitdiff
path: root/src/common/base58.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Merge pull request #4894Riccardo Spagni2018-12-041-1/+1
|\ | | | | | | | | | | | | | | | | | | aee7a4e3 wallet_rpc_server: do not use RPC data if the call failed (moneromooo-monero) 1a0733e5 windows_service: fix memory leak (moneromooo-monero) 0dac3c64 unit_tests: do not rethrow a copy of an exception (moneromooo-monero) 5d9915ab cryptonote: fix get_unit for non default settings (moneromooo-monero) d4f50cb1 remove some unused code (moneromooo-monero) 61163971 a few minor (but easy) performance tweaks (moneromooo-monero) 30023074 tests: slow_memmem now returns size_t (moneromooo-monero)
| * a few minor (but easy) performance tweaksmoneromooo-monero2018-11-231-1/+1
| | | | | | | | Found by codacy.com
* | Merge pull request #4854Riccardo Spagni2018-12-041-1/+0
|\ \ | |/ |/| | | bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
| * Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
| |
* | common: fix base58 gcc -Werror=implicit-fallthroughxiphon2018-11-131-14/+2
|/
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Silence more stupid gcc warningsHoward Chu2017-09-081-7/+7
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-4/+29
|
* 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!)
* some fixesAntonio Juarez2014-03-201-0/+1
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+246