summaryrefslogtreecommitdiff
path: root/tests/unit_tests/net.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | d0641b42 net: fix incorrect less operator for top/i2p addresses (Aaron Hook)
| * 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
|/ | | | | | | | - Removed copy of field names in binary deserialization - Removed copy of array values in binary deserialization - Removed copy of string values in json deserialization - Removed unhelpful allocation in json string value parsing - Removed copy of blob data on binary and json serialization
* unit_tests: fix build with boost 1.69moneromooo-monero2019-10-111-3/+6
|
* Merge pull request #5818luigi11112019-09-141-0/+130
|\ | | | | | | f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
| * 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
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled).