summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix get_tcp_endpoint, boost address_v4 ip in host byte orderxiphon2020-08-291-1/+1
* Merge pull request #6716Alexander Blair2020-08-165-2/+161
|\
| * wallet2_api: implement runtime proxy configurationxiphon2020-07-205-2/+161
* | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-042-14/+22
|/
* Update copyright year to 2020SomaticFanatic2020-05-0610-10/+10
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-032-0/+42
* net: fix incorrect less operator for top/i2p addressesAaron Hook2020-01-182-2/+4
* net: link with libzmqmoneromooo-monero2019-10-251-1/+1
* Dropping cppzmq dependency; adding some zmq utilsLee Clagett2019-07-223-2/+328
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-173-2/+320
* fix feature not introduced until boost 1.66Jethro Grassie2019-08-201-1/+1
* Add IPv6 supportThomas Winget2019-07-312-9/+52
* allow blocking whole subnetsmoneromooo-monero2019-07-163-1/+38
* socks: fix build with boost 1.70moneromooo-monero2019-03-271-1/+1
* Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-255-9/+184
* Merge pull request #5140Riccardo Spagni2019-03-041-1/+1
|\
| * debug compilation fix: net lib missing common depsDusan Klinec2019-02-131-1/+1
* | i2p: initial supportJethro Grassie2019-01-308-5/+358
|/
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-2810-0/+1225