aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/net.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-30Disable/fix ports with I2PLee Clagett1-42/+37
2023-10-25Merge pull request #8969luigi11111-2/+2
2023-08-10`KV_SERIALIZE`: remove extraneous semicolons in DSLjeffro2561-2/+2
2023-05-12net: tor_address: remove support for v2 onion addressestobtoht1-93/+10
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-11-17p2p: fix exclusive node DNS resolution for certain hostsJeffrey Ryan1-0/+35
2022-03-04Copyright: Update to 2022mj-xmr1-1/+2
2021-01-28Remove copies from foreach loops (thanks to Clang)Lee Clagett1-8/+8
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-15/+15
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett1-0/+39
2020-03-28Fix network unit tests after epee changesLee Clagett1-2/+2
2020-03-27Merge pull request #6285Alexander Blair1-23/+403
2020-03-20p2p: remove old debug commandsAaron Hook1-0/+1
2020-01-18net: fix incorrect less operator for top/i2p addressesAaron Hook1-23/+403
2019-11-04Improved performance for epee serialization:Lee Clagett1-3/+3
2019-10-11unit_tests: fix build with boost 1.69moneromooo-monero1-3/+6
2019-09-14Merge pull request #5818luigi11111-0/+130
2019-08-30unit_tests: fix build with CLANG 8 and boost 1.69moneromooo-monero1-6/+12
2019-07-22Dropping cppzmq dependency; adding some zmq utilsLee Clagett1-0/+130
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-0/+396
2019-07-16allow blocking whole subnetsmoneromooo-monero1-0/+18
2019-04-19Fix socks tests in windows and handle errors betterLee Clagett1-7/+13
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-0/+90
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-0/+745