summaryrefslogtreecommitdiff
path: root/tests/fuzz/http-client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-0/+5
| | | | | | | - Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Catch more exceptions in dtorsmoneromooo-monero2018-10-021-0/+2
| | | | Misc coverity reports
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: add http client fuzz testmoneromooo-monero2017-12-231-0/+98