| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 2018-06-01 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #3893 | Riccardo Spagni | 2018-05-31 | 1 | -6/+7 |
| |\ | | | | | | | 410c6e5b rpc: convert distribution to cumulative after caching (moneromooo-monero) | ||||
| | * | rpc: convert distribution to cumulative after caching | moneromooo-monero | 2018-05-31 | 1 | -6/+7 |
| | | | | | | | | | This avoids double conversion on a later cache hit | ||||
| * | | rpc: fix get_output_distribution cache for the cumulative case | moneromooo-monero | 2018-05-30 | 1 | -0/+7 |
| |/ | | | | The distribution was not converted to cumulative after a cache hit | ||||
| * | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2018-05-19 | 2 | -1/+129 |
| | | |||||
| * | Merge pull request #3711 | Riccardo Spagni | 2018-04-28 | 1 | -1/+1 |
| |\ | | | | | | | c0e22ebc [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7) | ||||
| | * | [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 2018-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3686 | Riccardo Spagni | 2018-04-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | d003f07c speedup get_output_histogram for all amounts when min_count > 0 (moneromooo-monero) df9d59ca wallet2: add missing parameters to get_output_histogram (moneromooo-monero) | ||||
| | * | | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 2018-04-22 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | This skips the vast majority of "dust" output amounts with just one instance on the chain. Clocks in at 0.15% of the original time on testnet. | ||||
| * | | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 2018-04-13 | 2 | -0/+35 |
| | | | | | | | | | This should cache the vast majority of calls for long running wallets | ||||
| * | | rpc: add missing perf timer for get_output_distribution | moneromooo-monero | 2018-04-12 | 1 | -0/+1 |
| |/ | |||||
| * | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 2018-04-07 | 2 | -8/+14 |
| | | | | | | | | | and get them pruned in find_and_save_rings, since it does not need the pruned data in the first place. Also set decode_to_json to false where missing, we don't need this either. | ||||
| * | Merge pull request #3503 | Riccardo Spagni | 2018-03-29 | 1 | -1/+1 |
| |\ | | | | | | | 8ff2cc75 fix lambda compile error on openbsd (moneromooo-monero) | ||||
| | * | fix lambda compile error on openbsd | moneromooo-monero | 2018-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | rpc: make get_output_distribution a non-restricted RPC | moneromooo-monero | 2018-03-23 | 1 | -1/+1 |
| |/ | | | | so that those nodes can still be used for sending transactions | ||||
| * | Merge pull request #3336 | Riccardo Spagni | 2018-03-16 | 1 | -2/+2 |
| |\ | | | | | | | 57c0b1ed Fix typos in various files (Dimitris Apostolou) | ||||
| | * | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 1 | -2/+2 |
| | | | |||||
| * | | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 2018-03-16 | 3 | -1/+81 |
| |/ | |||||
| * | Stagenet | stoffu | 2018-03-05 | 5 | -18/+32 |
| | | |||||
| * | options: add testnet option dependencies | whythat | 2018-02-16 | 1 | -2/+6 |
| | | |||||
| * | options: remove testnet-* options | whythat | 2018-02-16 | 2 | -18/+4 |
| | | |||||
| * | Merge pull request #3165 | Riccardo Spagni | 2018-02-16 | 3 | -1/+349 |
| |\ | | | | | | | 7539603f Bootstrap daemon (stoffu) | ||||
| | * | Bootstrap daemon | stoffu | 2018-01-30 | 3 | -1/+349 |
| | | | |||||
| * | | Merge pull request #3163 | Riccardo Spagni | 2018-02-16 | 3 | -4/+38 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 628b78ae Fix in_peers/out_peers RPC operations (Erik de Castro Lopo) ece9bcf5 rpc_client: Fix error handling (Erik de Castro Lopo) 8f30350d Fix method name in invoke_http_json_rpc (Erik de Castro Lopo) 32c0f908 Allow the number of incoming connections to be limited (Erik de Castro Lopo) d609a2c1 Rename delete_connections to delete_out_connections (Erik de Castro Lopo) b927c0fc Rename connections_count to max_out_connection_count (Erik de Castro Lopo) | ||||
| | * | | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 2018-01-29 | 3 | -2/+36 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | Rename delete_connections to delete_out_connections | Erik de Castro Lopo | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | This rename is needed so that delete_in_connections can be added. | ||||
| | * | | Rename connections_count to max_out_connection_count | Erik de Castro Lopo | 2018-01-29 | 1 | -1/+1 |
| | |/ | | | | | | | This is needed so that a max_in_connection_count can be added. | ||||
| * | | Merge pull request #3094 | Riccardo Spagni | 2018-02-16 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | a85dbb3f Fixed typos and wording tweaks (Maxithi) | ||||
| | * | Fixed typos and wording tweaks | Maxithi | 2018-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3144 | Riccardo Spagni | 2018-01-27 | 2 | -1/+5 |
| |\ \ | | | | | | | | | | 42f86624 rpc: expose recent median block size in getinfo (moneromooo-monero) | ||||
| | * | | rpc: expose recent median block size in getinfo | moneromooo-monero | 2018-01-17 | 2 | -1/+5 |
| | | | | |||||
| * | | | Merge pull request #3136 | Riccardo Spagni | 2018-01-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero) | ||||
| | * | | | rpc: default do_not_relay to false in sendrawtransaction | moneromooo-monero | 2018-01-16 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Readd copyright starting date | xmr-eric | 2018-01-26 | 6 | -6/+6 |
| | | | | |||||
| * | | | Update 2018 copyright | xmr-eric | 2018-01-26 | 19 | -19/+19 |
| | | | | |||||
| * | | | Merge pull request #3068 | Riccardo Spagni | 2018-01-25 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | 301ec15c Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t (Nick Johnson) | ||||
| | * | | | Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t | Nick Johnson | 2018-01-04 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #3047 | Riccardo Spagni | 2018-01-25 | 1 | -0/+18 |
| |\ \ \ | | | | | | | | | | | | | fa5c0bab Implement #3045, fixing RPC snakecases (Nick Johnson) | ||||
| | * | | | Implement #3045, fixing RPC snakecases | Nick Johnson | 2018-01-06 | 1 | -0/+18 |
| | |/ / | |||||
| * | | | Merge pull request #3020 | Riccardo Spagni | 2018-01-25 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | | | | 03ac3890 zmq: use older 3-arg version of setsockopt (stoffu) | ||||
| | * | | zmq: use older 3-arg version of setsockopt | stoffu | 2017-12-28 | 1 | -1/+1 |
| | |/ | |||||
| * | | fix some link errors in debug mode for macos | stoffu | 2018-01-10 | 1 | -0/+2 |
| | | | |||||
| * | | epee: remove dependency on common | moneromooo-monero | 2018-01-10 | 1 | -1/+2 |
| |/ | |||||
| * | add empty container sanity checks when using front() and back() | moneromooo-monero | 2017-12-18 | 2 | -3/+12 |
| | | |||||
| * | rpc: guard against json parsing a non object | moneromooo-monero | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | rpc: do not try to use an invalid txid in relay_tx | moneromooo-monero | 2017-12-18 | 1 | -6/+17 |
| | | |||||
| * | Merge pull request #2877 | Riccardo Spagni | 2017-12-17 | 3 | -2/+61 |
| |\ | | | | | | | | | | | 43f5269f Wallets now do not depend on the daemon rpc lib (moneromooo-monero) bb89ae8b move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero) 4abf25f3 cryptonote_core does not depend on p2p anymore (moneromooo-monero) | ||||
| | * | Wallets now do not depend on the daemon rpc lib | moneromooo-monero | 2017-12-16 | 1 | -2/+21 |
| | | | | | | | | | The shared RPC code is now moved off into a separate lib | ||||
| | * | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2017-12-16 | 3 | -1/+41 |
| | | | | | | | | | | | | | As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary. | ||||
| * | | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 3 | -1/+3 |
| |/ | |||||
