aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* i2p: initial supportJethro Grassie2019-01-301-2/+13
|
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+264
| | | | | | | | | - 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).
* Expose limit-rate defaults from command line helpRaskaRuby2018-10-311-2/+2
|
* Remove epee header dependency on cryptonote_coremoneromooo-monero2018-10-121-0/+1
|
* fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
|
* Stagenetstoffu2018-03-051-4/+6
|
* options: add testnet option dependencieswhythat2018-02-161-2/+6
|
* options: remove testnet-* optionswhythat2018-02-161-6/+3
|
* Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-0/+1
| | | | | | It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-0/+65
As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.