Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -16/+26 | |
- 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). | |||||
2018-12-23 | Remove boost::lexical_cast for uuid and unused uuid function | Lee Clagett | 1 | -2/+4 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -2/+0 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+30 | |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 1 | -0/+60 | |
- internal nullptr checks - prevent modifications to network_address (shallow copy issues) - automagically works with any type containing interface functions - removed fnv1a hashing - ipv4_network_address now flattened with no base class |