summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-192-1/+129
* Merge pull request #3711Riccardo Spagni2018-04-281-1/+1
|\
| * [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-261-1/+1
* | Merge pull request #3686Riccardo Spagni2018-04-281-1/+1
|\ \
| * | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-221-1/+1
| |/
* | add top height to get_output_distribution, and cache it for rctmoneromooo-monero2018-04-132-0/+35
* | rpc: add missing perf timer for get_output_distributionmoneromooo-monero2018-04-121-0/+1
|/
* rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero2018-04-072-8/+14
* Merge pull request #3503Riccardo Spagni2018-03-291-1/+1
|\
| * fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
* | rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero2018-03-231-1/+1
|/
* Merge pull request #3336Riccardo Spagni2018-03-161-2/+2
|\
| * Fix typos in various filesDimitris Apostolou2018-03-151-2/+2
* | add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-163-1/+81
|/
* Stagenetstoffu2018-03-055-18/+32
* options: add testnet option dependencieswhythat2018-02-161-2/+6
* options: remove testnet-* optionswhythat2018-02-162-18/+4
* Merge pull request #3165Riccardo Spagni2018-02-163-1/+349
|\
| * Bootstrap daemonstoffu2018-01-303-1/+349
* | Merge pull request #3163Riccardo Spagni2018-02-163-4/+38
|\ \
| * | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-293-2/+36
| * | Rename delete_connections to delete_out_connectionsErik de Castro Lopo2018-01-291-1/+1
| * | Rename connections_count to max_out_connection_countErik de Castro Lopo2018-01-291-1/+1
| |/
* | Merge pull request #3094Riccardo Spagni2018-02-161-1/+1
|\ \ | |/ |/|
| * Fixed typos and wording tweaksMaxithi2018-01-291-1/+1
* | Merge pull request #3144Riccardo Spagni2018-01-272-1/+5
|\ \
| * | rpc: expose recent median block size in getinfomoneromooo-monero2018-01-172-1/+5
* | | Merge pull request #3136Riccardo Spagni2018-01-271-1/+1
|\ \ \
| * | | rpc: default do_not_relay to false in sendrawtransactionmoneromooo-monero2018-01-161-1/+1
| |/ /
* | | Readd copyright starting datexmr-eric2018-01-266-6/+6
* | | Update 2018 copyrightxmr-eric2018-01-2619-19/+19
* | | Merge pull request #3068Riccardo Spagni2018-01-251-2/+2
|\ \ \
| * | | Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_tNick Johnson2018-01-041-2/+2
| | |/ | |/|
* | | Merge pull request #3047Riccardo Spagni2018-01-251-0/+18
|\ \ \
| * | | Implement #3045, fixing RPC snakecasesNick Johnson2018-01-061-0/+18
| |/ /
* | | Merge pull request #3020Riccardo Spagni2018-01-251-1/+1
|\ \ \ | |_|/ |/| |
| * | zmq: use older 3-arg version of setsockoptstoffu2017-12-281-1/+1
| |/
* | fix some link errors in debug mode for macosstoffu2018-01-101-0/+2
* | epee: remove dependency on commonmoneromooo-monero2018-01-101-1/+2
|/
* add empty container sanity checks when using front() and back()moneromooo-monero2017-12-182-3/+12
* rpc: guard against json parsing a non objectmoneromooo-monero2017-12-181-1/+1
* rpc: do not try to use an invalid txid in relay_txmoneromooo-monero2017-12-181-6/+17
* Merge pull request #2877Riccardo Spagni2017-12-173-2/+61
|\
| * Wallets now do not depend on the daemon rpc libmoneromooo-monero2017-12-161-2/+21
| * cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-163-1/+41
* | move includes around to lessen overall loadmoneromooo-monero2017-12-163-1/+3
|/
* Merge pull request #2878Riccardo Spagni2017-12-162-1/+5
|\
| * rpc: add offline state in info rpcmoneromooo-monero2017-11-302-1/+5
* | Merge pull request #2866Riccardo Spagni2017-12-161-2/+2
|\ \
| * | Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-281-2/+2
| |/