aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/levin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* p2p: fix hanging shutdownj-berman2026-04-041-1/+1
|
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-5/+5
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-191-2/+2
|
* Revert "Merge pull request #7136"luigi11112021-04-161-2/+2
| | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
* Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-161-2/+2
|
* add a max levin packet size by command typemoneromooo-monero2021-01-031-0/+1
|
* Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-171-0/+2
|
* Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-5/+4
|
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | fuzz_tests: refactor and add OSS-Fuzz compatibilitymoneromooo-monero2020-05-151-44/+5
|/
* Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett2019-07-161-2/+2
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* epee: better network buffer data structuremoneromooo-monero2018-12-231-4/+4
| | | | avoids pointless allocs and memcpy
* Catch more exceptions in dtorsmoneromooo-monero2018-10-021-0/+2
| | | | Misc coverity reports
* epee: adaptive connection timeout systemmoneromooo-monero2018-06-101-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.
* fuzz_tests: fix an uninitialized var in setupmoneromooo-monero2018-02-021-2/+3
| | | | | | and comment it out, it's only used to generate a starting test case Coverity 182506
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: add levin fuzz testmoneromooo-monero2017-12-231-0/+345