Age | Commit message (Expand) | Author | Files | Lines |
2019-12-17 | p2p: drop the peerlist dump to TRACE | moneromooo-monero | 1 | -1/+1 |
2019-11-19 | make d2h et al. constant-time | Jethro Grassie | 1 | -30/+8 |
2019-11-17 | Fix #6147 DB corruption from child process overwrite | Howard Chu | 1 | -1/+6 |
2019-11-14 | wallet: set non-empty error string on connection failure | xiphon | 1 | -1/+1 |
2019-11-12 | rpc: Only show version string if it matches expected pattern | Nathan Dorfman | 4 | -1/+102 |
2019-11-12 | daemon: Use rpc for "version" command | Nathan Dorfman | 3 | -3/+38 |
2019-11-04 | wallet2: fix pool txes not being flushed when mined | moneromooo-monero | 1 | -1/+1 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 24 | -279/+631 |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 4 | -3/+4 |
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 4 | -3/+4 |
2019-11-02 | simplewallet: plug a timing leak | moneromooo-monero | 2 | -10/+31 |
2019-11-01 | wallet: reuse cached height when set after refresh | moneromooo-monero | 2 | -0/+11 |
2019-11-01 | wallet2: fix is_synced checking target height, not height | moneromooo-monero | 1 | -1/+1 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 4 | -15/+50 |
2019-11-01 | wallet2: do not send an unnecessary last getblocks.bin call on refresh | moneromooo-monero | 2 | -7/+17 |
2019-11-01 | wallet2: do not repeatedly ask for pool txes sent to us | moneromooo-monero | 1 | -5/+0 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 5 | -12/+18 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 5 | -12/+18 |
2019-10-30 | daemon: always use bootstrap daemon (if set) in '--no-sync' mode | xiphon | 2 | -3/+6 |
2019-10-29 | wallet2: make keys unlocker reentrant | moneromooo-monero | 2 | -3/+23 |
2019-10-29 | blockchain: fix comment wrongly refering to SHA-3 rather than Keccak | moneromooo-monero | 1 | -1/+1 |
2019-10-29 | daemon: handle printing higher hash rates | moneromooo-monero | 1 | -1/+1 |
2019-10-29 | tx_pool: fix error message assuming incorrectly | moneromooo-monero | 1 | -2/+2 |
2019-10-28 | daemon: always use bootstrap daemon (if set) in '--no-sync' mode | xiphon | 2 | -3/+6 |
2019-10-28 | Updated paper references | Sarang Noether | 1 | -24/+22 |
2019-10-28 | Minor prover simplification | Sarang Noether | 1 | -10/+5 |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 |
2019-10-27 | wallet: do not warn if the rpc cost was free | moneromooo-monero | 1 | -1/+1 |
2019-10-27 | wallet: do not warn if the rpc cost was free | moneromooo-monero | 1 | -1/+1 |
2019-10-26 | rpc: fix PRIx64 build error on some systems | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | rpc: add a flush_cache RPC | moneromooo-monero | 10 | -1/+97 |
2019-10-25 | tx_pool: fix divide by 0 in log | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | simplewallet: remove remaining payment id dead code | moneromooo-monero | 1 | -26/+0 |
2019-10-25 | device: bounds checking in Ledger send_secret/receive_secret | xiphon | 1 | -0/+4 |
2019-10-25 | net: link with libzmq | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 7 | -22/+99 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 41 | -789/+3452 |
2019-10-24 | Change monerod --proxy to --tx-proxy | Lee Clagett | 3 | -14/+14 |
2019-10-24 | changed 'batttery' to 'battery' | Jake Hemmerle | 2 | -3/+3 |
2019-10-24 | rpc: Include tag in get_info version string | Nathan Dorfman | 1 | -1/+1 |
2019-10-24 | gen_ssl_cert: new tool to generate SSL certs for Monero | moneromooo-monero | 3 | -0/+304 |
2019-10-24 | daemon: print difficulty in decimal, as it used to be | moneromooo-monero | 1 | -8/+8 |
2019-10-24 | add a quick early out to get_blocks.bin when up to date | moneromooo-monero | 1 | -1/+15 |
2019-10-23 | wallet2: error out when we need a daemon password but have no prompt function | moneromooo-monero | 1 | -0/+5 |
2019-10-23 | wallet2: fix the logged number of detached transfers | moneromooo-monero | 1 | -0/+1 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 2 | -13/+5 |
2019-10-18 | v12 fork heights | tevador | 1 | -0/+4 |
2019-10-18 | daemon: fix coinbase txes always being seen as pruned | moneromooo-monero | 1 | -1/+2 |
2019-10-18 | daemon: add miner tx hash in print_block output | moneromooo-monero | 1 | -1/+2 |
2019-10-17 | utils: Increase max block size for import/export | Nathan Dorfman | 1 | -1/+1 |
2019-10-17 | protocol: fix syncing from peers being too choosy about peers | moneromooo-monero | 1 | -3/+3 |
2019-10-17 | db_lmdb: an empty prunable data record means the tx is not pruned | moneromooo-monero | 1 | -2/+0 |
2019-10-16 | blockchain: initialize pow to ff..ff | moneromooo-monero | 1 | -2/+4 |
2019-10-15 | daemon: fix print_pl synopsis missing recent options | moneromooo-monero | 1 | -1/+1 |
2019-10-14 | wallet_rpc_server: don't report integrated addresses for 0 payment ID | moneromooo-monero | 1 | -2/+5 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 5 | -115/+8 |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 2 | -7/+19 |
2019-10-14 | simplewallet: reinstate short payment id nag, only if non default | moneromooo-monero | 1 | -1/+8 |
2019-10-13 | node.inl, add xmrchain.net IP to hardcoded peers | Gingeropolous | 1 | -0/+3 |
2019-10-13 | Add also ifdef __x86_64__ | pkubaj | 1 | -2/+2 |
2019-10-13 | RandomX: update to v1.1.4 | tevador | 1 | -76/+30 |
2019-10-13 | Fix build on FreeBSD/!x86 | pkubaj | 1 | -0/+4 |
2019-10-13 | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 5 | -8/+8 |
2019-10-11 | simplewallet: add --restore-from-seed alias | moneromooo-monero | 1 | -1/+3 |
2019-10-11 | simplewallet: don't trigger idle lock right after a foreground refresh | moneromooo-monero | 1 | -0/+3 |
2019-10-11 | blockchain: use effective median block weight for penalty from v12 | moneromooo-monero | 2 | -3/+13 |
2019-10-11 | tx_pool: do not divide by 0 | moneromooo-monero | 1 | -2/+2 |
2019-10-11 | cryptonote: don't leave block_weight uninitialized | moneromooo-monero | 1 | -0/+1 |
2019-10-11 | protocol: initialize block_weight in block_complete_entry ctor | moneromooo-monero | 1 | -1/+1 |
2019-10-11 | cryptonote: add function to get weight from a pruned tx | moneromooo-monero | 3 | -11/+67 |
2019-10-10 | blockchain: fill in cumulative block weight for alt blocks | moneromooo-monero | 3 | -0/+86 |
2019-10-10 | simplewallet: do not print warning for locked coinbase txes | moneromooo-monero | 1 | -1/+1 |
2019-10-10 | cryptonote: fill in tx weight when syncing from pruned blocks | moneromooo-monero | 1 | -5/+1 |
2019-10-07 | Fix for miners on reorg | Howard Chu | 1 | -1/+4 |
2019-10-07 | Print cdifficulty and don't serialize miner tx hash twice | Doyle | 2 | -1/+1 |
2019-10-06 | tx_pool: make spent return-by-reference as intended | stoffu | 2 | -2/+2 |
2019-10-05 | Update to RandomX v1.1.3, simplify | Howard Chu | 1 | -19/+2 |
2019-10-04 | wallet2: don't delete file that may not exist | selsta | 1 | -5/+5 |
2019-10-03 | Fix randomx cache selection for RPCs | Howard Chu | 1 | -12/+28 |
2019-10-03 | Fix debug feature | cslashm | 1 | -0/+2 |
2019-10-03 | Revert PR #5835 (export view key) | cslashm | 1 | -1/+1 |
2019-10-03 | Add display address | cslashm | 2 | -1/+24 |
2019-10-03 | Add hmac over encrypted value during transaction | cslashm | 3 | -106/+190 |
2019-10-02 | p2p: reject invalid pruning seeds in peer lists | moneromooo-monero | 1 | -0/+2 |
2019-10-02 | p2p: reject invalid rpc_port in peer lists | xiphon | 1 | -0/+2 |
2019-10-02 | wallet2: add ignore-outputs-{above/below} option | stoffu | 4 | -1/+88 |
2019-10-01 | simplewallet.cpp - clean up welcome message | SomaticFanatic | 1 | -3/+3 |
2019-09-28 | blockchain: tweak fee as a function of median values | moneromooo-monero | 1 | -1/+2 |
2019-09-28 | RPC on_transfer_split error consistent with on_transfer if no tx sent | binaryFate | 1 | -0/+7 |
2019-09-28 | build: link wallet_merged against blockchain_db and hardforks obj | xiphon | 1 | -0/+2 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 26 | -178/+696 |
2019-09-25 | RandomX integration | Howard Chu | 18 | -45/+600 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 9 | -15/+25 |
2019-09-25 | Request a thread stack size that is large enough for unbound | Martijn Otto | 1 | -1/+8 |
2019-09-24 | protocol: only print sync complete message when out of precompiled hashes | moneromooo-monero | 1 | -1/+1 |
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 10 | -144/+220 |
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 2 | -0/+11 |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 1 | -3/+3 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 5 | -1/+153 |
2019-09-16 | p2p: fix bans taking port into account | moneromooo-monero | 4 | -13/+13 |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 3 | -4/+4 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 18 | -3104/+33 |
2019-09-11 | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 1 | -1/+3 |
2019-09-11 | simplewallet: remove erroneously added line under subaddress-lookahead | stoffu | 1 | -1/+0 |
2019-09-11 | Revert "cryptonote_protocol: drop peers we can't download from when syncing" | moneromooo-monero | 1 | -5/+0 |
2019-09-11 | Revert "Fix check for disconnecting peers when syncing" | moneromooo-monero | 1 | -1/+1 |
2019-09-10 | wallet2: enable ignoring fractional outputs also when sweeping | stoffu | 1 | -0/+16 |
2019-09-09 | wallet2_api: add missing parameter | selsta | 2 | -4/+4 |
2019-09-09 | wallet2_api: fix load unsigned tx from file error propagation | xiphon | 1 | -0/+4 |
2019-09-07 | bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) | anonimal | 2 | -2/+2 |
2019-09-06 | wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS) | anonimal | 1 | -0/+6 |
2019-09-05 | Make null hash constants constexpr | Lev Sizov | 2 | -3/+3 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 5 | -58/+88 |
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 2 | -1/+12 |
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 1 | -0/+2 |
2019-09-04 | slow-hash: fix CNv2+ on big endian | moneromooo-monero | 1 | -3/+3 |
2019-09-04 | db_lmdb: print percentages as percentages, not ratios | moneromooo-monero | 1 | -1/+1 |
2019-09-04 | difficulty: fix check_hash on big endian | moneromooo-monero | 1 | -1/+0 |
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 | 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-27 | MLSAG speedup and additional checks | Sarang Noether | 4 | -77/+54 |
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 | 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 | 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 | 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-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 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 3 | -4/+4 |
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-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 | 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-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 | 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 |