Age | Commit message (Expand) | Author | Files | Lines |
2020-02-12 | tx_pool: catch theoretical error in get_block_reward | moneromooo-monero | 1 | -1/+5 |
2020-02-12 | threadpool: lock mutex in create | moneromooo-monero | 1 | -0/+1 |
2020-02-06 | miner: use verification mode for low diff one block nonce searches | moneromooo-monero | 1 | -1/+1 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 2 | -4/+20 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 6 | -161/+71 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 5 | -10/+41 |
2019-12-14 | blockchain: fix flushing txes from the txpool | moneromooo-monero | 1 | -1/+1 |
2019-11-27 | rpc: error out from get_info if the proxied call errors out | moneromooo-monero | 1 | -2/+1 |
2019-11-27 | node_rpc_proxy: init some new rpc payment fields in invalidate | moneromooo-monero | 1 | -0/+4 |
2019-11-27 | rpc: init a few missing client_info members | moneromooo-monero | 1 | -0/+4 |
2019-11-27 | rpc: do not propagate exceptions out of a dtor | moneromooo-monero | 1 | -4/+8 |
2019-11-27 | rpc: always set the update field in update on sucess | moneromooo-monero | 1 | -0/+1 |
2019-11-26 | download: catch exceptions checking for size | moneromooo-monero | 1 | -5/+9 |
2019-11-25 | rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC | moneromooo-monero | 1 | -5/+5 |
2019-11-25 | updates: fix source code URL on _WIN32 | selsta | 1 | -1/+1 |
2019-11-22 | rpc: don't auto fail RPC needing payment in bootstrap mode | moneromooo-monero | 1 | -1/+5 |
2019-11-22 | rpc: add received_timestamp for pool txes in gettransactions | moneromooo-monero | 2 | -1/+6 |
2019-11-22 | wallet_rpc_server: add count parameter to create_address | Matt Smith | 2 | -7/+33 |
2019-11-19 | db_lmdb: guard against non NUL terminated keys | moneromooo-monero | 1 | -1/+9 |
2019-11-19 | make d2h et al. constant-time | Jethro Grassie | 1 | -30/+8 |
2019-11-19 | wallet: don't issue node rpc proxy requests in '--offline' mode | xiphon | 1 | -0/+1 |
2019-11-19 | p2p: don't request flags after closing connection | moneromooo-monero | 1 | -1/+1 |
2019-11-17 | Fix #6147 DB corruption from child process overwrite | Howard Chu | 1 | -1/+6 |
2019-11-15 | threadpool: use std::move when taking an element off the queue | moneromooo-monero | 1 | -1/+1 |
2019-11-15 | blockchain: speedup fetching pruned contiguous tx blobs | moneromooo-monero | 5 | -3/+70 |
2019-11-14 | wallet: set non-empty error string on connection failure | xiphon | 1 | -1/+1 |
2019-11-14 | Actually concatenate error strings. | Bert Peters | 1 | -8/+8 |
2019-11-14 | simplewallet: fix restore height warning | selsta | 1 | -1/+1 |
2019-11-13 | Replace memset with memwipe. | Bert Peters | 1 | -4/+5 |
2019-11-13 | perf_timer: fix pause/resume macros dereferencing too much | moneromooo-monero | 1 | -2/+2 |
2019-11-13 | simplewallet: noob-friendly help menu | wowario | 4 | -14/+48 |
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-12 | blockchain: error out if the builtin hashes data size is wrong | moneromooo-monero | 1 | -1/+6 |
2019-11-11 | p2p: zero last seen timestamp when inserting a new peer | moneromooo-monero | 1 | -0/+1 |
2019-11-10 | core_tests: reset thread pool between tests | moneromooo-monero | 2 | -7/+27 |
2019-11-09 | build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_server | xiphon | 2 | -36/+35 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 5 | -0/+72 |
2019-11-05 | wallet2: don't try to lock an empty filename | moneromooo-monero | 1 | -0/+6 |
2019-11-05 | wallet_rpc_server: add tx weight in transfer commands responses | moneromooo-monero | 3 | -7/+18 |
2019-11-04 | wallet2: fix pool txes not being flushed when mined | moneromooo-monero | 1 | -1/+1 |
2019-11-04 | daemon: allow printing N blocks from the end of the chain | moneromooo-monero | 3 | -4/+43 |
2019-11-04 | daemon: add +meta print_tx parameter | moneromooo-monero | 3 | -4/+31 |
2019-11-04 | blockchain_stats: make it work on pruned blockchains | moneromooo-monero | 1 | -2/+2 |
2019-11-04 | lmdb: Remove meaningless const qualifier on function type | Nathan Dorfman | 1 | -2/+2 |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 13 | -81/+196 |
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 | Add a --keep-fakechain option to keep fakechain databases | JamesWrigley | 1 | -1/+8 |
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 | simplewallet: add missing inactivity-lock-timeout to set help blurb | moneromooo-monero | 1 | -1/+3 |
2019-11-01 | simplewallet: do not mention inactivity if a lock was manual | moneromooo-monero | 1 | -1/+2 |
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 | always print peer IDs in the same format | moneromooo-monero | 4 | -13/+11 |
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 | core: point out when we hit the block rate visibility limit | moneromooo-monero | 1 | -2/+3 |
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 | rpc: base flush_cache request/response on the new base structs | moneromooo-monero | 1 | -5/+4 |
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 |