Age | Commit message (Expand) | Author | Files | Lines |
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-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-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-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-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 | 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 |
2018-10-22 | bulletproofs: some more minor speedup | moneromooo-monero | 1 | -6/+4 |
2018-10-22 | bulletproofs: remove single value prover | moneromooo-monero | 2 | -291/+2 |
2018-10-22 | bulletproofs: some more speedup | moneromooo-monero | 1 | -15/+19 |
2018-10-22 | bulletproofs: random minor speedups | moneromooo-monero | 1 | -40/+38 |
2018-10-22 | bulletproofs: shave off a lot of scalar muls from the g/h construction | moneromooo-monero | 1 | -20/+39 |
2018-10-22 | bulletproofs: speedup PROVE | moneromooo-monero | 1 | -64/+58 |
2018-10-22 | blockchain_utilities: simplify getting block blob from height | moneromooo-monero | 2 | -10/+5 |
2018-10-22 | crypto: fixed incremental keccak API on big-endian platforms | xiphon | 1 | -2/+3 |
2018-10-22 | wallet2: sanity check rct output distribution from the daemon | moneromooo-monero | 1 | -1/+7 |
2018-10-22 | rpc: fix wrongly formatted JSON for pruned tx | stoffu | 1 | -19/+12 |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 16 | -183/+110 |
2018-10-21 | mnemonics/electrum-words/create_checksum_index(): updated to work with non fi... | Paul Shapiro | 1 | -1/+1 |
2018-10-21 | wallet2/create_transactions_2: fixed typo in try_tx=true's estimate_fee args | Paul Shapiro | 1 | -1/+1 |
2018-10-21 | wallet2/create_transactions_2: removed extraneous shuffle before sort of unus... | Paul Shapiro | 1 | -5/+1 |
2018-10-21 | core: fix handle_incoming_tx* comment about return value | moneromooo-monero | 1 | -2/+2 |
2018-10-20 | device_io_hid.cpp: fix copyright header | moneromooo-monero | 1 | -0/+15 |
2018-10-19 | blockchain: move two new verification errors to the verify category | moneromooo-monero | 1 | -2/+2 |
2018-10-19 | db_lmdb: use MDB_MULTIPLE_NEXT where possible for some speedup | moneromooo-monero | 1 | -9/+23 |
2018-10-19 | rpc: fix output distribution caching ignoring chain changes | moneromooo-monero | 1 | -6/+8 |
2018-10-19 | perf_timer: separate log categories based on caller categories | moneromooo-monero | 2 | -14/+12 |
2018-10-19 | daemon: fix base fee stating /kB even when it is per byte | moneromooo-monero | 1 | -1/+13 |
2018-10-18 | Add RPC error code for non-deterministic wallet | Michał Sałaban | 2 | -0/+2 |
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 6 | -36/+36 |
2018-10-18 | device: extended logging, refactored device selection code | xiphon | 3 | -20/+46 |
2018-10-18 | Simplewallet: update help text for show_transfers. | Ted Moravec | 1 | -1/+9 |
2018-10-18 | daemon: Show mining address | Ricardo de Vries | 1 | -1/+1 |
2018-10-18 | device: fixed Ledger Nano S device selection | xiphon | 2 | -6/+6 |
2018-10-18 | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool | stoffu | 2 | -1/+3 |
2018-10-17 | Update db_lmdb.cpp | Cactii1 | 1 | -1/+1 |
2018-10-17 | core: don't verify range proofs multiple times | moneromooo-monero | 1 | -1/+6 |
2018-10-17 | spawn: close all file descriptors before execve | moneromooo-monero | 3 | -0/+25 |
2018-10-16 | util: close keys file lock on exec | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | wallet_rpc_server: fix change_wallet_password RPC | moneromooo-monero | 1 | -2/+1 |
2018-10-16 | wallet2_api: fix generating new wallet in the GUI | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | rpc: init m_rpc_version in Message ctor | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | rpc: remove unused ctors | moneromooo-monero | 1 | -3/+0 |
2018-10-16 | account: init creation timestamp to 0 | moneromooo-monero | 1 | -0/+1 |
2018-10-16 | wallet2: initialize some scalar fields in ctor where appropriate | moneromooo-monero | 1 | -0/+4 |
2018-10-16 | blockchain_db: initialize m_hardfork in ctor just in case | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | WalletAPI: rescanBlockchain, rescanBlockchainAsync | mmitkevich | 3 | -2/+38 |
2018-10-16 | p2p: only deinitialize what's been initialized in offline mode | moneromooo-monero | 1 | -4/+8 |
2018-10-15 | Providing user supplied default constructor for expect<void> | Lee Clagett | 1 | -1/+3 |
2018-10-15 | Fix Windows build after epee dependency change | iDunk5400 | 1 | -0/+1 |
2018-10-15 | p2p: a negative result from UPNP_GetValidIGD is an error | moneromooo-monero | 1 | -2/+2 |
2018-10-15 | daemon: fix reading past stack on exit | moneromooo-monero | 1 | -5/+10 |
2018-10-15 | tx_pool: store hex string instead of raw binary to tx_blob of get_transaction... | stoffu | 1 | -1/+1 |
2018-10-13 | Revert "p2p: connect via the bound ip, if any" | moneromooo-monero | 1 | -3/+3 |
2018-10-13 | SOFTWARE is the default wallet device | m2049r | 1 | -0/+1 |
2018-10-12 | daemon: do not run complex code in a signal handler | moneromooo-monero | 1 | -1/+8 |
2018-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 3 | -0/+3 |
2018-10-12 | simplewallet: fix view key parsing in --generate-from-view-key | moneromooo-monero | 1 | -1/+1 |
2018-10-12 | rpc: blanket initialize 0MQ request and response structures | moneromooo-monero | 1 | -1/+1 |
2018-10-11 | Return appropriate RPC error code when key image signature check fails | Michał Sałaban | 3 | -1/+15 |
2018-10-10 | simplewallet: perform trivial error checks before password prompt | xiphon | 1 | -2/+2 |
2018-10-10 | simplewallet: fixed deadlock if a user hits CTRL+C twice | xiphon | 1 | -6/+0 |
2018-10-10 | wallet_rpc_server: optionally return tx keys in sign_transfer | moneromooo-monero | 3 | -0/+10 |
2018-10-10 | simplewallet: mark default-ring-size setting as obsolete | moneromooo-monero | 1 | -1/+1 |
2018-10-10 | password: fix secure input with echo on windows | moneromooo-monero | 1 | -2/+6 |
2018-10-10 | password: fix backspace outputting ^? on linux on echoing secure input | moneromooo-monero | 1 | -0/+7 |
2018-10-09 | wallet2: make fake out selection messages less spammy | moneromooo-monero | 1 | -3/+18 |
2018-10-09 | fix version changes on master | Riccardo Spagni | 1 | -1/+1 |
2018-10-09 | Utils: add support for newer Windows versions detection | Gregory Lemercier | 1 | -1/+24 |
2018-10-09 | wallet2: fix cold signing using non padded bulletproofs | moneromooo-monero | 1 | -4/+1 |
2018-10-09 | wallet_rpc_server: add describe_transfer RPC | moneromooo-monero | 3 | -1/+229 |
2018-10-09 | device_io_hid: fix DEFAULT_* type (too short) and init time | moneromooo-monero | 1 | -6/+6 |
2018-10-09 | device: increase ledger timeout to 2 minutes | selsta | 1 | -1/+1 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 16 | -110/+183 |
2018-10-08 | device: destroy device objects on exit | moneromooo-monero | 1 | -9/+16 |
2018-10-08 | blockchain_blackball: fix stray ! | moneromooo-monero | 1 | -1/+1 |
2018-10-08 | Remove last traces of libpcsc-lite | moneromooo-monero | 1 | -9/+0 |
2018-10-08 | miner: really reset flags/precision on std::cout | moneromooo-monero | 1 | -1/+1 |
2018-10-08 | blockchain: add check test options are given for fakechain mode | moneromooo-monero | 1 | -0/+3 |
2018-10-08 | tx_pool: avoid parsing a whole tx if only the prefix is needed | moneromooo-monero | 5 | -38/+60 |
2018-10-08 | blockchain_blackball: fix stats double counting | moneromooo-monero | 1 | -15/+18 |
2018-10-07 | cryptonote: sort tx_extra fields | moneromooo-monero | 4 | -1/+93 |
2018-10-06 | Fix some calls to the translation function | Guillaume LE VAILLANT | 3 | -44/+44 |