Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 7 | -136/+489 |
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-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 4 | -37/+170 |
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 5 | -2/+41 |
2019-08-20 | MMS: Use chans instead of normal addresses for auto-config | rbrunner7 | 3 | -35/+41 |
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-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 | 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-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 |
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 | 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 | Delete more include string.h | Your Name | 1 | -1/+0 |
2019-06-10 | rpc: implement set_bootstrap_daemon method | xiphon | 3 | -27/+108 |
2019-06-09 | Fix GCC 9.1 build warnings | moneromooo-monero | 2 | -0/+15 |
2019-06-09 | miner: fix double free of thread attributes | ston1th | 4 | -18/+8 |
2019-06-08 | p2p: fix GCC 9.1 crash | moneromooo-monero | 1 | -4/+6 |
2019-06-06 | p2p: delay IGP probing on startup | moneromooo-monero | 3 | -7/+54 |
2019-06-06 | simplewallet: print errors on exceptions creating wallets | moneromooo-monero | 1 | -4/+12 |
2019-06-04 | rpc: use ip address string representation for peer::host field | xiphon | 1 | -1/+4 |
2019-06-02 | Remember RPC version on initial connect | Howard Chu | 2 | -7/+13 |
2019-06-01 | add a command line option to disable ZMQ server | Jethro Grassie | 4 | -14/+28 |
2019-06-01 | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 5 | -29/+113 |
2019-05-31 | daemon: display peer address type in print_cn | moneromooo-monero | 4 | -0/+21 |
2019-05-30 | rpc: in/out peers can now return the setting's value | moneromooo-monero | 7 | -21/+63 |
2019-05-30 | add cumulative difficulty to diff command | wowario | 1 | -0/+1 |
2019-05-29 | Unused private member m_miner_address | Jesus Ramirez | 2 | -2/+0 |
2019-05-28 | core: update pruning if using --prune-blockchain on a pruned blockchain | moneromooo-monero | 1 | -1/+7 |
2019-05-27 | wallet_manager: omit redundant disconnect, drop unused variable | xiphon | 2 | -4/+0 |
2019-05-26 | blockchain: do not try to pop blocks down to the genesis block | moneromooo-monero | 1 | -0/+3 |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 5 | -14/+51 |
2019-05-24 | blockchain_export: allow exporting blocks.dat format from pruned | moneromooo-monero | 1 | -1/+1 |
2019-05-24 | daemon: fix "never seen before" time span display for peers | moneromooo-monero | 1 | -1/+1 |
2019-05-22 | Fix allow any cert mode in wallet rpc when configured over rpc | Lee Clagett | 1 | -1/+5 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 13 | -140/+122 |
2019-05-21 | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. | Lee Clagett | 1 | -1/+4 |
2019-05-19 | Fix #5553 | Howard Chu | 1 | -1/+2 |
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 5 | -7/+30 |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 1 | -1/+1 |
2019-05-11 | wallet: fix certificate fingerprint length check | moneromooo-monero | 2 | -2/+2 |
2019-05-10 | password: do not use line input on windows | moneromooo-monero | 1 | -5/+1 |
2019-05-10 | expose set/get walletcache attribute functionality in wallet api | dsc | 3 | -0/+28 |
2019-05-10 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 11 | -161/+0 |
2019-05-09 | rpc: fail update RPC when running offline | moneromooo-monero | 1 | -0/+7 |
2019-05-09 | daemon: add optional arguments to alt_chain_info | moneromooo-monero | 3 | -8/+47 |
2019-05-09 | daemon: sort alt chains by height | moneromooo-monero | 5 | -7/+9 |
2019-05-08 | blockchain: keep alternative blocks in LMDB | moneromooo-monero | 7 | -94/+379 |
2019-05-02 | wallet2: don't wait a day before using new version fees | moneromooo-monero | 1 | -2/+2 |
2019-05-02 | wallet: distinguish between empty and absent attributes | moneromooo-monero | 4 | -6/+16 |
2019-05-02 | error: fix compile error on windows with depends | moneromooo-monero | 1 | -1/+1 |
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 3 | -34/+37 |
2019-05-02 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 7 | -15/+15 |
2019-05-01 | wallet2: reject standalone short payment IDs in monero: URI API | moneromooo-monero | 1 | -4/+2 |
2019-04-30 | mnemonics: fix 4 byte UTF-8 rewriting | moneromooo-monero | 1 | -1/+1 |
2019-04-30 | wallet_rpc_server: reject standalone short payment id in address book | moneromooo-monero | 1 | -4/+4 |
2019-04-29 | remove unused code | moneromooo-monero | 5 | -12/+2 |
2019-04-29 | add a few checks where it seems appropriate | moneromooo-monero | 4 | -2/+5 |
2019-04-29 | wallet2: fix infinite loop picking outputs in corner case | moneromooo-monero | 1 | -2/+5 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 3 | -0/+24 |
2019-04-25 | wallet_rpc_server: adding missing return on error in set_daemon | moneromooo-monero | 1 | -0/+1 |
2019-04-25 | wallet_rpc_server: return false on error in set_log_categories | moneromooo-monero | 1 | -1/+1 |
2019-04-25 | wallet_rpc_server: fix crash in validate_address if no wallet is loaded | moneromooo-monero | 1 | -1/+2 |
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 4 | -8/+34 |
2019-04-25 | device/trezor: device sorting and filtering improved | Dusan Klinec | 3 | -16/+115 |
2019-04-24 | p2p: do not send last_seen timestamp to peers | moneromooo-monero | 3 | -12/+30 |
2019-04-24 | wallet2: default to trying to keep 5 outputs of 2+ monero | moneromooo-monero | 1 | -3/+13 |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 7 | -0/+26 |
2019-04-23 | tx_sanity_check: relax uniqueness check a bit | moneromooo-monero | 1 | -2/+2 |
2019-04-23 | wallet2: add missing "sanity check failed" reason message | moneromooo-monero | 1 | -0/+2 |
2019-04-23 | wallet2: fix wrong change being recorded in sweep_all | moneromooo-monero | 1 | -2/+2 |
2019-04-23 | dns_checks: new helper program to check on DNSSEC lookups | moneromooo-monero | 3 | -1/+172 |
2019-04-23 | daemonizer: add --non-interactive for windows | moneromooo-monero | 1 | -1/+9 |
2019-04-22 | wallet: fix key image computation signaling to the device | Dusan Klinec | 1 | -1/+1 |
2019-04-20 | wallet_rpc_server: add block_height and frozen to incoming_transfers | moneromooo-monero | 2 | -1/+7 |
2019-04-20 | hardfork: fix off by one updating fork index after popping | moneromooo-monero | 1 | -3/+2 |
2019-04-18 | device/trezor: button request callback fix | Dusan Klinec | 1 | -1/+2 |
2019-04-18 | simplewallet: fix output representation offset | moneromooo-monero | 2 | -3/+3 |
2019-04-18 | wallet2: "output lineup" fake out selection | moneromooo-monero | 2 | -60/+72 |
2019-04-18 | Windows: fix a build error in MSYS2 with boost 1.70.0 | iDunk5400 | 1 | -0/+3 |
2019-04-18 | simplewallet: prompt when spending more than one old out in one tx | moneromooo-monero | 2 | -3/+58 |
2019-04-17 | wallet_rpc_server: add unlocked field to incoming_transfers output | moneromooo-monero | 2 | -1/+4 |
2019-04-17 | wallet_rpc_server: remove unused variable | moneromooo-monero | 1 | -2/+0 |
2019-04-17 | simplewallet: add the change amount to the prompt when locking | moneromooo-monero | 1 | -1/+3 |
2019-04-17 | testdb: add override keyword where missing | stoffu | 3 | -132/+100 |
2019-04-16 | daemon: fix absolute/relative log file test for windows | moneromooo-monero | 1 | -5/+1 |
2019-04-16 | wallet_rpc_server: set suggested_confirmations_threshold for pool txes | moneromooo-monero | 1 | -5/+3 |
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 4 | -1/+82 |
2019-04-16 | rpc: add a pruned bool to the prune_blockchain call | moneromooo-monero | 2 | -1/+4 |
2019-04-16 | simplewallet: add another warning about long payment ids | moneromooo-monero | 1 | -0/+8 |
2019-04-15 | daemon: remove debug info | moneromooo-monero | 1 | -1/+1 |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 4 | -14/+14 |
2019-04-15 | blockchain: lock the blockchain while pruning | moneromooo-monero | 1 | -0/+4 |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 4 | -60/+115 |
2019-04-15 | wallet_rpc_server: remove unused code | moneromooo-monero | 1 | -5/+1 |
2019-04-15 | rpc: omit irrelevant fields for pool txes in gettransactions | moneromooo-monero | 1 | -4/+10 |
2019-04-15 | rpc: add relayed in get_transaction output | moneromooo-monero | 2 | -5/+11 |
2019-04-15 | rpc: set default log category in core_rpc_server.h | moneromooo-monero | 1 | -0/+3 |
2019-04-15 | Increment m_threads_active when mining thread starts | Doyle | 1 | -0/+1 |
2019-04-14 | hardfork: remove "no hf version db" recreation check | moneromooo-monero | 1 | -20/+2 |
2019-04-14 | cryptonote_protocol: warn when the last connection goes | moneromooo-monero | 1 | -0/+2 |
2019-04-14 | daemon: fix ratio not being floating point | moneromooo-monero | 1 | -1/+1 |
2019-04-14 | core_rpc_server: remove dummy assigning int to bool | moneromooo-monero | 1 | -3/+1 |
2019-04-14 | blockchain_db: fix db txn ending too early | moneromooo-monero | 7 | -93/+123 |
2019-04-13 | bulletproofs: cut down on keyV allocations | moneromooo-monero | 1 | -29/+33 |
2019-04-13 | daemon: if a log file has a /, interpret it from the cwd | moneromooo-monero | 1 | -1/+6 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 6 | -0/+152 |
2019-04-12 | simplewallet: fix warning about long payment id using the old option | moneromooo-monero | 1 | -1/+1 |
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 2 | -42/+58 |
2019-04-12 | rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 | stoffu | 1 | -1/+4 |
2019-04-11 | p2p: fix integer overflow in host bans | moneromooo-monero | 1 | -1/+8 |
2019-04-11 | ringct: prevent use of full ringct signatures for more than one input | moneromooo-monero | 2 | -0/+3 |
2019-04-11 | simplewallet: fix merge error with new welcome command | moneromooo-monero | 1 | -1/+2 |
2019-04-11 | wallet2: update estimate_rct_tx_size for smaller rct proofs | moneromooo-monero | 1 | -1/+1 |
2019-04-11 | rpc: fix off by one in get_height | moneromooo-monero | 1 | -0/+1 |
2019-04-11 | simplewallet: add a welcome/disclaimer message command | moneromooo-monero | 2 | -0/+34 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 9 | -73/+208 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 4 | -0/+26 |
2019-04-10 | device/trezor: env-configurable ports | Dusan Klinec | 2 | -21/+53 |
2019-04-10 | wallet_rpc_server: add a all flag to export_outputs | moneromooo-monero | 4 | -9/+13 |
2019-04-09 | blockchain: remove unused calc of short_term_constraint | stoffu | 1 | -1/+0 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 2 | -17/+29 |
2019-04-07 | build fix: combinator.h stdexcept missing include | Dusan Klinec | 1 | -0/+1 |
2019-04-07 | blockchain_import: error out if preparing to handle blocks fails | moneromooo-monero | 1 | -1/+5 |
2019-04-07 | core: don't check block rate nor fork time in regtest mode | moneromooo-monero | 1 | -1/+4 |
2019-04-07 | device/trezor: add button pressed request | Dusan Klinec | 7 | -1/+42 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 1 | -0/+5 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 4 | -43/+74 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 3 | -14/+29 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 6 | -58/+27 |