Age | Commit message (Expand) | Author | Files | Lines |
2019-09-04 | Merge pull request #5536 | luigi1111 | 7 | -136/+489 |
2019-09-02 | Removed unused boost/value_init header | Lev Sizov | 3 | -3/+0 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 10 | -31/+31 |
2019-08-29 | Merge pull request #5793 | luigi1111 | 12 | -79/+1156 |
2019-08-29 | simplewallet: warn if invalid default ring size is set and actually ignore th... | stoffu | 1 | -15/+13 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 7 | -136/+489 |
2019-08-28 | rpc: don't include an address in mining_status when not mining | moneromooo-monero | 1 | -1/+2 |
2019-08-28 | wallet_rpc_server: call deinit on exit | moneromooo-monero | 1 | -0/+1 |
2019-08-28 | daemon: print mining algorithm in mining_status even when not mining | moneromooo-monero | 1 | -1/+1 |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 3 | -52/+49 |
2019-08-28 | simplewallet: fix warnings about useless std::move | moneromooo-monero | 1 | -5/+5 |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 |
2019-08-28 | Fix bug in mempool get_transaction_stats histogram calculation | Tom Smeding | 1 | -3/+10 |
2019-08-28 | Merge pull request #5707 | luigi1111 | 4 | -77/+54 |
2019-08-27 | MLSAG speedup and additional checks | Sarang Noether | 4 | -77/+54 |
2019-08-27 | Merge pull request #5729 | luigi1111 | 2 | -2/+4 |
2019-08-27 | Merge pull request #5609 | luigi1111 | 5 | -2/+41 |
2019-08-27 | Merge pull request #5559 | luigi1111 | 6 | -2/+12 |
2019-08-27 | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 5 | -35/+246 |
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 6 | -2/+12 |
2019-08-26 | device_ledger: fix uninitialized additional_key | moneromooo-monero | 1 | -1/+1 |
2019-08-26 | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 1 | -1/+3 |
2019-08-26 | core: make the "update probably needed soon" message less scary | moneromooo-monero | 1 | -4/+4 |
2019-08-24 | wallet2: fix unset_ring tx retrieval checks | moneromooo-monero | 1 | -3/+1 |
2019-08-24 | simplewallet: moan harder about untrusted nodes | moneromooo-monero | 1 | -1/+16 |
2019-08-23 | daemon: add pruned and publicrpc flags to print_pl | moneromooo-monero | 3 | -7/+22 |
2019-08-23 | wallet2: fix cold signing losing tx keys | moneromooo-monero | 1 | -1/+1 |
2019-08-23 | daemon: implement 'set_bootstrap_daemon' command | xiphon | 5 | -0/+64 |
2019-08-22 | p2p: reject incoming connections to self | moneromooo-monero | 1 | -1/+10 |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 4 | -37/+170 |
2019-08-22 | ringdb: fix bug in blackballing | stoffu | 1 | -1/+1 |
2019-08-22 | blockchain_blackball: use is_output_spent instead of ringdb.blackballed for s... | stoffu | 1 | -1/+11 |
2019-08-22 | blockchain_blackball: add --historical-stat which prints historical stats of ... | stoffu | 1 | -2/+165 |
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 5 | -2/+41 |
2019-08-21 | Merge pull request #5827 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5817 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5815 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5808 | luigi1111 | 1 | -4/+14 |
2019-08-21 | Merge pull request #5807 | luigi1111 | 1 | -2/+0 |
2019-08-21 | Merge pull request #5800 | luigi1111 | 1 | -1/+2 |
2019-08-21 | Merge pull request #5778 | luigi1111 | 3 | -35/+41 |
2019-08-21 | Merge pull request #5755 | luigi1111 | 1 | -2/+2 |
2019-08-21 | Merge pull request #5750 | luigi1111 | 4 | -6/+21 |
2019-08-21 | Merge pull request #5743 | luigi1111 | 2 | -0/+10 |
2019-08-21 | Merge pull request #5742 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5740 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5731 | luigi1111 | 1 | -3/+3 |
2019-08-21 | Merge pull request #5722 | luigi1111 | 3 | -13/+32 |
2019-08-21 | p2p: sanitize peer lists | moneromooo-monero | 2 | -17/+26 |
2019-08-21 | p2p: move log away from global | moneromooo-monero | 1 | -1/+1 |
2019-08-20 | MMS: Use chans instead of normal addresses for auto-config | rbrunner7 | 3 | -35/+41 |
2019-08-20 | device: fix ledger requesting secret keys export twice | xiphon | 1 | -1/+1 |
2019-08-20 | rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' | xiphon | 1 | -0/+1 |
2019-08-20 | daemon: fix merge error removing the "never seen before" timestamp check | moneromooo-monero | 1 | -1/+1 |
2019-08-20 | Merge pull request #5696 | luigi1111 | 5 | -14/+30 |
2019-08-20 | fix feature not introduced until boost 1.66 | Jethro Grassie | 1 | -1/+1 |
2019-08-19 | daemon: fix print_pl only printing public zone peers | moneromooo-monero | 5 | -14/+30 |
2019-08-19 | Merge pull request #5636 | luigi1111 | 1 | -1/+3 |
2019-08-19 | Merge pull request #5728 | luigi1111 | 2 | -1/+27 |
2019-08-19 | Merge pull request #5727 | luigi1111 | 3 | -4/+4 |
2019-08-19 | Merge pull request #5725 | luigi1111 | 1 | -1/+1 |
2019-08-19 | Merge pull request #5721 | luigi1111 | 2 | -43/+12 |
2019-08-19 | Merge pull request #5720 | luigi1111 | 1 | -1/+1 |
2019-08-19 | Merge pull request #5718 | luigi1111 | 1 | -1/+4 |
2019-08-19 | blockchain: reject rct signatures in coinbase txes from v12 | moneromooo-monero | 2 | -0/+8 |
2019-08-19 | core: from v12, require consistent ring size for mixable txes | moneromooo-monero | 2 | -8/+24 |
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 3 | -5/+10 |
2019-08-19 | reject setting lookahead major or minor to 0 | moneromooo-monero | 1 | -0/+2 |
2019-08-18 | blockchain: Fix alt chain generated coins overflow | iamamyth | 1 | -1/+2 |
2019-08-18 | Increase max_dbs from 20 to 32 | Howard Chu | 1 | -1/+1 |
2019-08-17 | Merge pull request #5685 | luigi1111 | 1 | -1/+3 |
2019-08-17 | Merge pull request #5518 | luigi1111 | 3 | -48/+79 |
2019-08-16 | Fix check for disconnecting peers when syncing | Jason Rhinelander | 1 | -1/+1 |
2019-08-16 | wallet_api: add multi destination tx support | selsta | 3 | -48/+79 |
2019-08-15 | Merge pull request #5689 | luigi1111 | 1 | -1/+1 |
2019-08-15 | Merge pull request #5682 | luigi1111 | 1 | -0/+3 |
2019-08-15 | Merge pull request #5674 | luigi1111 | 1 | -2/+3 |
2019-08-15 | Merge pull request #5673 | luigi1111 | 1 | -8/+17 |
2019-08-15 | Merge pull request #5672 | luigi1111 | 1 | -0/+1 |
2019-08-15 | Merge pull request #5662 | luigi1111 | 1 | -3/+11 |
2019-08-15 | Merge pull request #5659 | luigi1111 | 1 | -17/+40 |
2019-08-15 | Merge pull request #5656 | luigi1111 | 1 | -1/+1 |
2019-08-15 | Merge pull request #5649 | luigi1111 | 3 | -0/+26 |
2019-08-15 | Merge pull request #5637 | luigi1111 | 1 | -1/+1 |
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 3 | -4/+4 |
2019-08-14 | Merge pull request #5634 | luigi1111 | 1 | -1/+2 |
2019-08-14 | Merge pull request #5607 | luigi1111 | 3 | -1/+90 |
2019-08-14 | Merge pull request #5525 | luigi1111 | 9 | -41/+166 |
2019-08-14 | Merge pull request #5487 | luigi1111 | 7 | -0/+26 |
2019-08-14 | Merge pull request #5478 | luigi1111 | 1 | -3/+2 |
2019-08-14 | Merge pull request #4851 | luigi1111 | 12 | -46/+344 |
2019-08-13 | simplewallet: fix arg indexing bug in set_device_name | stoffu | 1 | -1/+1 |
2019-08-13 | simplewallet: add a few missing settings help text | stoffu | 1 | -4/+14 |
2019-08-12 | Fix for biased signature nonce | Sarang Noether | 1 | -2/+0 |
2019-08-11 | cryptonote_protocol: fix '--no-sync', ignore new blocks and txes | xiphon | 1 | -3/+3 |
2019-08-09 | hid_error() could return a null, which causes the program to crash with | TheQuantumPhysicist | 1 | -1/+2 |
2019-07-31 | Add IPv6 support | Thomas Winget | 12 | -46/+344 |
2019-07-30 | daemon: print 128bit diff properly | stoffu | 1 | -17/+40 |
2019-07-29 | functional_tests: add validate_address tests | moneromooo-monero | 1 | -3/+2 |
2019-07-29 | Fixed i2p/tor tx flooding bug (white noise disabled) | Lee Clagett | 3 | -9/+14 |
2019-07-29 | rpc: implement get_public_nodes command | xiphon | 3 | -1/+90 |
2019-07-28 | Fixed error preventing build of monero-gui | Nejcraft | 1 | -1/+3 |
2019-07-24 | Merge pull request #5635 | luigi1111 | 1 | -1/+1 |
2019-07-24 | Merge pull request #5624 | luigi1111 | 1 | -1/+0 |
2019-07-24 | Merge pull request #5623 | luigi1111 | 3 | -26/+107 |
2019-07-24 | Merge pull request #5610 | luigi1111 | 3 | -7/+54 |
2019-07-24 | Merge pull request #5608 | luigi1111 | 1 | -4/+12 |
2019-07-24 | Merge pull request #5606 | luigi1111 | 1 | -1/+4 |
2019-07-24 | Merge pull request #5600 | luigi1111 | 2 | -7/+13 |
2019-07-24 | Merge pull request #5597 | luigi1111 | 4 | -14/+28 |
2019-07-24 | Merge pull request #5595 | luigi1111 | 4 | -0/+21 |
2019-07-24 | Merge pull request #5594 | luigi1111 | 11 | -6/+127 |
2019-07-24 | Merge pull request #5591 | luigi1111 | 3 | -18/+9 |
2019-07-24 | Merge pull request #5588 | luigi1111 | 1 | -0/+1 |
2019-07-24 | Merge pull request #5585 | luigi1111 | 2 | -2/+0 |
2019-07-24 | Merge pull request #5582 | luigi1111 | 7 | -20/+62 |
2019-07-24 | Merge pull request #5576 | luigi1111 | 2 | -4/+0 |
2019-07-24 | Merge pull request #5574 | luigi1111 | 1 | -1/+1 |
2019-07-24 | Merge pull request #5573 | luigi1111 | 1 | -1/+1 |
2019-07-24 | Merge pull request #5534 | luigi1111 | 3 | -0/+28 |
2019-07-24 | Merge pull request #5530 | luigi1111 | 11 | -161/+0 |
2019-07-24 | Merge pull request #5524 | luigi1111 | 7 | -94/+379 |
2019-07-24 | Merge pull request #5514 | luigi1111 | 1 | -2/+2 |
2019-07-24 | Merge pull request #5513 | luigi1111 | 4 | -6/+16 |
2019-07-24 | Merge pull request #5502 | luigi1111 | 9 | -14/+7 |
2019-07-24 | Merge pull request #5460 | luigi1111 | 2 | -3/+58 |
2019-07-24 | Merge pull request #5457 | luigi1111 | 1 | -2/+0 |
2019-07-24 | Merge pull request #5451 | luigi1111 | 3 | -1/+172 |
2019-07-24 | Merge pull request #5363 | luigi1111 | 14 | -41/+305 |
2019-07-22 | Dropping cppzmq dependency; adding some zmq utils | Lee Clagett | 6 | -73/+415 |
2019-07-18 | bump version to 0.14.1.2 | Riccardo Spagni | 1 | -1/+1 |
2019-07-18 | update checkpoints.dat hash | Riccardo Spagni | 1 | -1/+1 |
2019-07-17 | prep for 0.14.1.1 | Riccardo Spagni | 2 | -1/+1 |
2019-07-17 | Merge pull request #5732 | Riccardo Spagni | 2 | -2/+11 |
2019-07-17 | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 12 | -79/+1156 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 14 | -29/+293 |
2019-07-16 | p2p: store network address directly in blocked host list | moneromooo-monero | 4 | -12/+12 |
2019-07-15 | improve tx_sanity_check clarification | vicsn | 1 | -2/+2 |
2019-07-15 | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT | Doyle | 3 | -18/+9 |
2019-07-12 | Merge pull request #5746 | luigi1111 | 1 | -0/+5 |
2019-07-12 | Merge pull request #5738 | luigi1111 | 1 | -11/+45 |
2019-07-12 | Merge pull request #5724 | luigi1111 | 1 | -3/+6 |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 4 | -6/+21 |
2019-07-09 | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 1 | -0/+5 |
2019-07-08 | simplewallet: add restore_height command | thotbot | 2 | -0/+10 |
2019-07-08 | Fix incorrectly named binding for MMS send_signer_config command | tobtoht | 1 | -1/+1 |
2019-07-06 | Minor formatting fix in help set command | tobtoht | 1 | -1/+1 |
2019-07-05 | p2p: don't connect to more than one IP per class B if we can | moneromooo-monero | 1 | -11/+45 |
2019-07-04 | keccak: guard against misaligned memory accesses on ARM | moneromooo-monero | 1 | -3/+6 |
2019-07-04 | cryptonote_protocol: drop peers we can't download from when syncing | moneromooo-monero | 1 | -0/+5 |
2019-07-04 | p2p: add a few missing connection close calls | moneromooo-monero | 1 | -2/+6 |
2019-07-04 | Merge pull request #5663 | luigi1111 | 1 | -1/+1 |
2019-07-04 | Merge pull request #5650 | luigi1111 | 1 | -4/+8 |
2019-07-04 | Merge pull request #5647 | luigi1111 | 1 | -1/+50 |
2019-07-04 | CryptonightR_JIT: fix return value on error | selene | 1 | -3/+3 |
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 2 | -43/+12 |
2019-07-03 | rpc: get_block_template add optional extra_nonce | Jethro Grassie | 2 | -1/+27 |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 3 | -13/+32 |
2019-07-02 | miner: fix --bg-mining-enable description | moneromooo-monero | 1 | -1/+1 |
2019-07-01 | zmq: MacPorts latest fix | Jethro Grassie | 1 | -1/+1 |
2019-07-01 | wallet: do not print log settings when unset | moneromooo-monero | 1 | -1/+4 |
2019-07-01 | Merge pull request #5681 | luigi1111 | 1 | -1/+0 |
2019-07-01 | Merge pull request #5678 | luigi1111 | 1 | -0/+1 |
2019-07-01 | Merge pull request #5675 | luigi1111 | 1 | -1/+1 |
2019-06-26 | p2p: don't forget pruning seed or public RPC port when updating peers | moneromooo-monero | 1 | -4/+16 |
2019-06-25 | rpc headers fix | Michal vel m@lbit | 1 | -1/+1 |
2019-06-22 | simplewallet: don't ask about mining when running a command line | moneromooo-monero | 1 | -1/+3 |
2019-06-21 | p2p: add a reference to Cao, Tong et al. for the last_seen changes | moneromooo-monero | 1 | -0/+3 |
2019-06-21 | Remove Xiala.net from the list of dns resolvers | tobtoht | 1 | -1/+0 |
2019-06-20 | rpc: set sanity_check_failed to false when successful | stoffu | 1 | -0/+1 |
2019-06-19 | tx_sanity_check: relax the median check a lot | moneromooo-monero | 1 | -1/+1 |
2019-06-19 | p2p: close the right number of connections on setting max in/out peers | moneromooo-monero | 1 | -2/+2 |
2019-06-19 | p2p: propagate out peers limit to payload handler | moneromooo-monero | 1 | -0/+1 |
2019-06-19 | wallet_api: catch getTxKey exception | Dusan Klinec | 1 | -8/+17 |
2019-06-19 | wallet2: fix change subaddress mixup when sending pre rct outputs | moneromooo-monero | 1 | -0/+1 |
2019-06-17 | core: fix --prune-blockchain not pruning if no blockchain exists | moneromooo-monero | 1 | -1/+1 |
2019-06-17 | device: show address on device display | Dusan Klinec | 11 | -6/+127 |
2019-06-17 | device: tx_key caching fixed, store recovered txkey | Dusan Klinec | 1 | -3/+11 |
2019-06-16 | Fix --restore-date usage | Howard Chu | 1 | -1/+1 |
2019-06-16 | blockchain: silence an error getting blocks for pruned nodes | moneromooo-monero | 1 | -4/+8 |
2019-06-16 | Bans for RPC connections | Howard Chu | 3 | -0/+26 |
2019-06-15 | db_lmdb: commit pruning txn at checkpoints | moneromooo-monero | 1 | -1/+50 |
2019-06-14 | Merge pull request #5641 | Riccardo Spagni | 3 | -1/+2 |
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 3 | -1/+2 |
2019-06-14 | rpc: restrict the recent cutoff size in restricted RPC mode | moneromooo-monero | 1 | -0/+9 |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 2 | -3/+4 |
2019-06-14 | serialization: check stream good flag at the end | moneromooo-monero | 3 | -6/+6 |
2019-06-14 | tree-hash: allocate variable memory on heap, not stack | moneromooo-monero | 1 | -5/+7 |
2019-06-14 | cryptonote: throw on tx hash calculation error | moneromooo-monero | 1 | -3/+3 |
2019-06-14 | serialization: fail on read_varint error | moneromooo-monero | 1 | -1/+2 |
2019-06-14 | cryptonote_protocol: fix another potential P2P DoS | moneromooo-monero | 1 | -0/+15 |
2019-06-14 | cryptonote_protocol: expand basic DoS protection | moneromooo-monero | 2 | -4/+4 |
2019-06-14 | cryptonote_protocol_handler: prevent potential DoS | anonimal | 2 | -0/+12 |
2019-06-13 | core: do not complain about low block rate if disconnected | moneromooo-monero | 1 | -1/+1 |
2019-06-12 | rpc: work around a GCC 7.4.0 (at least) bug | moneromooo-monero | 1 | -1/+3 |
2019-06-12 | tx_sanity_check: don't print an error when not enough outs to check | moneromooo-monero | 1 | -1/+1 |
2019-06-12 | rpc: fix get_transactions getting v1 txes from the txpool | moneromooo-monero | 1 | -1/+2 |
2019-06-11 | Merge pull request #5619 | luigi1111 | 4 | -18/+8 |
2019-06-11 | Delete more include string.h | Your Name | 1 | -1/+0 |
2019-06-10 | rpc: implement set_bootstrap_daemon method | xiphon | 3 | -27/+108 |