Age | Commit message (Expand) | Author | Files | Lines |
2019-06-20 | rpc: set sanity_check_failed to false when successful | stoffu | 1 | -0/+1 |
2019-06-14 | rpc: restrict the recent cutoff size in restricted RPC mode | moneromooo-monero | 1 | -0/+9 |
2019-06-09 | miner: fix double free of thread attributes | ston1th | 1 | -4/+1 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 1 | -80/+3 |
2019-05-09 | rpc: fail update RPC when running offline | moneromooo-monero | 1 | -0/+7 |
2019-05-07 | Merge pull request #5510 | Riccardo Spagni | 1 | -2/+2 |
2019-05-07 | Merge pull request #5496 | Riccardo Spagni | 1 | -2/+2 |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 1 | -2/+2 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 1 | -0/+9 |
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 1 | -2/+2 |
2019-04-16 | Merge pull request #5452 | Riccardo Spagni | 1 | -0/+1 |
2019-04-16 | Merge pull request #5448 | Riccardo Spagni | 1 | -7/+2 |
2019-04-16 | Merge pull request #5446 | Riccardo Spagni | 1 | -5/+9 |
2019-04-16 | Merge pull request #5441 | Riccardo Spagni | 1 | -3/+1 |
2019-04-16 | Merge pull request #5434 | Riccardo Spagni | 1 | -0/+9 |
2019-04-16 | Merge pull request #5428 | Riccardo Spagni | 1 | -1/+4 |
2019-04-16 | rpc: add a pruned bool to the prune_blockchain call | moneromooo-monero | 1 | -0/+1 |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 1 | -7/+2 |
2019-04-15 | rpc: add relayed in get_transaction output | moneromooo-monero | 1 | -5/+9 |
2019-04-15 | Merge pull request #5421 | Riccardo Spagni | 1 | -0/+1 |
2019-04-15 | Merge pull request #5402 | Riccardo Spagni | 1 | -1/+1 |
2019-04-14 | core_rpc_server: remove dummy assigning int to bool | moneromooo-monero | 1 | -3/+1 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 1 | -0/+9 |
2019-04-12 | rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 | stoffu | 1 | -1/+4 |
2019-04-11 | rpc: fix off by one in get_height | moneromooo-monero | 1 | -0/+1 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -3/+20 |
2019-04-11 | Merge pull request #5376 | Riccardo Spagni | 1 | -1/+3 |
2019-04-11 | Merge pull request #5374 | Riccardo Spagni | 1 | -0/+1 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -12/+19 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 1 | -7/+12 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -17/+7 |
2019-04-06 | rpc: merge the two get_info implementations | moneromooo-monero | 1 | -62/+3 |
2019-04-05 | rpc: make wide_difficulty hexadecimal | moneromooo-monero | 1 | -1/+1 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -0/+1 |
2019-04-04 | rpc.gettransactions: fill as_json with partial tx in pruned mode | stoffu | 1 | -12/+43 |
2019-04-01 | Merge pull request #5327 | Riccardo Spagni | 1 | -0/+17 |
2019-04-01 | Merge pull request #5326 | Riccardo Spagni | 1 | -0/+1 |
2019-04-01 | Merge pull request #5308 | Riccardo Spagni | 1 | -1/+3 |
2019-04-01 | Add hash of top block to /getheight RPC | Howard Chu | 1 | -1/+3 |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 1 | -8/+24 |
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 1 | -0/+17 |
2019-03-21 | Merge pull request #5237 | Riccardo Spagni | 1 | -5/+10 |
2019-03-21 | rpc: add miner tx hash to block header response | moneromooo-monero | 1 | -0/+1 |
2019-03-17 | rpc: quantize db size up to 5 GB in restricted mode | moneromooo-monero | 1 | -1/+3 |
2019-03-17 | Merge pull request #5190 | Riccardo Spagni | 1 | -4/+4 |
2019-03-17 | Merge pull request #5185 | Riccardo Spagni | 1 | -2/+21 |
2019-03-17 | Merge pull request #5177 | Riccardo Spagni | 1 | -1/+8 |
2019-03-09 | daemon: new mining_status command | moneromooo-monero | 1 | -2/+21 |
2019-03-06 | rpc: make fill_pow restricted | moneromooo-monero | 1 | -5/+10 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -1/+11 |
2019-03-04 | Merge pull request #4054 | Riccardo Spagni | 1 | -3/+60 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 1 | -0/+1 |
2019-02-25 | daemon: add --public-node mode, RPC port propagation over P2P | xiphon | 1 | -4/+4 |
2019-02-21 | rpc: quantize db size up to 5 GB in restricted mode | moneromooo-monero | 1 | -1/+8 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -3/+60 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -22/+17 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 1 | -99/+119 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -14/+73 |
2019-01-16 | Merge pull request #5027 | Riccardo Spagni | 1 | -12/+12 |
2019-01-16 | Merge pull request #4984 | Riccardo Spagni | 1 | -13/+16 |
2019-01-06 | Merge pull request #4952 | Riccardo Spagni | 1 | -3/+4 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 1 | -12/+12 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 1 | -13/+16 |
2018-12-12 | Merge pull request #4903 | Riccardo Spagni | 1 | -0/+12 |
2018-12-07 | p2p: use vector instead of list for peer lists | moneromooo-monero | 1 | -3/+4 |
2018-12-04 | Merge pull request #4879 | Riccardo Spagni | 1 | -24/+29 |
2018-12-04 | Merge pull request #4894 | Riccardo Spagni | 1 | -1/+1 |
2018-12-04 | rpc: mask values that are nobody else's business in restricted RPC | moneromooo-monero | 1 | -24/+29 |
2018-12-04 | Merge pull request #4878 | Riccardo Spagni | 1 | -0/+2 |
2018-12-04 | Merge pull request #4869 | Riccardo Spagni | 1 | -3/+3 |
2018-12-04 | Merge pull request #4859 | Riccardo Spagni | 1 | -13/+17 |
2018-11-28 | add command pop_blocks | Jason Wong | 1 | -0/+12 |
2018-11-23 | tests: slow_memmem now returns size_t | moneromooo-monero | 1 | -1/+1 |
2018-11-21 | rpc: add version to get_info | Jethro Grassie | 1 | -0/+2 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 1 | -1/+42 |
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 1 | -3/+3 |
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 1 | -1/+1 |
2018-11-16 | Don't cache nettype in core_rpc_server use m_core | doy-lee | 1 | -13/+17 |
2018-11-14 | Merge pull request #4750 | Riccardo Spagni | 1 | -3/+3 |
2018-11-14 | Merge pull request #4747 | Riccardo Spagni | 1 | -1/+8 |
2018-11-06 | Merge pull request #4735 | Riccardo Spagni | 1 | -1/+1 |
2018-11-04 | Merge pull request #4687 | Riccardo Spagni | 1 | -51/+5 |
2018-11-02 | use current height - 1 for top block height in err msgs | cryptochangements34 | 1 | -3/+3 |
2018-10-28 | return message in stop_mining if mining never started | cryptochangements34 | 1 | -1/+8 |
2018-10-27 | rpc: adjust ring size error message now that too high is also possible | moneromooo-monero | 1 | -1/+1 |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 1 | -51/+5 |
2018-10-22 | rpc: fix wrongly formatted JSON for pruned tx | stoffu | 1 | -19/+12 |
2018-10-20 | Merge pull request #4659 | Riccardo Spagni | 1 | -6/+8 |
2018-10-19 | rpc: fix output distribution caching ignoring chain changes | moneromooo-monero | 1 | -6/+8 |
2018-10-18 | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool | stoffu | 1 | -0/+2 |
2018-10-04 | rpc: fixed typo in JSON command error response message | AnythingTechPro | 1 | -1/+1 |
2018-09-21 | Merge pull request #4399 | Riccardo Spagni | 1 | -1/+10 |
2018-09-21 | Merge pull request #4378 | Riccardo Spagni | 1 | -0/+2 |
2018-09-21 | Merge pull request #4373 | Riccardo Spagni | 1 | -0/+1 |
2018-09-18 | Merge pull request #4354 | Riccardo Spagni | 1 | -1/+7 |
2018-09-18 | Merge pull request #4344 | Riccardo Spagni | 1 | -1/+1 |
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 | 1 | -71/+0 |
2018-09-14 | rpc: add a "is an update available" flag in get_info | moneromooo-monero | 1 | -0/+2 |
2018-09-13 | rpc: add cumulative difficulty in block header data | moneromooo-monero | 1 | -0/+1 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -9/+10 |
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-07-19 | Merge pull request #4033 | luigi1111 | 1 | -2/+18 |
2018-07-19 | Merge pull request #4013 | luigi1111 | 1 | -0/+2 |
2018-07-19 | Merge pull request #3981 | luigi1111 | 1 | -32/+14 |
2018-07-19 | Merge pull request #3973 | luigi1111 | 1 | -2/+14 |
2018-07-19 | Merge pull request #3854 | luigi1111 | 1 | -0/+64 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 1 | -32/+14 |
2018-06-29 | update get_info RPC and bump RPC version | victorsintnicolaas | 1 | -0/+2 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -0/+62 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 1 | -25/+12 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -16/+21 |
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 | 1 | -4/+7 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 1 | -2/+14 |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 1 | -2/+18 |
2018-06-20 | rpc: add blockchain disk size to getinfo | moneromooo-monero | 1 | -0/+2 |
2018-06-07 | Merge pull request #3892 | luigi1111 | 1 | -6/+7 |
2018-06-01 | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 1 | -0/+7 |
2018-05-31 | Merge pull request #3561 | luigi1111 | 1 | -6/+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-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -17/+2 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 1 | -1/+16 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -1/+1 |
2018-04-21 | Merge pull request #3672 | Riccardo Spagni | 1 | -0/+34 |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 1 | -0/+33 |
2018-04-19 | rpc: add missing perf timer for get_output_distribution | moneromooo-monero | 1 | -0/+1 |
2018-04-12 | Merge pull request #3549 | Riccardo Spagni | 1 | -8/+12 |
2018-04-07 | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 1 | -8/+12 |
2018-04-05 | Core RPC: optionally add POW hash to block_header_response | stoffu | 1 | -6/+7 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 |
2018-03-16 | Merge pull request #3336 | Riccardo Spagni | 1 | -2/+2 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -0/+35 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -2/+2 |
2018-03-05 | Stagenet | stoffu | 1 | -11/+17 |
2018-02-16 | options: add testnet option dependencies | whythat | 1 | -2/+6 |
2018-02-16 | options: remove testnet-* options | whythat | 1 | -15/+3 |
2018-02-16 | Merge pull request #3165 | Riccardo Spagni | 1 | -0/+272 |
2018-01-30 | Bootstrap daemon | stoffu | 1 | -0/+272 |
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 1 | -0/+12 |
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-27 | Merge pull request #3144 | Riccardo Spagni | 1 | -0/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-17 | rpc: expose recent median block size in getinfo | moneromooo-monero | 1 | -0/+2 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 1 | -1/+2 |
2017-12-18 | add empty container sanity checks when using front() and back() | moneromooo-monero | 1 | -3/+8 |
2017-12-18 | rpc: do not try to use an invalid txid in relay_tx | moneromooo-monero | 1 | -6/+17 |
2017-12-17 | Merge pull request #2877 | Riccardo Spagni | 1 | -0/+2 |
2017-12-16 | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 1 | -0/+2 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+1 |
2017-12-16 | Merge pull request #2878 | Riccardo Spagni | 1 | -0/+2 |
2017-12-16 | Merge pull request #2866 | Riccardo Spagni | 1 | -2/+2 |
2017-12-16 | Merge pull request #2856 | Riccardo Spagni | 1 | -1/+1 |
2017-12-02 | Merge pull request #2836 | Riccardo Spagni | 1 | -6/+20 |
2017-12-02 | Merge pull request #2838 | Riccardo Spagni | 1 | -2/+3 |
2017-11-30 | rpc: add offline state in info rpc | moneromooo-monero | 1 | -0/+2 |
2017-11-28 | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 1 | -2/+2 |
2017-11-25 | Merge pull request #2794 | Riccardo Spagni | 1 | -0/+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 | 1 | -2/+3 |
2017-11-17 | RPC: allow binding of restricted port in addition to core port | Tim L | 1 | -6/+20 |
2017-11-14 | Merge pull request #2692 | Riccardo Spagni | 1 | -126/+2 |
2017-11-14 | Merge pull request #2736 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | Merge pull request #2629 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 1 | -126/+2 |
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 | Merge pull request #2756 | Riccardo Spagni | 1 | -0/+0 |
2017-11-14 | Merge pull request #2753 | Riccardo Spagni | 1 | -0/+2 |
2017-11-14 | Merge pull request #2738 | Riccardo Spagni | 1 | -0/+57 |
2017-11-14 | Merge pull request #2735 | Riccardo Spagni | 1 | -0/+1 |
2017-11-14 | Merge pull request #2615 | Riccardo Spagni | 1 | -9/+9 |
2017-11-14 | core: warn when free disk space is low | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | rpc: added miner_tx_hash to resp of getblock | stoffu | 1 | -0/+1 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -9/+9 |
2017-11-07 | RPC: get_info add rpc_connections_count | Tim L | 1 | -0/+2 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -5/+32 |
2017-11-03 | Fix file permission issue | Tim L | 1 | -0/+0 |
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 1 | -1/+1 |
2017-10-30 | rpc: add performance timers | moneromooo-monero | 1 | -0/+57 |
2017-10-15 | Merge pull request #2587 | Riccardo Spagni | 1 | -15/+7 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -7/+19 |
2017-10-06 | Merge pull request #2548 | Riccardo Spagni | 1 | -0/+1 |
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-10-02 | Merge pull request #2513 | Riccardo Spagni | 1 | -2/+4 |
2017-10-02 | Merge pull request #2512 | Riccardo Spagni | 1 | -0/+1 |
2017-10-02 | Merge pull request #2470 | Riccardo Spagni | 1 | -0/+47 |
2017-09-29 | rpc: fix getting txpool transactions | moneromooo-monero | 1 | -0/+1 |
2017-09-25 | Merge pull request #2452 | Riccardo Spagni | 1 | -16/+28 |
2017-09-25 | get_blockchain_top now returns void | moneromooo-monero | 1 | -22/+4 |
2017-09-25 | Merge pull request #2386 | Riccardo Spagni | 1 | -7/+19 |
2017-09-25 | Merge pull request #2377 | Riccardo Spagni | 1 | -1/+2 |
2017-09-25 | Merge pull request #2357 | Riccardo Spagni | 1 | -1/+1 |
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 | 1 | -0/+1 |