aboutsummaryrefslogtreecommitdiff
path: root/src/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat22-22/+22
2024-01-30Disable/fix ports with I2PLee Clagett3-42/+14
2023-05-12net: tor_address: remove support for v2 onion addressestobtoht2-5/+2
2023-01-16Copyright: Update to 2023mj-xmr22-22/+22
2022-11-17p2p: fix exclusive node DNS resolution for certain hostsJeffrey Ryan2-1/+17
2022-04-27Change "Github" to "GitHub"Abdullah1-1/+1
2022-04-06CMake: Add missing headers via monero_find_all_headers macromj-xmr1-2/+1
2022-03-04Copyright: Update to 2022mj-xmr22-22/+34
2021-10-22socks: ignore any exceptions in shutdown/closeselsta1-2/+3
2021-07-29Quicker resource cleanup on p2p socks timeoutLee *!* Clagett1-0/+7
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr4-2/+4
2021-03-29Merge pull request #7088luigi11115-6/+134
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+0
2020-10-07Add TLSA support to DNSSEC fetchingLee Clagett5-6/+134
2020-08-29net: fix get_tcp_endpoint, boost address_v4 ip in host byte orderxiphon1-1/+1
2020-08-16Merge pull request #6716Alexander Blair5-2/+161
2020-07-20wallet2_api: implement runtime proxy configurationxiphon5-2/+161
2020-05-06Update copyright year to 2020SomaticFanatic10-10/+10
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2-14/+22
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2-0/+42
2020-01-18net: fix incorrect less operator for top/i2p addressesAaron Hook2-2/+4
2019-10-25net: link with libzmqmoneromooo-monero1-1/+1
2019-07-22Dropping cppzmq dependency; adding some zmq utilsLee Clagett3-2/+328
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett3-2/+320
2019-08-20fix feature not introduced until boost 1.66Jethro Grassie1-1/+1
2019-07-31Add IPv6 supportThomas Winget2-9/+52
2019-07-16allow blocking whole subnetsmoneromooo-monero3-1/+38
2019-03-27socks: fix build with boost 1.70moneromooo-monero1-1/+1
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett5-9/+184
2019-03-04Merge pull request #5140Riccardo Spagni1-1/+1
2019-02-13debug compilation fix: net lib missing common depsDusan Klinec1-1/+1
2019-01-30i2p: initial supportJethro Grassie8-5/+358
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett10-0/+1225