summaryrefslogtreecommitdiff
path: root/tests/fuzz/levin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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