Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 1 | -2/+2 | |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 1 | -2/+2 | |
This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f. | |||||
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 1 | -2/+2 | |
2021-01-03 | add a max levin packet size by command type | moneromooo-monero | 1 | -0/+1 | |
2020-12-17 | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 1 | -0/+2 | |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 1 | -5/+4 | |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 1 | -1/+1 | |
5ef0607da Update copyright year to 2020 (SomaticFanatic) | |||||
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 1 | -44/+5 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-07-16 | Add ref-counted buffer byte_slice. Currently used for sending TCP data. | Lee Clagett | 1 | -2/+2 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 1 | -4/+4 | |
avoids pointless allocs and memcpy | |||||
2018-10-02 | Catch more exceptions in dtors | moneromooo-monero | 1 | -0/+2 | |
Misc coverity reports | |||||
2018-06-10 | epee: adaptive connection timeout system | moneromooo-monero | 1 | -0/+1 | |
a connection's timeout is halved for every extra connection from the same host. Also keep track of when we don't need to use a connection anymore, so we can close it and free the resource for another connection. Also use the longer timeout for non routable local addresses. | |||||
2018-02-02 | fuzz_tests: fix an uninitialized var in setup | moneromooo-monero | 1 | -2/+3 | |
and comment it out, it's only used to generate a starting test case Coverity 182506 | |||||
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-23 | tests: add levin fuzz test | moneromooo-monero | 1 | -0/+345 | |