Age | Commit message (Expand) | Author | Files | Lines |
2019-08-27 | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 1 | -2/+5 |
2019-08-15 | Merge pull request #5649 | luigi1111 | 1 | -0/+3 |
2019-07-29 | rpc: implement get_public_nodes command | xiphon | 1 | -0/+2 |
2019-07-24 | Merge pull request #5623 | luigi1111 | 1 | -0/+4 |
2019-07-24 | Merge pull request #5530 | luigi1111 | 1 | -4/+0 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 1 | -0/+2 |
2019-06-16 | Bans for RPC connections | Howard Chu | 1 | -0/+3 |
2019-06-10 | rpc: implement set_bootstrap_daemon method | xiphon | 1 | -0/+4 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 1 | -4/+0 |
2019-04-15 | rpc: set default log category in core_rpc_server.h | moneromooo-monero | 1 | -0/+3 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -1/+1 |
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 1 | -0/+2 |
2019-03-17 | Merge pull request #5190 | Riccardo Spagni | 1 | -0/+1 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -0/+1 |
2019-02-25 | daemon: add --public-node mode, RPC port propagation over P2P | xiphon | 1 | -0/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -0/+5 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 1 | -60/+60 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+2 |
2018-12-12 | Merge pull request #4903 | Riccardo Spagni | 1 | -0/+2 |
2018-12-04 | Merge pull request #4859 | Riccardo Spagni | 1 | -2/+1 |
2018-11-28 | add command pop_blocks | Jason Wong | 1 | -0/+2 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 1 | -0/+2 |
2018-11-16 | Don't cache nettype in core_rpc_server use m_core | doy-lee | 1 | -2/+1 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -6/+0 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -2/+2 |
2018-07-19 | Merge pull request #4033 | luigi1111 | 1 | -1/+3 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -0/+2 |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 1 | -1/+3 |
2018-05-31 | Merge pull request #3561 | luigi1111 | 1 | -1/+1 |
2018-04-05 | Core RPC: optionally add POW hash to block_header_response | stoffu | 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 | 1 | -0/+2 |
2018-03-05 | Stagenet | stoffu | 1 | -4/+4 |
2018-02-16 | options: remove testnet-* options | whythat | 1 | -3/+1 |
2018-02-16 | Merge pull request #3165 | Riccardo Spagni | 1 | -1/+13 |
2018-01-30 | Bootstrap daemon | stoffu | 1 | -1/+13 |
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 1 | -0/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-06 | Implement #3045, fixing RPC snakecases | Nick Johnson | 1 | -0/+18 |
2017-11-17 | RPC: allow binding of restricted port in addition to core port | Tim L | 1 | -1/+6 |
2017-11-14 | Merge pull request #2651 | Riccardo Spagni | 1 | -1/+1 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -4/+4 |
2017-10-14 | rpc: make get_coinbase_tx_sum a restricted RPC | moneromooo-monero | 1 | -1/+1 |
2017-10-02 | Merge pull request #2470 | Riccardo Spagni | 1 | -0/+4 |
2017-09-19 | rpc: add new RPCs to get and set limits | MaxXor | 1 | -0/+4 |
2017-09-08 | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 1 | -1/+1 |
2017-08-26 | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 1 | -0/+2 |
2017-08-07 | Merge pull request #2149 | Riccardo Spagni | 1 | -0/+2 |
2017-08-07 | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 1 | -0/+2 |
2017-07-04 | Add on_get_alt_blocks_hashes RPC call | moneroexamples | 1 | -0/+2 |
2017-06-01 | Speedup print_pool_stats | Howard Chu | 1 | -0/+2 |
2017-04-02 | daemon: new relay_tx command and RPC | moneromooo-monero | 1 | -0/+2 |
2017-03-23 | core, wallet: faster tx pool scanning | moneromooo-monero | 1 | -0/+2 |
2017-02-24 | daemon/rpc: updates command and RPC | moneromooo-monero | 1 | -0/+2 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -8/+0 |
2017-01-22 | p2p: always recreate a new peer id on startup | moneromooo-monero | 1 | -0/+2 |
2017-01-15 | Merge pull request #1569 | Riccardo Spagni | 1 | -0/+2 |
2017-01-16 | specify restore height by YYYY-MM-DD format | kenshi84 | 1 | -0/+2 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -0/+2 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 1 | -0/+2 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 1 | -1/+3 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 1 | -0/+2 |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 1 | -2/+2 |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 1 | -17/+17 |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 1 | -17/+19 |
2016-10-04 | Merge pull request #1164 | Riccardo Spagni | 1 | -0/+2 |
2016-10-04 | Merge pull request #1171 | Riccardo Spagni | 1 | -2/+0 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 1 | -2/+0 |
2016-10-02 | daemon: implement missing print_bc and matching RPC | moneromooo-monero | 1 | -0/+2 |
2016-09-29 | Noticed two spellings of the word 'response' in the codebase, one 'responce' ... | NanoAkron | 1 | -1/+1 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 1 | -0/+1 |
2016-08-28 | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 1 | -0/+2 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -0/+2 |
2016-07-20 | Merge pull request #902 | Riccardo Spagni | 1 | -0/+2 |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 1 | -0/+2 |
2016-07-10 | rpc: fix get_bans and set_bans RPC names, they were missing a _ | moneromooo-monero | 1 | -2/+2 |
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 | 1 | -0/+2 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+2 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-11-30 | Merge pull request #505 | Riccardo Spagni | 1 | -12/+14 |
2015-11-27 | core_rpc_server: add a --restricted-rpc option | moneromooo-monero | 1 | -12/+14 |
2015-11-26 | add RPC calls and commands to get/set bans | moneromooo-monero | 1 | -0/+4 |
2015-10-26 | rpc: fix hard_fork_info RPC | moneromooo-monero | 1 | -0/+1 |
2015-10-13 | core_rpc_server: add a getblock RPC command, and fix print_block | moneromooo-monero | 1 | -0/+2 |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -0/+1 |
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 1 | -0/+2 |
2015-05-28 | core_rpc_server: add a getter for the testnet flag | moneromooo-monero | 1 | -0/+1 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+8 |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -27/+28 |
2015-02-24 | RPC calls for background daemon added in | Thomas Winget | 1 | -0/+11 |
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -1/+9 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -3/+6 |
2014-09-15 | Separate rpc port for testnet | Zachary Michaels | 1 | -2/+8 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 |
2014-07-22 | Add get_info command to daemon json rpc | Zachary Michaels | 1 | -0/+2 |
2014-07-18 | Added get_connections RPC call to daemon | Thomas Winget | 1 | -0/+2 |
2014-06-02 | Merge pull request #20 from artifexd/wallet_refresh | monero-project | 1 | -0/+1 |
2014-06-01 | Enable wallet refresh before blockchain is saved or completely sync'd. | artifexd | 1 | -0/+1 |
2014-05-25 | 'mining_status' Daemon RPC command | Neozaru | 1 | -0/+2 |
2014-05-16 | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 1 | -0/+2 |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -5/+15 |
2014-03-20 | some fixes | Antonio Juarez | 1 | -16/+17 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+75 |