| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 2019-11-04 | 1 | -0/+4 |
| | | |||||
| * | Change monerod --proxy to --tx-proxy | Lee Clagett | 2019-10-24 | 1 | -9/+9 |
| | | |||||
| * | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 2019-10-13 | 1 | -1/+1 |
| | | |||||
| * | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 2019-07-17 | 1 | -7/+18 |
| | | |||||
| * | Add IPv6 support | Thomas Winget | 2019-07-31 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted. | ||||
| * | Merge pull request #5610 | luigi1111 | 2019-07-24 | 1 | -0/+1 |
| |\ | | | | | | | 068fa1c p2p: delay IGP probing on startup (moneromooo-monero) | ||||
| | * | p2p: delay IGP probing on startup | moneromooo-monero | 2019-06-06 | 1 | -0/+1 |
| | | | | | | | | | We might have external access without having to do this | ||||
| * | | remove obsolete save_graph skeleton code | moneromooo-monero | 2019-05-10 | 1 | -2/+0 |
| |/ | |||||
| * | Merge pull request #5195 | Riccardo Spagni | 2019-03-19 | 1 | -0/+1 |
| |\ | | | | | | | a54e81e5 daemon: add '--no-sync' arg to optionally disable blockchain sync (xiphon) | ||||
| | * | daemon: add '--no-sync' arg to optionally disable blockchain sync | xiphon | 2019-02-25 | 1 | -0/+1 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | | |||||
| * | | i2p: initial support | Jethro Grassie | 2019-01-30 | 1 | -2/+13 |
| |/ | |||||
| * | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 2019-01-28 | 1 | -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 help | RaskaRuby | 2018-10-31 | 1 | -2/+2 |
| | | |||||
| * | Remove epee header dependency on cryptonote_core | moneromooo-monero | 2018-10-12 | 1 | -0/+1 |
| | | |||||
| * | fix lambda compile error on openbsd | moneromooo-monero | 2018-03-27 | 1 | -1/+1 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-05 | 1 | -4/+6 |
| | | |||||
| * | options: add testnet option dependencies | whythat | 2018-02-16 | 1 | -2/+6 |
| | | |||||
| * | options: remove testnet-* options | whythat | 2018-02-16 | 1 | -6/+3 |
| | | |||||
| * | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 2018-01-29 | 1 | -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 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2017-12-16 | 1 | -0/+65 |
| As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary. | |||||
