Age | Commit message (Expand) | Author | Files | Lines |
2018-06-09 | simplewallet: set_ring can now take a file with rings | moneromooo-monero | 1 | -2/+110 |
2018-06-08 | db_lmdb: warn about slowness when running off a spinning disk | moneromooo-monero | 3 | -0/+75 |
2018-06-06 | blockchain: fix deadlock with the difficulty cache | moneromooo-monero | 1 | -8/+12 |
2018-06-03 | protocol: drop (and increase fails) if most blocks hashes are invalid | moneromooo-monero | 1 | -3/+3 |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 7 | -98/+495 |
2018-06-02 | blockchain: demote a hash-of-hashes validation warning to debug | moneromooo-monero | 1 | -1/+1 |
2018-06-02 | update checkpoints.dat for point release | Riccardo Spagni | 2 | -1/+1 |
2018-06-02 | bump version for 0.12.2 point release | Riccardo Spagni | 1 | -1/+1 |
2018-06-01 | rpc: the cache is still for non cumulative on that branch | moneromooo-monero | 1 | -0/+7 |
2018-05-31 | rpc: convert distribution to cumulative after caching | moneromooo-monero | 1 | -6/+7 |
2018-05-31 | wallet2: don't ask for pruned txes yet, we still parse the entire tx | moneromooo-monero | 1 | -1/+1 |
2018-05-31 | wallet: fix shared ring db path | stoffu | 2 | -6/+12 |
2018-05-30 | rpc: fix get_output_distribution cache for the cumulative case | moneromooo-monero | 1 | -0/+7 |
2018-05-30 | blockchain_blackball: also blackball N N-sized duplicate rings | moneromooo-monero | 1 | -5/+48 |
2018-05-30 | blockchain_blackball: add incremental mode | moneromooo-monero | 1 | -19/+102 |
2018-05-30 | blockchain_utilities: do not link against unneeded p2p lib | moneromooo-monero | 1 | -4/+0 |
2018-05-30 | hardfork: fix get_next_version() | stoffu | 1 | -3/+3 |
2018-05-30 | hardfork: fix get_earliest_ideal_height_for_version() to support non-existent... | stoffu | 1 | -4/+8 |
2018-05-28 | protocol: do not switch to unsafe sync mode for just a few blocks | moneromooo-monero | 1 | -1/+2 |
2018-05-28 | core: fix automatic safe db sync mode switching | moneromooo-monero | 2 | -5/+7 |
2018-05-28 | tx_pool: remove old comment from fill_block_template() | stoffu | 1 | -4/+0 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 15 | -90/+457 |
2018-05-23 | update checkpoints | Riccardo Spagni | 2 | -1/+1 |
2018-05-23 | update checkpoints for point release | Riccardo Spagni | 1 | -1/+1 |
2018-05-23 | bump version for point release | Riccardo Spagni | 1 | -1/+1 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 9 | -23/+182 |
2018-05-20 | simplewallet: use correct unit for fee command | stoffu | 1 | -1/+1 |
2018-05-20 | core: remove threadpool dependency from header | moneromooo-monero | 2 | -6/+3 |
2018-05-20 | threadpool: allow constructing an object, and misc tweaks | moneromooo-monero | 2 | -9/+13 |
2018-05-20 | Fix output shuffling for multisig | stoffu | 3 | -11/+13 |
2018-05-19 | daemon: request unpruned transactions for print_tx | moneromooo-monero | 1 | -0/+1 |
2018-05-15 | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa... | jcktm | 3 | -0/+11 |
2018-05-13 | Use median timestamp if current time renders a block invalid. | Thaer Khawaja | 2 | -6/+15 |
2018-05-13 | crypto: more places needing fixing for GCC 8.1 | moneroexamples | 1 | -10/+10 |
2018-05-13 | chacha: fix build with GCC 8.1 | moneromooo-monero | 1 | -2/+2 |
2018-05-12 | Fix Typo | Rafficer | 1 | -1/+1 |
2018-05-10 | wallet2: consider 6 outputs or less to be unmixable from v7 | moneromooo-monero | 1 | -2/+2 |
2018-05-09 | blockchain: avoid exception if asked for a block we do not have | moneromooo-monero | 1 | -8/+11 |
2018-05-09 | blockchain: invalidate misc caches when popping blocks | moneromooo-monero | 1 | -0/+6 |
2018-05-07 | cryptonote: make sure outPk setup always happens | moneromooo-monero | 2 | -33/+37 |
2018-05-06 | check_spend_proof | itssteven | 1 | -2/+3 |
2018-05-06 | blockchain: pop top if block version disagrees with the ideal fork version | stoffu | 1 | -0/+47 |
2018-05-05 | add .load() to make Boost 1.67 happy with its new is_integral check | Teutone | 1 | -1/+1 |
2018-05-04 | ringct: do not show verification errors with default settings | moneromooo-monero | 1 | -4/+6 |
2018-05-04 | Wallet API: allow log path to be non-default & console output to be configurable | stoffu | 2 | -3/+4 |
2018-04-29 | Ensure m_timestamps has the correct number for computing difficulty. | Thaer Khawaja | 1 | -1/+1 |
2018-04-29 | p2p: fix fallback seed node usage | moneromooo-monero | 2 | -3/+11 |
2018-04-28 | daemon: print peer state in sync_info | moneromooo-monero | 1 | -1/+1 |
2018-04-28 | connection_context: remove "state_" prefix from state names | moneromooo-monero | 1 | -5/+5 |
2018-04-28 | cryptonote_protocol_handler.inl: remove span read just now that failed to pas... | stoffu | 1 | -0/+3 |
2018-04-28 | cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool) | stoffu | 1 | -8/+8 |
2018-04-25 | Adding required library (dependency of boost::this_thread::sleep_for) | Gene Peters | 1 | -0/+1 |
2018-04-25 | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 4 | -15/+9 |
2018-04-25 | Wallet: added methods to sign and verify arbitrary message with multisig publ... | naughtyfox | 5 | -0/+113 |
2018-04-25 | cn_deserialize: dump additional tx pubkeys | moneromooo-monero | 1 | -0/+3 |
2018-04-25 | mnemonics: add some logs to help debug failures | moneromooo-monero | 1 | -2/+26 |
2018-04-24 | slow-hash: fix memory leak for Windows /karbowanec#41 | aivve | 1 | -1/+1 |
2018-04-23 | blockchain: log in DEBUG when a block is found, and where | moneromooo-monero | 1 | -3/+3 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 6 | -10/+16 |
2018-04-23 | wallet2: add missing parameters to get_output_histogram | moneromooo-monero | 1 | -0/+3 |
2018-04-22 | Only log an error if fork version is higher AND is not known. | Thaer Khawaja | 3 | -1/+13 |
2018-04-22 | wallet cli/rpc: terminate execution with code 0 when --help or --version is g... | stoffu | 5 | -10/+36 |
2018-04-21 | import_multisig_info: fix sanity check crash in detach_blockchain | Mikhail Mitkevichl | 1 | -1/+6 |
2018-04-21 | Build: update CMake and p2p for in-tree miniupnp | anonimal | 1 | -10/+3 |
2018-04-19 | wallet2: increase rpc timeout for get_output_distribution | moneromooo-monero | 1 | -1/+1 |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 3 | -0/+37 |
2018-04-19 | rpc: add missing perf timer for get_output_distribution | moneromooo-monero | 1 | -0/+1 |
2018-04-19 | CMake: update new location of in-tree miniupnpc | anonimal | 1 | -3/+3 |
2018-04-15 | Improve 'show_transfers' date formatting | Ryan Ronnander | 1 | -8/+5 |
2018-04-15 | handle improper log levels | cryptochangements34 | 1 | -2/+18 |
2018-04-14 | daemon: read config file before reading any other args | stoffu | 1 | -23/+22 |
2018-04-14 | wallet_rpc_server: add a get_version RPC | moneromooo-monero | 3 | -0/+37 |
2018-04-14 | device: add a one off override keyword where appropriate | moneromooo-monero | 2 | -2/+2 |
2018-04-13 | simplewallet: add version command | moneromooo-monero | 2 | -0/+12 |
2018-04-13 | daemon: add a version command | moneromooo-monero | 3 | -0/+14 |
2018-04-13 | WalletApi: publicMultisigSignerKey method | naughtyfox | 3 | -0/+17 |
2018-04-12 | util: log stack trace on crash | moneromooo-monero | 1 | -0/+39 |
2018-04-12 | wallet2: store subaddress lookahead settings | stoffu | 1 | -0/+12 |
2018-04-12 | blockchain_blackball: fix build with CLANG 5 | moneromooo-monero | 1 | -1/+2 |
2018-04-12 | Use 'boost' mutex instead of 'std' mutex | cslashm | 1 | -4/+4 |
2018-04-12 | Fix sub-address tx scan. | cslashm | 6 | -3/+33 |
2018-04-12 | wallet2: fix misc issues when the ringdb can't be initialized | moneromooo-monero | 1 | -9/+9 |
2018-04-11 | tx_pool: fix loading with colliding key images | moneromooo-monero | 1 | -17/+26 |
2018-04-11 | unit_tests: add ringdb unit tests | moneromooo-monero | 2 | -4/+15 |
2018-04-10 | common: make this build with unbound 1.4.20 | moneromooo-monero | 2 | -2/+5 |
2018-04-10 | crypto: fix initialization order issue with random mutex | moneromooo-monero | 2 | -10/+15 |
2018-04-08 | Add a space in mining to testnet/stagenet string | cryptochangements34 | 1 | -1/+1 |
2018-04-07 | simplewallet: fix help message of sign_transfer | stoffu | 1 | -2/+2 |
2018-04-07 | wallet2: request transactions in slices when scanning for known rings | moneromooo-monero | 1 | -22/+32 |
2018-04-07 | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 3 | -8/+27 |
2018-04-07 | WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv... | stoffu | 3 | -39/+35 |
2018-04-05 | Core RPC: optionally add POW hash to block_header_response | stoffu | 4 | -8/+25 |
2018-04-05 | wallet2: move segregation height to v7 | moneromooo-monero | 1 | -1/+1 |
2018-04-03 | blockchain_usage: don't divide by 0 when there is nothing to process | moneromooo-monero | 1 | -3/+10 |
2018-03-31 | Add the possibility to export private view key for fast scan. | cslashm | 7 | -93/+200 |
2018-03-31 | Change mutex lock model to avoid dead lock and ensure locks are always released. | cslashm | 5 | -385/+202 |
2018-03-31 | Automatic height setup when creating/restoring hw device. | cslashm | 1 | -2/+18 |
2018-03-31 | wallet: warn if not using the default ring size | moneromooo-monero | 3 | -0/+30 |
2018-03-31 | simplewallet: warn about key reuse on startup | moneromooo-monero | 1 | -1/+1 |
2018-03-31 | cryptonote_tx_util: make destinations properly shuffled | stoffu | 1 | -2/+3 |
2018-03-30 | blockchain: add scope guard to waiter for threaded txv1 verification | stoffu | 1 | -0/+1 |
2018-03-28 | wallet: fix default mixin (4 -> 6) | sneurlax | 1 | -1/+1 |
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 7 | -2/+308 |
2018-03-28 | Refactored: work with wallet api statuses to make setting and getting operati... | naughtyfox | 3 | -255/+175 |
2018-03-28 | device: fix endianess dependence on subaddress secret key generation | moneromooo-monero | 1 | -2/+6 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 5 | -7/+7 |
2018-03-24 | exit if specified wallet file doesn't exist | cryptochangements34 | 1 | -0/+11 |
2018-03-24 | update block hashes for checkpoints.dat | Riccardo Spagni | 1 | -1/+1 |
2018-03-23 | rpc: make get_output_distribution a non-restricted RPC | moneromooo-monero | 1 | -1/+1 |
2018-03-22 | simplewallet: add --untrusted-daemon option | moneromooo-monero | 2 | -25/+34 |
2018-03-22 | wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly | stoffu | 1 | -1/+1 |
2018-03-22 | wallet2: enable the mitigation only after the fork height | stoffu | 1 | -4/+5 |
2018-03-22 | p2p: correct port number for seed nodes | stoffu | 1 | -3/+3 |
2018-03-22 | wallet2: fix for loading settings of key reuse mitigation | stoffu | 1 | -0/+9 |
2018-03-21 | don't show error twice when starting simplewallet | cryptochangements34 | 1 | -1/+1 |
2018-03-21 | wallet: catch exceptions dealing with ringdb and warn | moneromooo-monero | 3 | -20/+48 |
2018-03-21 | core: add get_earliest_ideal_height_for_version() | stoffu | 3 | -0/+19 |
2018-03-19 | blockchain: cache difficulty for next block | moneromooo-monero | 2 | -3/+22 |
2018-03-18 | core: fix use of uninitialised data | moneromooo-monero | 2 | -2/+4 |
2018-03-18 | update checkpoints | Riccardo Spagni | 1 | -0/+2 |
2018-03-18 | update checkpoints.dat to block 1532400 | Riccardo Spagni | 1 | -0/+0 |
2018-03-18 | update version to 0.12 Lithium Luna | Riccardo Spagni | 1 | -2/+2 |
2018-03-18 | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 1 | -2/+2 |
2018-03-17 | simplewallet: new --use-english-language-names flag | moneromooo-monero | 18 | -26/+70 |
2018-03-17 | wallet: make the segregation height settable | moneromooo-monero | 4 | -9/+87 |
2018-03-17 | wallet_rpc_server: add sweep_unmixable as alias for sweep_dust | moneromooo-monero | 1 | -0/+1 |
2018-03-16 | blockchain: forbid bulletproof types before v8 | moneromooo-monero | 1 | -1/+2 |
2018-03-16 | Add command line option allowing to restrict the default sub-address lookahea... | stoffu | 3 | -1/+84 |
2018-03-16 | wallet: more user friendly print_ring | moneromooo-monero | 6 | -14/+100 |
2018-03-16 | wallet2_api: add key reuse mitigations API | moneromooo-monero | 3 | -0/+27 |
2018-03-16 | wallet2_api: add ring api | moneromooo-monero | 3 | -0/+46 |
2018-03-16 | ringdb: factor ring addition code | moneromooo-monero | 1 | -22/+16 |
2018-03-16 | wallet2_api: add blackball api | moneromooo-monero | 4 | -0/+65 |
2018-03-16 | ringdb: use the genesis block as a db name | moneromooo-monero | 4 | -6/+10 |
2018-03-16 | wallet: add a set_ring command | moneromooo-monero | 6 | -1/+124 |
2018-03-16 | new blockchain_usage tool, reports on output usage | moneromooo-monero | 2 | -0/+289 |
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 6 | -170/+187 |
2018-03-16 | blockchain_utilities: new blockchain_blackball tool | moneromooo-monero | 2 | -0/+460 |
2018-03-16 | wallet: add an output blackball list to avoid using those in rings | moneromooo-monero | 6 | -8/+297 |
2018-03-16 | wallet: key reuse mitigation options | moneromooo-monero | 4 | -16/+209 |
2018-03-16 | wallet: add shared ring database | moneromooo-monero | 8 | -7/+700 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 13 | -7/+282 |
2018-03-15 | show '<Not set>' for empty wallet description | cryptochangements34 | 1 | -2/+6 |
2018-03-16 | simplewallet: fix restore height prompt that got disabled by #3175 | stoffu | 1 | -0/+5 |
2018-03-16 | blockchain: fix log message about per-kB fee | stoffu | 1 | -1/+1 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 12 | -19/+19 |
2018-03-15 | simplewallet: add a warning when getting a daemon error in transfer | moneromooo-monero | 1 | -7/+19 |
2018-03-15 | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... | stoffu | 5 | -13/+27 |
2018-03-14 | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 2 | -28/+0 |
2018-03-14 | wallet2: Update function parameter documentation | Leon Klingele | 2 | -31/+41 |
2018-03-14 | replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rp... | stoffu | 2 | -146/+104 |
2018-03-14 | wallet2: check_tx_key() shouldn't require hardware encryption | stoffu | 1 | -2/+2 |
2018-03-14 | chacha: call prehashed version explicitly as generate_chacha_key_prehashed | stoffu | 5 | -18/+36 |
2018-03-14 | crypto: revert odd namespace changes made in #3303 | stoffu | 2 | -10/+1 |
2018-03-14 | keypair::generate: always require hw::device to avoid possible mistake | stoffu | 3 | -8/+2 |
2018-03-14 | device: untangle cyclic depenency | stoffu | 24 | -460/+189 |
2018-03-14 | device: made function prototypes consistent with pre-#3303 codebase | stoffu | 8 | -65/+72 |
2018-03-14 | wallet2: guard against overflowing of subaddress indices | moneromooo-monero | 1 | -3/+14 |
2018-03-14 | wallet2: fix use_fork_rules() when querying version that is defined but not e... | stoffu | 1 | -1/+1 |
2018-03-14 | wallet: fix auto low priority so that it takes effect only when saved default... | stoffu | 1 | -1/+1 |
2018-03-13 | p2p: fix network ID being uninitialised when using exclusive peers | moneromooo-monero | 1 | -1/+4 |
2018-03-12 | Ledger HW Bug fixes | Cédric | 11 | -139/+211 |
2018-03-11 | wallet2: handle no blocks returned in refresh to mean no new blocks | moneromooo-monero | 1 | -0/+5 |
2018-03-11 | node_rpc_proxy: fix target height caching | moneromooo-monero | 1 | -1/+1 |
2018-03-11 | simplewallet: do not call a RPC when displaying the prompt | moneromooo-monero | 1 | -2/+1 |
2018-03-10 | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa... | Leon Klingele | 4 | -51/+90 |
2018-03-09 | fix error message typo in wallet2.cpp | cryptochangements34 | 1 | -1/+1 |
2018-03-09 | Stagenet: successive forks up to v7 | stoffu | 1 | -0/+8 |
2018-03-08 | ringct: 17% improvement in Borromean signature verification | moneromooo-monero | 1 | -9/+36 |
2018-03-07 | core: add v7 for 1539500 on mainnet | moneromooo-monero | 1 | -0/+3 |
2018-03-07 | wallet: fixes and tweaks to the save_watch_only command | moneromooo-monero | 3 | -8/+18 |
2018-03-07 | Bump min ring size from 5 to 7 from v7 | moneromooo-monero | 4 | -4/+9 |
2018-03-07 | slow-hash: fix uint64 type typo | moneromooo-monero | 1 | -1/+1 |
2018-03-07 | Wallet API: corrected testnet/mainnet ordering | stoffu | 1 | -1/+1 |
2018-03-07 | device: remove dependency on readline | stoffu | 2 | -7/+4 |
2018-03-06 | Wallet API: make nettype non-defaulted to disambiguate from deprecated versio... | stoffu | 1 | -3/+3 |
2018-03-05 | cn_deserialize: link with device and ringct | moneromooo-monero | 1 | -0/+2 |
2018-03-05 | tweaks to the monerov1 cryptonight algorithm | Lee Clagett | 1 | -16/+52 |
2018-03-05 | slow-hash: optimized version | SChernykh | 1 | -4/+4 |
2018-03-05 | Monero Cryptonight variants, and add one for v7 | moneromooo-monero | 6 | -14/+56 |
2018-03-06 | libwallet_merged: added missing libdevice | stoffu | 1 | -0/+1 |
2018-03-05 | Make mixin optional with default for rpc transfer | cryptochangements34 | 1 | -4/+4 |
2018-03-05 | Correct spelling mistakes. | Edward Betts | 13 | -22/+22 |
2018-03-05 | allow using ring size instead of mixin for rpc transfer | cryptochangements34 | 2 | -4/+44 |
2018-03-05 | Wallet API: generalize 'bool testnet' to 'NetworkType nettype' | stoffu | 5 | -42/+103 |
2018-03-05 | remove unused function keyImageV | h908714124 | 2 | -20/+0 |
2018-03-05 | wallet_manager: fixed typo deviuce/device.hpp | stoffu | 1 | -1/+1 |
2018-03-05 | Stagenet | stoffu | 47 | -319/+528 |
2018-03-05 | command_line: allow args to depend on more than one args | stoffu | 1 | -9/+57 |
2018-03-05 | command_line::get_arg: remove 'required' for dependent args as they're always... | stoffu | 1 | -3/+3 |
2018-03-05 | command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318 | stoffu | 1 | -4/+4 |
2018-03-05 | Use `genesis_tx` parameter in `generate_genesis_block`. #3261 | Jean Pierre Dudey | 2 | -11/+2 |
2018-03-04 | Fix invalid device unique_ptr cast | MoroccanMalinois | 2 | -3/+3 |
2018-03-04 | wallet2_api: add info/error/warning entry points | moneromooo-monero | 2 | -3/+18 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 37 | -191/+4029 |
2018-03-02 | core: fix sending to the source address with a short payment id | moneromooo-monero | 1 | -0/+2 |
2018-03-02 | simplewallet: fix print_ring_members printing wrong heights | moneromooo-monero | 1 | -3/+14 |
2018-02-25 | wallet api: when restoring from EnglishOld, set language to English | stoffu | 1 | -0/+4 |
2018-02-25 | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 5 | -8/+74 |
2018-02-25 | simplewallet: set seed language when restoring from english-old seed | stoffu | 1 | -1/+1 |