Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-18 | network_throttle: remove unused xxx static member | moneromooo-monero | 1 | -3/+0 | |
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-08-01 | network_throttle: remove unneeded heap allocations | moneromooo-monero | 1 | -12/+6 | |
This will keep leak traces less noisy, as those were one off allocations that were technically leaking. | |||||
2017-07-31 | some include cleanup | moneromooo-monero | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -9/+9 | |
and all other associated IPC | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -2/+1 | |
2015-02-24 | 2014 network limit 1.3 fix log/path/data +utils | rfree2monero | 1 | -1/+0 | |
+toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers). | |||||
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -0/+121 | |
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels) |