aboutsummaryrefslogtreecommitdiff
path: root/src/rpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Merge pull request #5190Riccardo Spagni4-9/+13
2019-03-17Merge pull request #5185Riccardo Spagni2-2/+35
2019-03-17Merge pull request #5177Riccardo Spagni1-1/+8
2019-03-09daemon: new mining_status commandmoneromooo-monero2-2/+35
2019-03-05Update 2019 copyrightbinaryFate19-19/+19
2019-03-05epee: add SSL supportMartijn Otto2-1/+12
2019-03-04default initialize rpc structuresmoneromooo-monero1-140/+259
2019-03-04Merge pull request #4054Riccardo Spagni2-3/+65
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero2-0/+3
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon4-9/+13
2019-02-21rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero1-1/+8
2019-02-02epee: add SSL supportmoneromooo-monero2-3/+65
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett3-26/+22
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero2-159/+179
2019-01-22Pruningmoneromooo-monero4-19/+118
2019-01-16Merge pull request #5027Riccardo Spagni1-12/+12
2019-01-16Merge pull request #4984Riccardo Spagni1-13/+16
2019-01-06Merge pull request #4952Riccardo Spagni1-3/+4
2018-12-30wallet: do not display daemon controlled text if untrustedmoneromooo-monero1-12/+12
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-13/+16
2018-12-12Merge pull request #4908Riccardo Spagni1-2/+19
2018-12-12Merge pull request #4903Riccardo Spagni3-0/+37
2018-12-07p2p: use vector instead of list for peer listsmoneromooo-monero1-3/+4
2018-12-04Merge pull request #4879Riccardo Spagni1-24/+29
2018-12-04Merge pull request #4894Riccardo Spagni2-73/+1
2018-12-04rpc: mask values that are nobody else's business in restricted RPCmoneromooo-monero1-24/+29
2018-12-04Merge pull request #4878Riccardo Spagni5-0/+10
2018-12-04Merge pull request #4869Riccardo Spagni1-3/+3
2018-12-04Merge pull request #4859Riccardo Spagni2-15/+18
2018-12-04Merge pull request #4854Riccardo Spagni1-1/+0
2018-11-28add command pop_blocksJason Wong3-0/+37
2018-11-27rpc: speed up the common get_output_distribution case while syncingmoneromooo-monero1-2/+19
2018-11-26Merge pull request #4821Riccardo Spagni1-1/+3
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-1/+3
2018-11-23remove some unused codemoneromooo-monero1-72/+0
2018-11-23tests: slow_memmem now returns size_tmoneromooo-monero1-1/+1
2018-11-21rpc: add version to get_infoJethro Grassie5-1/+11
2018-11-20rpc: speedup get_output_distributionmoneromooo-monero3-2/+105
2018-11-19Avoid unnecessary temp block and copy ctormoneromooo-monero1-3/+3
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero4-5/+5
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee2-15/+18
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-1/+0
2018-11-14Merge pull request #4750Riccardo Spagni1-3/+3
2018-11-14Merge pull request #4747Riccardo Spagni1-1/+8
2018-11-06Merge pull request #4735Riccardo Spagni1-1/+1
2018-11-04rpc: fix linking error of 6097472a, get_output_distributionDusan Klinec1-5/+5
2018-11-04Merge pull request #4687Riccardo Spagni10-80/+226
2018-11-02use current height - 1 for top block height in err msgscryptochangements341-3/+3
2018-10-28return message in stop_mining if mining never startedcryptochangements341-1/+8
2018-10-27rpc: adjust ring size error message now that too high is also possiblemoneromooo-monero1-1/+1
2018-10-26Merge pull request #4719Riccardo Spagni1-1/+1
2018-10-26Merge pull request #4617Riccardo Spagni2-4/+1
2018-10-24rpc: fix build with older compilersmoneromooo-monero1-1/+1
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett10-80/+226
2018-10-22rpc: fix wrongly formatted JSON for pruned txstoffu1-19/+12
2018-10-20Merge pull request #4524Riccardo Spagni1-1/+1
2018-10-20Merge pull request #4659Riccardo Spagni1-6/+8
2018-10-19rpc: fix output distribution caching ignoring chain changesmoneromooo-monero1-6/+8
2018-10-18tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu1-0/+2
2018-10-16rpc: init m_rpc_version in Message ctormoneromooo-monero1-1/+1
2018-10-16rpc: remove unused ctorsmoneromooo-monero1-3/+0
2018-10-12rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero1-1/+1
2018-10-04rpc: fixed typo in JSON command error response messageAnythingTechPro1-1/+1
2018-09-21Merge pull request #4399Riccardo Spagni1-1/+10
2018-09-21Merge pull request #4378Riccardo Spagni2-1/+5
2018-09-21Merge pull request #4373Riccardo Spagni2-0/+3
2018-09-18Merge pull request #4354Riccardo Spagni1-1/+7
2018-09-18Merge pull request #4344Riccardo Spagni1-1/+1
2018-09-18Merge pull request #4317Riccardo Spagni1-4/+10
2018-09-17rpc: allow pruning of json encoded txscryptochangements341-1/+10
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero6-232/+0
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero2-1/+5
2018-09-13rpc: add cumulative difficulty in block header datamoneromooo-monero2-0/+3
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero5-17/+33
2018-09-09rpc: return "already mining" in start_mining if already miningmoneromooo-monero1-1/+7
2018-09-07rpc: don't include start time if restrictedmoneromooo-monero1-1/+1
2018-08-31rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec1-4/+10
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2-26/+18
2018-07-19Merge pull request #4075luigi11111-1/+0
2018-07-19Merge pull request #4033luigi11113-4/+44
2018-07-19Merge pull request #4013luigi11112-0/+4
2018-07-19Merge pull request #3981luigi11113-146/+24
2018-07-19Merge pull request #3973luigi11112-2/+18
2018-07-19Merge pull request #3854luigi11115-1/+96
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero3-147/+25
2018-07-03Merge pull request #4012Riccardo Spagni1-0/+4
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas3-1/+6
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas4-0/+90
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
2018-06-27Merge pull request #3716luigi11114-73/+60
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2-30/+17
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero4-49/+38
2018-06-26rpc: sanity check on number of txes in a blockmoneromooo-monero1-0/+6
2018-06-26rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero2-4/+9
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2-3/+19
2018-06-21fix typos in language files and rpc_args.cppordtrogen1-1/+1
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero3-5/+45
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero2-1/+5
2018-06-19Merge pull request #3851luigi11111-0/+2
2018-06-17zmq_server: fix bind call when address and/or port are emptymoneromooo-monero1-0/+4
2018-06-07Merge pull request #3892luigi11111-6/+7
2018-06-01rpc: the cache is still for non cumulative on that branchmoneromooo-monero1-0/+7
2018-05-31Merge pull request #3561luigi11113-8/+22
2018-05-31rpc: convert distribution to cumulative after cachingmoneromooo-monero1-6/+7
2018-05-30rpc: fix get_output_distribution cache for the cumulative casemoneromooo-monero1-0/+7
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-0/+2
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2-18/+3
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero2-1/+129
2018-04-28Merge pull request #3705Riccardo Spagni1-1/+1
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner71-1/+1
2018-04-23speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero1-1/+1
2018-04-21Merge pull request #3672Riccardo Spagni2-0/+36
2018-04-19add top height to get_output_distribution, and cache it for rctmoneromooo-monero2-0/+35
2018-04-19rpc: add missing perf timer for get_output_distributionmoneromooo-monero1-0/+1
2018-04-12Merge pull request #3549Riccardo Spagni2-8/+14
2018-04-12Merge pull request #3502Riccardo Spagni1-1/+1
2018-04-07rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero2-8/+14
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu3-8/+22
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-1/+1
2018-03-23rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero1-1/+1
2018-03-16Merge pull request #3336Riccardo Spagni1-2/+2
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero3-1/+81
2018-03-15Fix typos in various filesDimitris Apostolou1-2/+2
2018-03-05Stagenetstoffu5-18/+32
2018-02-16options: add testnet option dependencieswhythat1-2/+6
2018-02-16options: remove testnet-* optionswhythat2-18/+4
2018-02-16Merge pull request #3165Riccardo Spagni3-1/+349
2018-02-16Merge pull request #3163Riccardo Spagni3-4/+38
2018-02-16Merge pull request #3094Riccardo Spagni1-1/+1
2018-01-30Bootstrap daemonstoffu3-1/+349
2018-01-29Fixed typos and wording tweaksMaxithi1-1/+1
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo3-2/+36
2018-01-29Rename delete_connections to delete_out_connectionsErik de Castro Lopo1-1/+1
2018-01-29Rename connections_count to max_out_connection_countErik de Castro Lopo1-1/+1
2018-01-27Merge pull request #3144Riccardo Spagni2-1/+5
2018-01-27Merge pull request #3136Riccardo Spagni1-1/+1
2018-01-26Readd copyright starting datexmr-eric6-6/+6
2018-01-26Update 2018 copyrightxmr-eric19-19/+19
2018-01-25Merge pull request #3068Riccardo Spagni1-2/+2
2018-01-25Merge pull request #3047Riccardo Spagni1-0/+18
2018-01-25Merge pull request #3020Riccardo Spagni1-1/+1
2018-01-17rpc: expose recent median block size in getinfomoneromooo-monero2-1/+5
2018-01-16rpc: default do_not_relay to false in sendrawtransactionmoneromooo-monero1-1/+1
2018-01-10fix some link errors in debug mode for macosstoffu1-0/+2
2018-01-10epee: remove dependency on commonmoneromooo-monero1-1/+2
2018-01-06Implement #3045, fixing RPC snakecasesNick Johnson1-0/+18
2018-01-04Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_tNick Johnson1-2/+2
2017-12-28zmq: use older 3-arg version of setsockoptstoffu1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero2-3/+12
2017-12-18rpc: guard against json parsing a non objectmoneromooo-monero1-1/+1
2017-12-18rpc: do not try to use an invalid txid in relay_txmoneromooo-monero1-6/+17
2017-12-17Merge pull request #2877Riccardo Spagni3-2/+61
2017-12-16Wallets now do not depend on the daemon rpc libmoneromooo-monero1-2/+21
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero3-1/+41
2017-12-16move includes around to lessen overall loadmoneromooo-monero3-1/+3
2017-12-16Merge pull request #2878Riccardo Spagni2-1/+5
2017-12-16Merge pull request #2866Riccardo Spagni1-2/+2
2017-12-16Merge pull request #2856Riccardo Spagni1-1/+1
2017-12-02Merge pull request #2836Riccardo Spagni2-7/+26
2017-12-02Merge pull request #2838Riccardo Spagni2-4/+5
2017-11-30rpc: add offline state in info rpcmoneromooo-monero2-1/+5
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-2/+2
2017-11-25Merge pull request #2794Riccardo Spagni2-0/+4
2017-11-23rpc: increase the max number of outs one can requestmoneromooo-monero1-1/+1
2017-11-18make connection_id a string in RPCmoneromooo-monero2-4/+5
2017-11-17RPC: allow binding of restricted port in addition to core portTim L2-7/+26
2017-11-14Merge pull request #2692Riccardo Spagni1-126/+2
2017-11-14Merge pull request #2736Riccardo Spagni2-2/+4
2017-11-14Merge pull request #2629Riccardo Spagni1-1/+1
2017-11-14rpc: remove obsolete busy core checksmoneromooo-monero1-126/+2
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-1/+3
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
2017-11-14Merge pull request #2756Riccardo Spagni3-0/+0
2017-11-14Merge pull request #2753Riccardo Spagni2-0/+4
2017-11-14Merge pull request #2738Riccardo Spagni1-0/+57
2017-11-14Merge pull request #2735Riccardo Spagni2-1/+4
2017-11-14Merge pull request #2651Riccardo Spagni1-1/+1
2017-11-14Merge pull request #2615Riccardo Spagni2-13/+13
2017-11-14core: warn when free disk space is lowmoneromooo-monero2-1/+5
2017-11-14rpc: added miner_tx_hash to resp of getblockstoffu2-1/+4
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2-13/+13
2017-11-07RPC: get_info add rpc_connections_countTim L2-1/+5
2017-11-06track double spending in the txpoolmoneromooo-monero3-5/+41
2017-11-06Merge pull request #2729Riccardo Spagni1-22/+31
2017-11-03Fix file permission issueTim L3-0/+0
2017-10-30RPC Add cross origin resource sharing supportTim L3-1/+21
2017-10-30rpc: add performance timersmoneromooo-monero1-0/+57
2017-10-26Fix JSON-RPC response object over ZMQLee Clagett1-22/+31
2017-10-15Merge pull request #2587Riccardo Spagni1-15/+7
2017-10-15lightwallet rpc server commandsJaquee1-1/+353
2017-10-14rpc: make get_coinbase_tx_sum a restricted RPCmoneromooo-monero1-1/+1
2017-10-07Subaddresseskenshi843-11/+31
2017-10-06Merge pull request #2548Riccardo Spagni1-0/+1
2017-10-06rpc: out_peers now works againmoneromooo-monero1-15/+7
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett1-1/+1
2017-10-02Merge pull request #2513Riccardo Spagni1-2/+4
2017-10-02Merge pull request #2512Riccardo Spagni2-0/+4
2017-10-02Merge pull request #2470Riccardo Spagni3-0/+100
2017-09-29rpc: fix getting txpool transactionsmoneromooo-monero1-0/+1