Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-12-04 | Merge pull request #4894 | Riccardo Spagni | 1 | -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) | |||||
2018-12-04 | Merge pull request #4854 | Riccardo Spagni | 1 | -1/+0 | |
bd98e99c Removed a lot of unnecessary includes (Martijn Otto) | |||||
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 1 | -1/+1 | |
Found by codacy.com | |||||
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -1/+0 | |
2018-11-13 | common: fix base58 gcc -Werror=implicit-fallthrough | xiphon | 1 | -14/+2 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-09-08 | Silence more stupid gcc warnings | Howard Chu | 1 | -7/+7 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -4/+29 | |
2014-07-01 | Fix assert bug in base58 encode | Zachary Michaels | 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!) | |||||
2014-03-20 | some fixes | Antonio Juarez | 1 | -0/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+246 | |