aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-10/+10
* Disable/fix ports with I2PLee Clagett2024-01-301-42/+37
* p2p: fix exclusive node DNS resolution for certain hosts [release]Jeffrey Ryan2022-11-171-0/+35
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
* Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-281-8/+8
* Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-15/+15
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-031-0/+39
* Fix network unit tests after epee changesLee Clagett2020-03-281-2/+2
* Merge pull request #6285Alexander Blair2020-03-271-22/+402
|\
| * net: fix incorrect less operator for top/i2p addressesAaron Hook2020-01-181-22/+402
* | p2p: remove old debug commandsAaron Hook2020-03-201-0/+1
* | Improved performance for epee serialization:Lee Clagett2019-11-041-3/+3
|/
* unit_tests: fix build with boost 1.69moneromooo-monero2019-10-111-3/+6
* Merge pull request #5818luigi11112019-09-141-0/+130
|\
| * Dropping cppzmq dependency; adding some zmq utilsLee Clagett2019-07-221-0/+130
* | unit_tests: fix build with CLANG 8 and boost 1.69moneromooo-monero2019-08-301-6/+12
|/
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-0/+396
* allow blocking whole subnetsmoneromooo-monero2019-07-161-0/+18
* Fix socks tests in windows and handle errors betterLee Clagett2019-04-191-7/+13
* Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-251-0/+90
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+745