Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | wallet_api: fix usage of LOG_ERROR | moneromooo-monero | 1 | -10/+10 |
2019-01-07 | Make get_output_key method const | moneroexamples | 4 | -8/+8 |
2019-01-02 | wallet api/device: set estimated restore height if none is provided | selsta | 4 | -0/+15 |
2019-01-01 | blockchain: fix wrong hf version when popping multiple blocks | moneromooo-monero | 3 | -6/+37 |
2019-01-01 | blockchain: use the version passed as parameter, not a new one | moneromooo-monero | 1 | -1/+1 |
2019-01-01 | hardfork: remove batch transactions setup | moneromooo-monero | 1 | -1/+0 |
2018-12-31 | wallet2: speedup output tracking | moneromooo-monero | 2 | -13/+49 |
2018-12-31 | wallet: optionally keep track of owned outputs uses | moneromooo-monero | 4 | -19/+109 |
2018-12-30 | p2p: don't stop the idle thread when no gray peers are found | moneromooo-monero | 1 | -1/+1 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 4 | -39/+89 |
2018-12-27 | simplewallet: remove ability to transfer with detached short payment ids | moneromooo-monero | 1 | -31/+2 |
2018-12-26 | daemon: add a +hex option to print_block | moneromooo-monero | 3 | -7/+23 |
2018-12-26 | daemon: print human friendly timestamp too | moneromooo-monero | 1 | -2/+2 |
2018-12-25 | blocks: fix checkpoint code generation on OpenBSD | moneromooo-monero | 1 | -1/+1 |
2018-12-25 | cryptonote_core: revert extra_tx_map | moneromooo-monero | 2 | -59/+5 |
2018-12-24 | wallet_rpc_server: add all field to export_key_images | moneromooo-monero | 4 | -6/+12 |
2018-12-23 | Simplewallet: Unify usage messages. | Tadeas Moravec | 1 | -144/+230 |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 5 | -20/+20 |
2018-12-23 | simplewallet: fix show_transfers colouring, and add red for failed | moneromooo-monero | 2 | -1/+6 |
2018-12-23 | Remove boost::lexical_cast for uuid and unused uuid function | Lee Clagett | 2 | -3/+5 |
2018-12-22 | message_store: fix error message adding const char * with offset | moneromooo-monero | 1 | -7/+7 |
2018-12-22 | blockchain_blackball: make log file name consistent with executable | stoffu | 1 | -1/+1 |
2018-12-21 | wallet2: finalize_multisig now rejects non N-1/N multisig wallets | moneromooo-monero | 1 | -0/+17 |
2018-12-19 | Remove unused hash in export_key_images | doy-lee | 1 | -3/+0 |
2018-12-18 | device/trezor: store tx_prefix_hash in tx key aux | Dusan Klinec | 1 | -0/+3 |
2018-12-18 | blockchain: fix block rate check for empty blockchains | moneromooo-monero | 1 | -1/+3 |
2018-12-18 | build: protobuf dependency fixes, libusb build | Dusan Klinec | 2 | -8/+6 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 8 | -44/+71 |
2018-12-16 | wallet2: cut down on the number of useless derivation threads | moneromooo-monero | 1 | -6/+9 |
2018-12-16 | wallet2: fix accessing unwound stack on exception | moneromooo-monero | 1 | -4/+12 |
2018-12-14 | Add --restore-date param | Howard Chu | 2 | -11/+57 |
2018-12-14 | Sync hashchain bug fixed | naughtyfox | 1 | -4/+3 |
2018-12-14 | Wallet: Initialize members without default ctor. | Tadeas Moravec | 1 | -0/+2 |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 12 | -127/+3877 |
2018-12-12 | ringct: avoid repeated point conversion | moneromooo-monero | 1 | -1/+10 |
2018-12-08 | ignore child process when exec | Jethro Grassie | 1 | -0/+4 |
2018-12-08 | perf_timer: make all logs Info level | moneromooo-monero | 1 | -1/+1 |
2018-12-08 | wallet2: clear all payments on soft rescan_bc | moneromooo-monero | 1 | -0/+4 |
2018-12-08 | epee: avoid string allocation when parsing a pod from string | moneromooo-monero | 1 | -2/+2 |
2018-12-07 | singleton: fix missing *this return value in operator= | moneromooo-monero | 1 | -2/+2 |
2018-12-07 | perf_timer: check allowed categories before logging | moneromooo-monero | 1 | -8/+21 |
2018-12-07 | perf_timer: add a way to get and reset the current time | moneromooo-monero | 2 | -2/+18 |
2018-12-07 | perf_timer: only log to file | moneromooo-monero | 1 | -3/+6 |
2018-12-07 | cryptonote: don't serialize for blob size if already known | moneromooo-monero | 1 | -5/+13 |
2018-12-07 | p2p: use vector instead of list for peer lists | moneromooo-monero | 5 | -27/+31 |
2018-12-07 | protocol: change standby mode to not wait sleeping | moneromooo-monero | 2 | -12/+24 |
2018-12-07 | simplewallet: donate command validate amount | selsta | 1 | -2/+12 |
2018-12-06 | util: use fcntl instead of flock, for compatibility | moneromooo-monero | 1 | -3/+26 |
2018-12-05 | tx_pool: add a few std::move where it can make a difference | moneromooo-monero | 1 | -3/+4 |
2018-12-05 | cryptonote: set tx hash on newly parsed txes when known | moneromooo-monero | 3 | -5/+14 |
2018-12-05 | db_lmdb: avoid pointless division | moneromooo-monero | 1 | -1/+1 |
2018-12-05 | db_lmdb: inline check_open, it's trivial and called everywhere | moneromooo-monero | 2 | -8/+7 |
2018-12-05 | blockchain_db: allocate known size vector only once | moneromooo-monero | 1 | -5/+5 |
2018-12-05 | blockchain_db: remove a couple unused functions | moneromooo-monero | 4 | -82/+0 |
2018-12-05 | util: set MONERO_DEFAULT_LOG_CATEGORY | moneromooo-monero | 1 | -0/+3 |
2018-12-05 | blockchain: call deinit in dtor | moneromooo-monero | 2 | -7/+15 |
2018-12-04 | device/trezor: device/trezor: correct device initialization, status check | Dusan Klinec | 5 | -22/+139 |
2018-12-04 | device/trezor: python2 compatibility - bundle dependencies | Dusan Klinec | 5 | -8/+248 |
2018-12-04 | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 4 | -18/+58 |
2018-12-04 | device: enable to use multiple independent device wallets | Dusan Klinec | 6 | -2/+73 |
2018-12-04 | rpc: mask values that are nobody else's business in restricted RPC | moneromooo-monero | 1 | -24/+29 |
2018-12-04 | move int-util.h to epee | moneromooo-monero | 15 | -272/+13 |
2018-12-04 | Add glibc back compat code | TheCharlatan | 2 | -0/+102 |
2018-12-02 | blockchain: fix race between two external mining threads | moneromooo-monero | 1 | -5/+3 |
2018-12-01 | Bulletproof: Initialize members in default construtor. | Tadeas Moravec | 1 | -1/+2 |
2018-11-30 | daemon: print monero version at startup when calling a detached daemon | moneromooo-monero | 1 | -10/+10 |
2018-11-30 | cryptonote: add a set_null for transaction_prefix | moneromooo-monero | 1 | -7/+10 |
2018-11-30 | daemon: stop miner before we bring the whole thing down | moneromooo-monero | 2 | -2/+1 |
2018-11-30 | ringct: fix dummy bulletproofs on ledger in fake mode | moneromooo-monero | 1 | -7/+24 |
2018-11-29 | device/trezor: passphrase entry on host | Dusan Klinec | 8 | -22/+134 |
2018-11-28 | add command pop_blocks | Jason Wong | 10 | -0/+138 |
2018-11-27 | blockchain_prune_known_spent_data: blackball file is now optional | moneromooo-monero | 1 | -7/+44 |
2018-11-27 | Outputs where all amounts are known spent can now be pruned | moneromooo-monero | 5 | -4/+376 |
2018-11-27 | blockchain: avoid unnecessary DB lookups when syncing | moneromooo-monero | 2 | -35/+86 |
2018-11-27 | rpc: speed up the common get_output_distribution case while syncing | moneromooo-monero | 1 | -2/+19 |
2018-11-26 | core: fix adding new pre-hoh block when a tx is already in the pool | moneromooo-monero | 1 | -5/+4 |
2018-11-27 | simplewallet: use is_transfer_unlocked instead of is_tx_spendtime_unlocked fo... | stoffu | 1 | -1/+1 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 6 | -17/+42 |
2018-11-26 | protocol: fix use after free when dropping a connection | moneromooo-monero | 1 | -2/+2 |
2018-11-25 | device/trezor: webusb transport added, cmake fixes | Dusan Klinec | 11 | -191/+692 |
2018-11-24 | blockchain_blackball: spot when all outputs of an amount are spent | moneromooo-monero | 1 | -1/+95 |
2018-11-24 | simplewallet: enable donation on testnet/stagenet for easier testing | stoffu | 1 | -8/+21 |
2018-11-23 | wallet_rpc_server: do not use RPC data if the call failed | moneromooo-monero | 1 | -1/+2 |
2018-11-23 | windows_service: fix memory leak | moneromooo-monero | 1 | -1/+2 |
2018-11-23 | cryptonote: fix get_unit for non default settings | moneromooo-monero | 1 | -2/+2 |
2018-11-23 | remove some unused code | moneromooo-monero | 9 | -106/+6 |
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 11 | -21/+21 |
2018-11-23 | tests: slow_memmem now returns size_t | moneromooo-monero | 1 | -1/+1 |
2018-11-23 | rctOps: add braces to suppress warnings | stoffu | 1 | -173/+173 |
2018-11-22 | cn_deserialize: allow parsing partially valid tx extra | moneromooo-monero | 1 | -2/+3 |
2018-11-22 | wallet2: resume processing when tx extra is partially broken | stoffu | 1 | -2/+2 |
2018-11-22 | wallet2: add n_vouts to capture list | moneromooo-monero | 1 | -1/+1 |
2018-11-21 | rpc: add version to get_info | Jethro Grassie | 5 | -1/+11 |
2018-11-21 | scoped_message_writer: protect all std::cout usage from readline | moneromooo-monero | 1 | -1/+1 |
2018-11-21 | blockchain_stats: don't use gmtime_r on Windows | moneromooo-monero | 2 | -6/+2 |
2018-11-20 | protocol: fix incorrect tx hash in log | moneromooo-monero | 1 | -1/+3 |
2018-11-20 | Fix issue 4793 - M/N multisig transaction signature | naughtyfox | 5 | -20/+213 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 4 | -4/+110 |
2018-11-19 | lmdb: fix gcc 7.3.0 'implicit-fallthrough' warning | xiphon | 1 | -10/+6 |
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 3 | -5/+5 |
2018-11-17 | Remove -Werror | moneromooo-monero | 1 | -5/+0 |
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 5 | -5/+6 |
2018-11-16 | Enhance help text for print_ring. | Tadeas Moravec | 1 | -2/+4 |
2018-11-16 | Enhance help text for incoming_transfers. | Tadeas Moravec | 1 | -3/+5 |
2018-11-16 | blockchain: remove "0 is height" shortcut from get_output_distribution | moneromooo-monero | 1 | -2/+0 |
2018-11-16 | Revert "blockchain: simplify output distribution code" | moneromooo-monero | 1 | -2/+7 |
2018-11-16 | slow-hash: some more big endian fixes | xiphon | 1 | -6/+6 |
2018-11-16 | slow-hash: fix for big endian | moneromooo-monero | 1 | -20/+21 |
2018-11-16 | Don't cache nettype in core_rpc_server use m_core | doy-lee | 4 | -22/+21 |
2018-11-15 | json_archive: initialize inner_array_size in ctor | moneromooo-monero | 1 | -1/+1 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 28 | -93/+28 |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 2 | -2/+8 |
2018-11-15 | simplewallet: slightly adjust wording when printing multisig seed | stoffu | 1 | -2/+2 |
2018-11-15 | cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES | stoffu | 1 | -0/+1 |
2018-11-13 | common: fix base58 gcc -Werror=implicit-fallthrough | xiphon | 1 | -14/+2 |
2018-11-12 | Add new command "export_transfers" to save transfers to csv | sachaaaaa | 2 | -46/+244 |
2018-11-09 | bulletproofs: avoid std::vector allocations for slice | moneromooo-monero | 1 | -9/+15 |
2018-11-09 | db_lmdb: error out if the db needs migration in read only mode | moneromooo-monero | 1 | -0/+9 |
2018-11-07 | api/wallet: fix compile errors made in #4720 | stoffu | 1 | -3/+3 |
2018-11-07 | wallet2: remove redundant chacha key generation in store_keys | stoffu | 1 | -1/+0 |
2018-11-06 | build: fix Ubuntu 16.04 (GCC 5.4.0) compilation | xiphon | 1 | -1/+2 |
2018-11-06 | protocol: option to pad transaction relay to the next kB | moneromooo-monero | 4 | -1/+50 |
2018-11-06 | Fix build of monero-gui by adding device_trezor to wallet_merged | buricl | 1 | -1/+2 |
2018-11-05 | wallet2: fix off by one in output picking | moneromooo-monero | 1 | -12/+19 |
2018-11-05 | blockchain: fix innocuous difficulty cache inconsistency | moneromooo-monero | 1 | -0/+1 |
2018-11-05 | blockchain: use uint64_t for block height, not size_t | moneromooo-monero | 1 | -1/+1 |
2018-11-05 | bulletproofs: reserve vector memory when known in advance | moneromooo-monero | 1 | -0/+2 |
2018-11-05 | rct: speedup commit a little | moneromooo-monero | 1 | -6/+3 |
2018-11-05 | wallet_rpc_server: account for watch-only/non-deterministic/multisig when que... | stoffu | 1 | -1/+32 |
2018-11-05 | perf_timer: remove stray debug addition | moneromooo-monero | 1 | -1/+0 |
2018-11-05 | cryptonote_core: avoid gratuitous recalculations in check_block_rate() | xiphon | 1 | -1/+2 |
2018-11-04 | rpc: fix linking error of 6097472a, get_output_distribution | Dusan Klinec | 1 | -5/+5 |
2018-11-04 | simplewallet: print the number of show/all transfers | moneromooo-monero | 1 | -2/+6 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 6 | -63/+111 |
2018-11-04 | wallet2: faster output and key image import/export | moneromooo-monero | 1 | -18/+76 |
2018-11-04 | Fix: out_of_hashchain_bounds_error in refresh | Hasan Pekdemir | 1 | -1/+1 |
2018-11-04 | rct: add a zeroCommit cache for common pre-rct case | moneromooo-monero | 1 | -0/+186 |
2018-11-04 | blockchain: remove unused output_scan_worker parameter | moneromooo-monero | 2 | -10/+5 |
2018-11-04 | blockchain: don't run threads if we have just one function to run | moneromooo-monero | 1 | -1/+1 |
2018-11-04 | db_lmdb: slight speedup getting array data from the blockchain | moneromooo-monero | 1 | -6/+8 |
2018-11-04 | simplewallet: reorganize SCOPED_WALLET_UNLOCK a bit more | stoffu | 1 | -17/+25 |
2018-11-04 | simplewallet: don't skip asking for password when watch-only | stoffu | 1 | -1/+1 |
2018-11-03 | wallet: warn if lockable memory limit is too low | moneromooo-monero | 3 | -0/+25 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 6 | -17/+54 |
2018-11-03 | wallet2: demote a few uninteresting recurring logs to TRACE | moneromooo-monero | 1 | -5/+5 |
2018-11-03 | wallet2: fix print_ring printing double entries for transactions | moneromooo-monero | 1 | -0/+1 |
2018-11-02 | use current height - 1 for top block height in err msgs | cryptochangements34 | 1 | -3/+3 |
2018-11-02 | device/trezor: trezor support added | Dusan Klinec | 32 | -39/+4576 |
2018-11-02 | simplewallet: remove redundant messages on daemon connection failure | stoffu | 1 | -18/+0 |
2018-11-02 | wallet_rpc_server: include additional tx keys in sign_transfer response | stoffu | 1 | -0/+4 |
2018-11-02 | db_lmdb: log which output was not found in get_output_key | moneromooo-monero | 1 | -1/+2 |
2018-11-01 | cryptonote_core: fix build error gcc 5.4.0 'sign-compare' | xiphon | 1 | -1/+1 |
2018-11-01 | dns_utils: do not exit if DNS records are corrupt | moneromooo-monero | 2 | -8/+36 |
2018-11-01 | daemon: use msg_writer, not cout, to display information | moneromooo-monero | 1 | -4/+4 |
2018-11-01 | p2p: less frequent incoming connections check | moneromooo-monero | 1 | -1/+1 |
2018-11-01 | db_lmdb: save some string copies for readonly db keys/values | moneromooo-monero | 1 | -11/+16 |
2018-11-01 | p2p: tone down "no incoming connections" warning to info if in peers is 0 | moneromooo-monero | 1 | -3/+10 |
2018-11-01 | tx_pool: speed up take_tx for transactions from blocks | moneromooo-monero | 2 | -1/+14 |
2018-11-01 | tx_pool: remove unnecessary get_transaction_hash | moneromooo-monero | 1 | -4/+3 |
2018-11-01 | perf_timer: call reserve on new timer array | moneromooo-monero | 1 | -0/+1 |
2018-11-01 | core: avoid unnecessary tx/blob conversions | moneromooo-monero | 9 | -20/+21 |
2018-10-31 | Expose limit-rate defaults from command line help | RaskaRuby | 3 | -4/+6 |
2018-10-31 | tx_pool: allow take_tx to work without m_txs_by_fee_and_receive_time | moneromooo-monero | 1 | -3/+2 |
2018-10-31 | tx_pool: fix comment about transaction_prefix | moneromooo-monero | 1 | -1/+1 |
2018-10-31 | wallet2: use padded bulletproofs for multisig signing | stoffu | 1 | -4/+1 |
2018-10-31 | crypto: fix AES encryption on big endian | xiphon | 1 | -2/+3 |
2018-10-29 | hash: fix hash_permutation on big endian | moneromooo-monero | 1 | -0/+7 |
2018-10-29 | wallet-rpc: add on_restore_deterministic RPC call. | Hasan Pekdemir | 3 | -1/+234 |
2018-10-29 | hardfork: initialize current_fork_index in ctor | moneromooo-monero | 1 | -3/+4 |
2018-10-29 | serializtion: add missing mainnet and stagenet fields for 0mq | moneromooo-monero | 1 | -0/+4 |
2018-10-29 | wallet2: initialize amount to 0 in tx_scan_info_t ctor | moneromooo-monero | 1 | -1/+1 |
2018-10-28 | wallet2: rewrite keys file in a safer manner | Nathan Dorfman | 1 | -3/+12 |
2018-10-28 | return message in stop_mining if mining never started | cryptochangements34 | 1 | -1/+8 |
2018-10-27 | cryptonote: use logging functions for errors, not std::cout | moneromooo-monero | 1 | -1/+1 |
2018-10-27 | wallet2: save ring in the ringdb once a tx is created | moneromooo-monero | 1 | -0/+14 |
2018-10-27 | blockchain_utilities: fix logs and cout output colliding | moneromooo-monero | 2 | -4/+4 |
2018-10-27 | wallet2: fix ring reuse breaking when using histogram | moneromooo-monero | 1 | -0/+3 |
2018-10-27 | rpc: adjust ring size error message now that too high is also possible | moneromooo-monero | 1 | -1/+1 |
2018-10-27 | core: fix unmixable special case allowing ring size below 11 | moneromooo-monero | 1 | -1/+1 |
2018-10-25 | simplewallet: display locked/unlocked state in show_transfers | moneromooo-monero | 2 | -5/+7 |
2018-10-25 | mnemonics: fix words_to_bytes on big endian | moneromooo-monero | 1 | -0/+1 |
2018-10-25 | crypto: fixed groestl on big-endian platforms | xiphon | 2 | -47/+91 |
2018-10-24 | rpc: fix build with older compilers | moneromooo-monero | 1 | -1/+1 |
2018-10-23 | Small function declaration cleanup in slow-hash.c | Pol Mauri | 1 | -5/+2 |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 13 | -88/+260 |
2018-10-23 | ringct: use dummy bulletproofs when in fake mode, for speed | moneromooo-monero | 4 | -12/+49 |
2018-10-23 | Add stats utility | Howard Chu | 2 | -0/+365 |
2018-10-23 | wallet2: extend fake out picks away from the gamma pick | moneromooo-monero | 1 | -2/+23 |
2018-10-22 | wallet2/create_transactions_2: removed obsolete '/ 1024' on min_fee calc | Paul Shapiro | 1 | -1/+1 |
2018-10-23 | Fix prune using receive time as tx_weight | doy-lee | 1 | -3/+3 |
2018-10-22 | miner: fix build with boost 1.69 | moneromooo-monero | 1 | -1/+1 |
2018-10-22 | multiexp: some minor speedups | moneromooo-monero | 1 | -13/+35 |
2018-10-22 | bulletproofs: only enable profiling on request | moneromooo-monero | 1 | -28/+34 |
2018-10-22 | multiexp: tune which variants to use for which number of points | moneromooo-monero | 2 | -14/+30 |
2018-10-22 | bulletproofs: speedup prover | moneromooo-monero | 1 | -17/+37 |
2018-10-22 | multiexp: handle pippenger multiexps with part precalc | moneromooo-monero | 3 | -19/+27 |
2018-10-22 | bulletproofs: maintain -z4, -z5, and -y0 to avoid subtractions | moneromooo-monero | 1 | -11/+8 |
2018-10-22 | bulletproofs: rework flow to use sarang's fast batch inversion code | moneromooo-monero | 1 | -78/+155 |
2018-10-22 | bulletproofs: merge multiexps as per sarang's new python code | moneromooo-monero | 1 | -68/+38 |
2018-10-22 | multiexp: pack the digits table when STRAUS_C is 4 | moneromooo-monero | 1 | -12/+13 |