aboutsummaryrefslogtreecommitdiff
path: root/src/rpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25Merge pull request #2452Riccardo Spagni1-16/+28
2017-09-25Merge pull request #2424Riccardo Spagni1-22/+4
2017-09-25Merge pull request #2442Riccardo Spagni1-7/+0
2017-09-25get_blockchain_top now returns voidmoneromooo-monero1-22/+4
2017-09-25Merge pull request #2386Riccardo Spagni1-7/+19
2017-09-25Merge pull request #2377Riccardo Spagni2-2/+5
2017-09-25Merge pull request #2357Riccardo Spagni1-1/+1
2017-09-22Source updates are in a source subdirectorymoneromooo-monero1-2/+4
2017-09-22Log categories can now be added to and removed frommoneromooo-monero2-0/+4
2017-09-21build: auto update version info without manually deleting version.hstoffu1-7/+0
2017-09-21wallet2: correctly handle in/out payments for view-only walletstoffu2-2/+5
2017-09-19rpc: add new RPCs to get and set limitsMaxXor3-1/+101
2017-09-18Merge pull request #2044Riccardo Spagni13-2/+3351
2017-09-16core_rpc_server: print tx rejection reason at L0 toomoneromooo-monero1-16/+28
2017-09-11rpc: order transactions in the order they were requestedmoneromooo-monero1-7/+19
2017-09-08rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero1-1/+1
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget10-140/+326
2017-09-05json serialization for rpc-relevant monero typesThomas Winget12-1/+3164
2017-08-31DRY refactoringThomas Winget1-1/+1
2017-08-27Merge pull request #2349Riccardo Spagni1-0/+2
2017-08-27Merge pull request #2347Riccardo Spagni1-4/+7
2017-08-26rpc: decrease memory usage a bit in getblocks.binmoneromooo-monero1-4/+7
2017-08-26Fix getblocktemplate RPC returning wrong reserved_offsetGuillaume LE VAILLANT1-1/+1
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero3-0/+49
2017-08-25txpool: add tx size median to the pool statsmoneromooo1-0/+2
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero1-1/+1
2017-08-07Merge pull request #2149Riccardo Spagni3-0/+93
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero3-1/+94
2017-07-04Add on_get_alt_blocks_hashes RPC callmoneroexamples3-1/+44
2017-06-28Remove typeid use in network_addressmoneromooo-monero1-2/+2
2017-06-24Merge pull request #2091Riccardo Spagni1-2/+2
2017-06-18Merge pull request #2066Riccardo Spagni1-1/+16
2017-06-18Merge pull request #2052Riccardo Spagni2-8/+43
2017-06-18Fixed typo in rpc/core_rpc_server.cppJulien Klepatch1-2/+2
2017-06-04Add histogram to poolstatsHoward Chu1-1/+16
2017-06-01Speedup print_pool_statsHoward Chu3-1/+56
2017-05-30Merge pull request #1982Riccardo Spagni1-3/+3
2017-05-27abstracted nework addressesmoneromooo-monero2-9/+44
2017-05-25Move txpool to the databasemoneromooo-monero1-3/+3
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias2-2/+4
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero3-1/+70
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero3-1/+31
2017-03-05rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero1-2/+2
2017-03-03Merge pull request #1820Riccardo Spagni2-2/+34
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero2-2/+31
2017-02-27rpc: add a default category for daemon rpcmoneromooo-monero1-0/+3
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero3-0/+132
2017-02-24Merge pull request #1781Riccardo Spagni1-1/+1
2017-02-23rpc: s/rcp/rpc/moneromooo-monero1-1/+1
2017-02-23rpc: make mining_status RPC work when syncingmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni5-5/+5
2017-02-21Merge pull request #1727Riccardo Spagni1-7/+13
2017-02-21Merge pull request #1737Riccardo Spagni2-1/+3
2017-02-16More robust battery status handling.Dion Ahmetaj2-1/+3
2017-02-13rpc: fix some RPC calls not returning OK status when neededmoneromooo-monero1-0/+3
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-7/+13
2017-02-12Merge pull request #1712Riccardo Spagni1-1/+1
2017-02-12rpc: fix daemon mixed style set_log 2,category:levelmoneromooo-monero1-1/+1
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2-0/+3
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2-1/+3
2017-02-11Merge pull request #1689Riccardo Spagni5-41/+186
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi843-5/+6
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett5-41/+186
2017-02-02Merge pull request #1636Riccardo Spagni1-0/+17
2017-02-02Merge pull request #1634Riccardo Spagni1-1/+1
2017-01-28Add concurrency check to rpc mining to ensure not too many threads. number of...Ashley Perpetual1-0/+17
2017-01-26Fix invalid + of std::string and intTimothy D. Prime1-1/+1
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-7/+7
2017-01-22Merge pull request #1610Riccardo Spagni1-4/+6
2017-01-22rpc: fix orphan_status when getting blocksmoneromooo-monero1-4/+6
2017-01-22p2p: always recreate a new peer id on startupmoneromooo-monero1-0/+2
2017-01-15Merge pull request #1569Riccardo Spagni3-1/+55
2017-01-16specify restore height by YYYY-MM-DD formatkenshi843-1/+55
2017-01-16Change logging to easylogging++moneromooo-monero3-8/+33
2017-01-16macro to define core RPC version for avoiding future mistakekenshi841-1/+2
2017-01-15Merge pull request #1571Riccardo Spagni2-2/+4
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero2-3/+5
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero2-1/+4
2017-01-13Merge pull request #1543Riccardo Spagni2-0/+4
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz2-1/+5
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi842-1/+11
2017-01-08Merge pull request #1534Riccardo Spagni2-1/+8
2017-01-06rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero2-1/+4
2017-01-06rpc: add current block size to the getinfo callmoneromooo-monero2-1/+5
2016-12-24rpc: fix mixup in tx_info serializationmoneromooo-monero1-1/+1
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero3-0/+55
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett1-0/+1
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-1/+10
2016-11-23rpc: do not include output indices for pool txesmoneromooo-monero1-5/+8
2016-11-22rpc: bump version after RPC changesmoneromooo-monero1-1/+1
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero3-13/+87
2016-11-22rpc: add output indices to gettransactionsmoneromooo-monero2-0/+10
2016-11-10rpc: bump RPC versionmoneromooo-monero1-1/+1
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero3-0/+32
2016-10-23Merge pull request #1247Riccardo Spagni1-0/+4
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+4
2016-10-22Merge pull request #1222Riccardo Spagni2-0/+4
2016-10-22Merge pull request #1221Riccardo Spagni1-1/+8
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero2-7/+14
2016-10-15rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2-0/+4
2016-10-15rpc: add missing top block hash to json getinfo callmoneromooo-monero1-1/+8
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2-3/+7