Age | Commit message (Expand) | Author | Files | Lines |
2018-09-17 | rpc: allow pruning of json encoded txs | cryptochangements34 | 1 | -1/+10 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 6 | -232/+0 |
2018-09-14 | rpc: add a "is an update available" flag in get_info | moneromooo-monero | 2 | -1/+5 |
2018-09-13 | rpc: add cumulative difficulty in block header data | moneromooo-monero | 2 | -0/+3 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 5 | -17/+33 |
2018-09-09 | rpc: return "already mining" in start_mining if already mining | moneromooo-monero | 1 | -1/+7 |
2018-09-07 | rpc: don't include start time if restricted | moneromooo-monero | 1 | -1/+1 |
2018-08-31 | rpc: allow to pass RPC login via RPC_LOGIN env var | Dusan Klinec | 1 | -4/+10 |
2018-08-02 | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2 | -26/+18 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 3 | -147/+25 |
2018-06-29 | update get_info RPC and bump RPC version | victorsintnicolaas | 3 | -1/+6 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 4 | -0/+90 |
2018-06-28 | remove epee from link lines where it's redundant | moneromooo-monero | 1 | -1/+0 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 2 | -30/+17 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 4 | -49/+38 |
2018-06-26 | rpc: sanity check on number of txes in a block | moneromooo-monero | 1 | -0/+6 |
2018-06-26 | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 2 | -4/+9 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 2 | -3/+19 |
2018-06-21 | fix typos in language files and rpc_args.cpp | ordtrogen | 1 | -1/+1 |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 3 | -5/+45 |
2018-06-20 | rpc: add blockchain disk size to getinfo | moneromooo-monero | 2 | -1/+5 |
2018-06-17 | zmq_server: fix bind call when address and/or port are empty | moneromooo-monero | 1 | -0/+4 |
2018-06-01 | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 1 | -0/+7 |
2018-05-31 | rpc: convert distribution to cumulative after caching | moneromooo-monero | 1 | -6/+7 |
2018-05-30 | rpc: fix get_output_distribution cache for the cumulative case | moneromooo-monero | 1 | -0/+7 |
2018-05-26 | fix build with GCC 8.1.0 | moneromooo-monero | 1 | -0/+2 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 2 | -18/+3 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2 | -1/+129 |
2018-04-25 | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 1 | -1/+1 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -1/+1 |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 2 | -0/+35 |
2018-04-19 | rpc: add missing perf timer for get_output_distribution | moneromooo-monero | 1 | -0/+1 |
2018-04-07 | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 2 | -8/+14 |
2018-04-05 | Core RPC: optionally add POW hash to block_header_response | stoffu | 3 | -8/+22 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 |
2018-03-23 | rpc: make get_output_distribution a non-restricted RPC | moneromooo-monero | 1 | -1/+1 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 3 | -1/+81 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -2/+2 |
2018-03-05 | Stagenet | stoffu | 5 | -18/+32 |
2018-02-16 | options: add testnet option dependencies | whythat | 1 | -2/+6 |
2018-02-16 | options: remove testnet-* options | whythat | 2 | -18/+4 |
2018-01-30 | Bootstrap daemon | stoffu | 3 | -1/+349 |
2018-01-29 | Fixed typos and wording tweaks | Maxithi | 1 | -1/+1 |
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 3 | -2/+36 |
2018-01-29 | Rename delete_connections to delete_out_connections | Erik de Castro Lopo | 1 | -1/+1 |
2018-01-29 | Rename connections_count to max_out_connection_count | Erik de Castro Lopo | 1 | -1/+1 |
2018-01-26 | Readd copyright starting date | xmr-eric | 6 | -6/+6 |
2018-01-26 | Update 2018 copyright | xmr-eric | 19 | -19/+19 |
2018-01-17 | rpc: expose recent median block size in getinfo | moneromooo-monero | 2 | -1/+5 |
2018-01-16 | rpc: default do_not_relay to false in sendrawtransaction | moneromooo-monero | 1 | -1/+1 |
2018-01-10 | fix some link errors in debug mode for macos | stoffu | 1 | -0/+2 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 1 | -1/+2 |
2018-01-06 | Implement #3045, fixing RPC snakecases | Nick Johnson | 1 | -0/+18 |
2018-01-04 | Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t | Nick Johnson | 1 | -2/+2 |
2017-12-28 | zmq: use older 3-arg version of setsockopt | stoffu | 1 | -1/+1 |
2017-12-18 | add empty container sanity checks when using front() and back() | moneromooo-monero | 2 | -3/+12 |
2017-12-18 | rpc: guard against json parsing a non object | moneromooo-monero | 1 | -1/+1 |
2017-12-18 | rpc: do not try to use an invalid txid in relay_tx | moneromooo-monero | 1 | -6/+17 |
2017-12-16 | Wallets now do not depend on the daemon rpc lib | moneromooo-monero | 1 | -2/+21 |
2017-12-16 | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 3 | -1/+41 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 3 | -1/+3 |
2017-11-30 | rpc: add offline state in info rpc | moneromooo-monero | 2 | -1/+5 |
2017-11-28 | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 1 | -2/+2 |
2017-11-23 | rpc: increase the max number of outs one can request | moneromooo-monero | 1 | -1/+1 |
2017-11-18 | make connection_id a string in RPC | moneromooo-monero | 2 | -4/+5 |
2017-11-17 | RPC: allow binding of restricted port in addition to core port | Tim L | 2 | -7/+26 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 1 | -126/+2 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -1/+3 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 1 | -1/+1 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -1/+1 |
2017-11-14 | core: warn when free disk space is low | moneromooo-monero | 2 | -1/+5 |
2017-11-14 | rpc: added miner_tx_hash to resp of getblock | stoffu | 2 | -1/+4 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 2 | -13/+13 |
2017-11-07 | RPC: get_info add rpc_connections_count | Tim L | 2 | -1/+5 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 3 | -5/+41 |
2017-11-03 | Fix file permission issue | Tim L | 3 | -0/+0 |
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 3 | -1/+21 |
2017-10-30 | rpc: add performance timers | moneromooo-monero | 1 | -0/+57 |
2017-10-26 | Fix JSON-RPC response object over ZMQ | Lee Clagett | 1 | -22/+31 |
2017-10-15 | lightwallet rpc server commands | Jaquee | 1 | -1/+353 |
2017-10-14 | rpc: make get_coinbase_tx_sum a restricted RPC | moneromooo-monero | 1 | -1/+1 |
2017-10-07 | Subaddresses | kenshi84 | 3 | -11/+31 |
2017-10-06 | rpc: out_peers now works again | moneromooo-monero | 1 | -15/+7 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 1 | -1/+1 |
2017-09-29 | rpc: fix getting txpool transactions | moneromooo-monero | 1 | -0/+1 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | get_blockchain_top now returns void | moneromooo-monero | 1 | -22/+4 |
2017-09-22 | Source updates are in a source subdirectory | moneromooo-monero | 1 | -2/+4 |
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 2 | -0/+4 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -7/+0 |
2017-09-21 | wallet2: correctly handle in/out payments for view-only wallet | stoffu | 2 | -2/+5 |
2017-09-19 | rpc: add new RPCs to get and set limits | MaxXor | 3 | -1/+101 |
2017-09-16 | core_rpc_server: print tx rejection reason at L0 too | moneromooo-monero | 1 | -16/+28 |
2017-09-11 | rpc: order transactions in the order they were requested | moneromooo-monero | 1 | -7/+19 |
2017-09-08 | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 1 | -1/+1 |
2017-09-05 | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 10 | -140/+326 |
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 12 | -1/+3164 |
2017-08-31 | DRY refactoring | Thomas Winget | 1 | -1/+1 |
2017-08-26 | rpc: decrease memory usage a bit in getblocks.bin | moneromooo-monero | 1 | -4/+7 |
2017-08-26 | Fix getblocktemplate RPC returning wrong reserved_offset | Guillaume LE VAILLANT | 1 | -1/+1 |
2017-08-26 | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 3 | -0/+49 |
2017-08-25 | txpool: add tx size median to the pool stats | moneromooo | 1 | -0/+2 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 1 | -1/+1 |
2017-08-07 | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 3 | -1/+94 |
2017-07-04 | Add on_get_alt_blocks_hashes RPC call | moneroexamples | 3 | -1/+44 |
2017-06-28 | Remove typeid use in network_address | moneromooo-monero | 1 | -2/+2 |
2017-06-18 | Fixed typo in rpc/core_rpc_server.cpp | Julien Klepatch | 1 | -2/+2 |
2017-06-04 | Add histogram to poolstats | Howard Chu | 1 | -1/+16 |
2017-06-01 | Speedup print_pool_stats | Howard Chu | 3 | -1/+56 |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 2 | -9/+44 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -3/+3 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 2 | -2/+4 |
2017-04-02 | daemon: new relay_tx command and RPC | moneromooo-monero | 3 | -1/+70 |
2017-03-23 | core, wallet: faster tx pool scanning | moneromooo-monero | 3 | -1/+31 |
2017-03-05 | rpc: fix BUILD_TAG mispelling (BUILDTAG) | moneromooo-monero | 1 | -2/+2 |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 2 | -2/+31 |
2017-02-27 | rpc: add a default category for daemon rpc | moneromooo-monero | 1 | -0/+3 |
2017-02-24 | daemon/rpc: updates command and RPC | moneromooo-monero | 3 | -0/+132 |
2017-02-23 | rpc: s/rcp/rpc/ | moneromooo-monero | 1 | -1/+1 |
2017-02-23 | rpc: make mining_status RPC work when syncing | moneromooo-monero | 1 | -1/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 5 | -5/+5 |
2017-02-16 | More robust battery status handling. | Dion Ahmetaj | 2 | -1/+3 |
2017-02-13 | rpc: fix some RPC calls not returning OK status when needed | moneromooo-monero | 1 | -0/+3 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 1 | -7/+13 |
2017-02-12 | rpc: fix daemon mixed style set_log 2,category:level | moneromooo-monero | 1 | -1/+1 |
2017-02-10 | Added a note about smart mining to status command. Fixed up a bug where I was... | Dion Ahmetaj | 2 | -0/+3 |
2017-02-10 | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 2 | -1/+3 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 3 | -5/+6 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 5 | -41/+186 |
2017-01-28 | Add concurrency check to rpc mining to ensure not too many threads. number of... | Ashley Perpetual | 1 | -0/+17 |
2017-01-26 | Fix invalid + of std::string and int | Timothy D. Prime | 1 | -1/+1 |
2017-01-22 | Remove boost/foreach.cpp includes | Miguel Herranz | 1 | -1/+0 |
2017-01-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 1 | -7/+7 |
2017-01-22 | rpc: fix orphan_status when getting blocks | moneromooo-monero | 1 | -4/+6 |
2017-01-22 | p2p: always recreate a new peer id on startup | moneromooo-monero | 1 | -0/+2 |
2017-01-16 | specify restore height by YYYY-MM-DD format | kenshi84 | 3 | -1/+55 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 3 | -8/+33 |
2017-01-16 | macro to define core RPC version for avoiding future mistake | kenshi84 | 1 | -1/+2 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 2 | -3/+5 |
2017-01-13 | rpc: add a command to get info about the current blockchain | moneromooo-monero | 2 | -1/+4 |
2017-01-12 | Add start_time to get_info methods and show uptime | Miguel Herranz | 2 | -1/+5 |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 2 | -1/+11 |
2017-01-06 | rpc: add block size to GET_BLOCK_HEADER RPC | moneromooo-monero | 2 | -1/+4 |
2017-01-06 | rpc: add current block size to the getinfo call | moneromooo-monero | 2 | -1/+5 |
2016-12-24 | rpc: fix mixup in tx_info serialization | moneromooo-monero | 1 | -1/+1 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 3 | -0/+55 |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 1 | -0/+1 |
2016-11-26 | Improve daemon RPC version handling | moneromooo-monero | 1 | -1/+10 |
2016-11-23 | rpc: do not include output indices for pool txes | moneromooo-monero | 1 | -5/+8 |
2016-11-22 | rpc: bump version after RPC changes | moneromooo-monero | 1 | -1/+1 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 3 | -13/+87 |
2016-11-22 | rpc: add output indices to gettransactions | moneromooo-monero | 2 | -0/+10 |
2016-11-10 | rpc: bump RPC version | moneromooo-monero | 1 | -1/+1 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 3 | -0/+32 |
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 1 | -0/+4 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 2 | -7/+14 |
2016-10-15 | rpc: add blockchain cumulative difficulty to getinfo call | moneromooo-monero | 2 | -0/+4 |
2016-10-15 | rpc: add missing top block hash to json getinfo call | moneromooo-monero | 1 | -1/+8 |
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 2 | -3/+7 |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 3 | -7/+7 |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 3 | -57/+57 |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 3 | -58/+90 |
2016-10-04 | Fix build after spelling corrections in core_rpc_server | Jacob Brydolf | 1 | -2/+2 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 2 | -10/+0 |
2016-10-02 | daemon: implement missing print_bc and matching RPC | moneromooo-monero | 2 | -0/+53 |
2016-09-29 | Noticed two spellings of the word 'response' in the codebase, one 'responce' ... | NanoAkron | 3 | -27/+27 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 2 | -1/+10 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -4/+2 |
2016-08-28 | wallet: transfer_selected_rct now also selects fake outs | moneromooo-monero | 1 | -1/+3 |
2016-08-28 | rpc: send global indices along with blocks/transacions on refresh | moneromooo-monero | 2 | -0/+36 |
2016-08-28 | mixable transactions must be rct for v3 | moneromooo-monero | 2 | -0/+4 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -0/+1 |
2016-08-28 | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 3 | -0/+56 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -6/+0 |
2016-08-12 | daemon: print time to next fork | moneromooo-monero | 1 | -1/+1 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 3 | -1/+72 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 2 | -1/+3 |
2016-07-26 | core_rpc_server: fix gray/white peer list mixup | moneromooo-monero | 1 | -1/+1 |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 3 | -0/+31 |
2016-07-10 | rpc: fix get_bans and set_bans RPC names, they were missing a _ | moneromooo-monero | 1 | -2/+2 |
2016-06-29 | rpc: restrict number of fake outs requested in restricted rpc mode | moneromooo-monero | 1 | -0/+12 |
2016-06-10 | rpc: fix getblock RPC sending blob as binary, not hex dump | moneromooo-monero | 1 | -1/+1 |
2016-05-16 | Restrict also 'get_connections' and 'getbans' APIs. | osensei | 1 | -2/+2 |
2016-05-14 | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 1 | -2/+2 |
2016-04-17 | Add GET_HASHES_FAST rpc, use it in wallet | Howard Chu | 3 | -0/+51 |
2016-04-09 | rpc: add pool/blockchain and block height results to gettransactions | moneromooo-monero | 2 | -7/+54 |
2016-04-05 | rpc: add a do_not_relay boolean to tx submission | moneromooo-monero | 2 | -1/+3 |
2016-03-30 | add blockhashing blob to getblocktemplate | Howard Chu | 2 | -0/+4 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 2 | -13/+47 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 3 | -0/+75 |
2016-03-14 | Fix typo on bitmonerod rpc method error. | Mike C | 1 | -3/+3 |
2016-03-12 | rpc: do not return bans if they're effectively spent | moneromooo-monero | 1 | -4/+7 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 3 | -0/+77 |
2016-01-30 | rpc: add missing return on error when getting a tx | moneromooo-monero | 1 | -0/+1 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -2/+2 |
2016-01-11 | rpc: fix missing target information in RPC call | moneromooo-monero | 2 | -0/+3 |
2016-01-05 | rpc: is_key_image_spent now checks the tx pool too | moneromooo-monero | 2 | -1/+37 |
2015-12-31 | updated copyright year | Riccardo Spagni | 5 | -5/+5 |