aboutsummaryrefslogtreecommitdiff
path: root/src/net/socks.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+0
There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-27socks: fix build with boost 1.70moneromooo-monero1-1/+1
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-6/+22
2019-01-30i2p: initial supportJethro Grassie1-0/+8
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-0/+308
- 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).