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