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-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 1 | -0/+1 | |
2018-05-17 | object_sizes: add a few useful types | moneromooo-monero | 1 | -0/+5 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-18 | use const refs in for loops for non tiny types | moneromooo-monero | 1 | -1/+1 | |
2017-12-16 | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 1 | -1/+1 | |
These even had the epee namespace. This fixes some ugly circular dependencies. | |||||
2017-10-15 | Merge pull request #2592 | Riccardo Spagni | 1 | -1/+0 | |
dc19659d Remove network_address_base which has been merged with ipv4_network_address in 8b006877 (Michał Sałaban) 2183ade0 Don't try to create wallet-dir when it's not given, don't crash if wallet-dir already exists. (Michał Sałaban) | |||||
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 1 | -1/+1 | |
https://sourceware.org/bugzilla/show_bug.cgi?id=21778 | |||||
2017-10-07 | Remove network_address_base which has been merged with ipv4_network_address ↵ | Michał Sałaban | 1 | -1/+0 | |
in 8b006877 | |||||
2017-08-04 | debug_utilities: new object-sizes debug tool | moneromooo-monero | 1 | -0/+116 | |
It prints the size of various interesting types, to make it easier to match leaks to possible leaked object types |