aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16core: cache block template where possiblemoneromooo-monero4-2/+94
2018-08-16crypto: make secret_key automatically mlockmoneromooo-monero5-10/+12
2018-08-16store secret keys encrypted where possiblemoneromooo-monero10-154/+561
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero11-132/+228
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu7-49/+47
2018-08-12wallet: disable core dumps on startup in release modemoneromooo-monero4-0/+24
2018-08-12stack_trace: print stack traces on stdout if the logger isn't livemoneromooo-monero1-1/+10
2018-08-09blockchain_blackball: use a bit less memorymoneromooo-monero1-4/+3
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu13-51/+75
2018-08-03wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero4-16/+35
2018-07-31wallet-rpc: add get_address_index commandstoffu5-1/+52
2018-07-31wallet-rpc: filter getbalance response by address indexstoffu2-5/+13
2018-07-30wallet2: avoid using arbitrary random values when unknownmoneromooo-monero1-4/+3
2018-07-30wallet2: guard against bad outputs in import_outputsmoneromooo-monero1-2/+4
2018-07-30simplewallet: add set_tx_key for importing tx keys from 3rd party walletsstoffu4-0/+112
2018-07-30simplewallet: make sure wallet config is stored right after creationstoffu2-28/+40
2018-07-30blockchain_blackball: allow resumable interrupt with ^Cmoneromooo-monero1-0/+13
2018-07-25[monerod] Added blocks remaining count during syncronisation.Jorropo1-1/+14
2018-07-24wallet2: fix O(n^2) behaviour in import_key_imagesmoneromooo-monero1-21/+15
2018-07-24daemon.print_bc: don't print difficulty twicestoffu1-1/+1
2018-07-24simplewallet.unspent_outputs: fix wrong logic for parsingstoffu1-1/+1
2018-07-23monero-wallet-cli: added locked_sweep_all commandjcktm2-6/+51
2018-07-22simplewallet: fix language detection when using --use-english-language-namesmoneromooo-monero2-52/+20
2018-07-21blockchain: some batch tx scanning speedupmoneromooo-monero1-15/+19
2018-07-20db_lmdb: demote the "batch already enabled" log, it's harmlessmoneromooo-monero1-2/+2
2018-07-20crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero2-3/+2
2018-07-20wallet rpc: support making integrated address of given standard addressstoffu2-1/+35
2018-07-19wallet2: consider minimum fee when testing if balance is sufficientstoffu1-2/+3
2018-07-16wallet2: recover from index out of hashchain bounds errormoneromooo-monero3-5/+44
2018-07-15crypto: move null_pkey/null_skey to the cpp filemoneromooo-monero2-2/+5
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero8-159/+295
2018-07-12wallet: warn when payment IDs are usedmoneromooo-monero2-4/+21
2018-07-11db_lmdb: don't sync a read only DBmoneromooo-monero1-0/+3
2018-07-08wallet2: ensure outputs are processed only oncemoneromooo-monero2-14/+18
2018-07-07blockchain: cache next block difficulty after adding a blockmoneromooo-monero1-0/+1
2018-07-07core_tests: add --filter to select which tests to runmoneromooo-monero2-0/+21
2018-07-07simplewallet: reword "seed encryption" to "seed offset"moneromooo-monero1-2/+2
2018-07-06bump version to 12.3Riccardo Spagni1-1/+1
2018-07-05crypto: remove slight bias in key generation due to modulomoneromooo-monero3-10/+29
2018-07-03blockchain_import: make sleep compile on WindowsiDunk54001-0/+1
2018-07-03wallet2: use a gamma distribution to pick fake outsmoneromooo-monero2-30/+115
2018-07-03wallet2: fix double counting outs if the tx pubkey is duplicatedmoneromooo-monero1-10/+24
2018-07-03wallet2: unlock keys file before calling verify_password (needed for Windows)stoffu5-10/+71
2018-07-03Allow fractional outputs to be ignoredstoffu4-0/+38
2018-07-02p2p: connect via the bound ip, if anymoneromooo-monero1-3/+3
2018-07-02node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero4-86/+58
2018-06-29blockchain: fix getting invalid block data on failuremoneromooo-monero1-1/+2
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas4-1/+8
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas17-14/+231
2018-06-28blockchain: set the m_verifivation_failed flag in a couple more placesmoneromooo-monero1-0/+2
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero6-6/+0
2018-06-28crypto: remove unused unsafe random scalar generatormoneromooo-monero1-6/+0
2018-06-28util: fix mistakes made in #3994stoffu1-3/+3
2018-06-28api/wallet: add missing arg to wallet2::refresh()stoffu1-1/+1
2018-06-28Wallet API: add some missing override keywordstoffu7-165/+164
2018-06-28wallet: prevent the same wallet file from being opened by multiple processesstoffu3-0/+10
2018-06-28util: add file_locker classstoffu2-0/+81
2018-06-28epee.string_tools: add conversion between UTF-8 and UTF-16stoffu1-12/+19
2018-06-28wallet2: fix build for windows (std::max again)moneromooo-monero1-1/+1
2018-06-28blockchain: fix build after waiter::wait prototype changemoneromooo-monero1-1/+1
2018-06-27wallet_rpc_server: fix build - forgot to build rpc versionmoneromooo-monero1-3/+3
2018-06-27wallet: include a suggested number of confirmations based on amountmoneromooo-monero5-3/+49
2018-06-27simplewallet.sweep_all: show usage when parsing failsstoffu1-1/+10
2018-06-27blockchain_utilities: report file offset where a read error occursmoneromooo-monero1-3/+3
2018-06-26wallet2: cache ringdb key while refreshingmoneromooo-monero2-23/+47
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero6-45/+61
2018-06-26wallet2: remove unneeded divisionsmoneromooo-monero1-2/+2
2018-06-26wallet2: remove old blockchain size cache hackmoneromooo-monero2-16/+3
2018-06-26wallet2: speedup refreshmoneromooo-monero2-59/+258
2018-06-26blockchain: simplify/speedup handle_get_objectsmoneromooo-monero1-13/+8
2018-06-26wallet2: avoid re-parsing blocks when refreshing in a loopmoneromooo-monero2-8/+5
2018-06-26wallet2: avoid duplicate parsing of tx extramoneromooo-monero1-9/+12
2018-06-26wallet2: remove useless device lockingmoneromooo-monero1-2/+1
2018-06-26wallet2: parse blocks in the RPC thread, not the processing threadmoneromooo-monero2-34/+51
2018-06-26wallet2: simplify/speedup process_blocksmoneromooo-monero1-66/+17
2018-06-26wallet: don't process miner tx if we're refreshing with no-coinbasemoneromooo-monero1-1/+3
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero6-40/+36
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero18-204/+228
2018-06-26rpc: sanity check on number of txes in a blockmoneromooo-monero1-0/+6
2018-06-26rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero3-4/+10
2018-06-26wallet2: use std::move on containers where appropriatemoneromooo-monero1-4/+4
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero8-19/+57
2018-06-25device_ledger: factor the prologue codemoneromooo-monero2-412/+61
2018-06-24tx_pool: cache check_tx_inputs resultsmoneromooo-monero2-6/+35
2018-06-23Changed URLs to HTTPSeinsteinsfool14-28/+28
2018-06-23device_ledger: fix buffer underflow on bad data from devicemoneromooo-monero1-0/+1
2018-06-23device: misc cleanupmoneromooo-monero3-12/+14
2018-06-23device_ledger: fix potential buffer overflow from bad size calcmoneromooo-monero1-2/+4
2018-06-23simplewallet: init trusted daemon flag to false when autodetectingmoneromooo-monero1-0/+1
2018-06-23wallet2: fix read buffer overflow in import_key_imagesmoneromooo-monero1-1/+1
2018-06-21fix typos in language files and rpc_args.cppordtrogen2-2/+2
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero4-7/+47
2018-06-21Wallet API: add support for wallet creation from hardware devicestoffu5-1/+95
2018-06-21Move parse_subaddress_lookahead() from simplewallet.cpp to util.cppstoffu3-14/+24
2018-06-21wallet2: lower default for subaddress lookahead when restoring with hardwarestoffu1-0/+6
2018-06-21wallet-rpc.getaddress: throw if index is out of boundstoffu1-0/+2
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero5-1/+25
2018-06-20fix string handling for donation messagecryptochangements341-1/+1
2018-06-20miner: show id and height when a block is foundstoffu1-1/+1
2018-06-20daemon: show a bit more info with print_blockstoffu1-1/+3
2018-06-19wallet2: fix double header in unsigned transfer filemoneromooo-monero1-1/+1
2018-06-18crypto: add a README pointing to the SUPERCOP licencemoneromooo-monero1-0/+4
2018-06-18simplewallet: fix delay when setting auto-refresh offmoneromooo-monero1-0/+1
2018-06-18simplewallet: remove leftover global debug tracemoneromooo-monero1-1/+0
2018-06-17zmq_server: fix bind call when address and/or port are emptymoneromooo-monero1-0/+4
2018-06-15Fix RPC crashes that didn't check for an open walletHoward Chu1-0/+6
2018-06-15wallet2: fix out of sync account tag cachemoneromooo-monero1-0/+1
2018-06-14db_lmdb: enable batch transactions by defaultstoffu1-1/+1
2018-06-13wallet: on first refresh, start off with a quantized heightmoneromooo-monero4-22/+29
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu3-2/+10
2018-06-13wallet: allow unspendable unmixable outputs to be discardedstoffu3-0/+25
2018-06-13wallet2: use decoded amount when reporting repeated output keystoffu1-5/+5
2018-06-12wallet2: use correct fee for split txesstoffu1-6/+14
2018-06-11db_ldmb: print db version when complaining about incompatibilitymoneromooo-monero1-4/+5
2018-06-11Remove old logic saved in comments.Jean Pierre Dudey1-2/+2
2018-06-11net_node: resolve host for node addresses given via command line flagsstoffu1-13/+43
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu6-44/+70
2018-06-10simplewallet: don't confirm missing payment ID when sending to only subaddressesstoffu1-3/+5
2018-06-09device_ledger: fix bad memory access on connect errormoneromooo-monero1-1/+1
2018-06-09blockchain: avoid duplicate db query for heightmoneromooo-monero1-1/+1
2018-06-09cryptonote_protocol_handler: log when dropping a peermoneromooo-monero1-0/+3
2018-06-09simplewallet: set_ring can now take a file with ringsmoneromooo-monero1-2/+110
2018-06-08simplewallet: grammar fix in warning messagemoneromooo-monero1-1/+1
2018-06-08db_lmdb: warn about slowness when running off a spinning diskmoneromooo-monero3-0/+75
2018-06-07password: flush cout when prompting for password without newlinemoneromooo-monero1-1/+1
2018-06-07wallet2: fix bulletproof cold signingmoneromooo-monero2-5/+11
2018-06-07blockchain_import: warn+delay about using --dangerous-unverified-importmoneromooo-monero1-4/+16
2018-06-06wallet2: fix get_approximate_blockchain_height for stagenetstoffu1-2/+2
2018-06-06blockchain: fix deadlock with the difficulty cachemoneromooo-monero1-8/+12
2018-06-06wallet: do not log by default if we're not asked to log to consolemoneromooo-monero1-0/+4
2018-06-06ringct: remove an unnecessary scalarmultBase in zeroCommitmoneromooo-monero2-4/+2
2018-06-05use deterministic viewkey if not suppliedcryptochangements341-20/+34
2018-06-05tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero2-0/+3
2018-06-05util: consider Tor/I2P addresses to be non localmoneromooo-monero1-0/+7
2018-06-05simplewallet: add optional trusted/untrusted argument to set_daemonmoneromooo-monero1-1/+28
2018-06-04blockchain: pop forked blocks only when DB is not read-onlystoffu1-1/+1
2018-06-04Fixes #3645: error on freebsd lambda return values forced to std::stringS1-1/+1
2018-06-03protocol: drop (and increase fails) if most blocks hashes are invalidmoneromooo-monero1-3/+3
2018-06-03wallet-rpc: watch-only and cold wallet features addedDusan Klinec7-98/+495
2018-06-02blockchain: demote a hash-of-hashes validation warning to debugmoneromooo-monero1-1/+1
2018-06-02update checkpoints.dat for point releaseRiccardo Spagni2-1/+1
2018-06-02bump version for 0.12.2 point releaseRiccardo Spagni1-1/+1
2018-06-02tx_pool: hold off parsing a tx blob till we actually need itmoneromooo-monero2-12/+35
2018-06-01blockchain: return error when requesting non existent outputmoneromooo-monero1-6/+13
2018-06-01rpc: the cache is still for non cumulative on that branchmoneromooo-monero1-0/+7
2018-06-01simplewallet.sign_transfer: rename export to export_raw, add help messagestoffu1-4/+4
2018-05-31rpc: convert distribution to cumulative after cachingmoneromooo-monero1-6/+7
2018-05-31wallet2: don't ask for pruned txes yet, we still parse the entire txmoneromooo-monero1-1/+1
2018-05-31daemon: fix readline interfering with std::cerr usagemoneromooo-monero1-0/+3
2018-05-31wallet: fix shared ring db pathstoffu2-6/+12
2018-05-30rpc: fix get_output_distribution cache for the cumulative casemoneromooo-monero1-0/+7
2018-05-30blockchain_blackball: also blackball N N-sized duplicate ringsmoneromooo-monero1-5/+48
2018-05-30blockchain_blackball: add incremental modemoneromooo-monero1-19/+102
2018-05-30blockchain_utilities: do not link against unneeded p2p libmoneromooo-monero1-4/+0
2018-05-30hardfork: fix get_next_version()stoffu1-3/+3
2018-05-30hardfork: fix get_earliest_ideal_height_for_version() to support non-existent...stoffu1-4/+8
2018-05-28disable file size sanity check when loading the wallet cachemoneromooo-monero1-1/+1
2018-05-28protocol: do not switch to unsafe sync mode for just a few blocksmoneromooo-monero1-1/+2
2018-05-28core: fix automatic safe db sync mode switchingmoneromooo-monero2-5/+7
2018-05-28tx_pool: remove old comment from fill_block_template()stoffu1-4/+0
2018-05-26fix build with GCC 8.1.0moneromooo-monero3-2/+4
2018-05-26p2p: warn when no incoming connections are seen for a whilemoneromooo-monero2-0/+16
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero15-90/+457
2018-05-23update checkpointsRiccardo Spagni2-1/+1
2018-05-23update checkpoints for point releaseRiccardo Spagni1-1/+1
2018-05-23bump version for point releaseRiccardo Spagni1-1/+1
2018-05-23Fix PCSC compilation under windowscslashm2-0/+14
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero9-23/+182
2018-05-20simplewallet: use correct unit for fee commandstoffu1-1/+1
2018-05-20core: remove threadpool dependency from headermoneromooo-monero2-6/+3
2018-05-20threadpool: allow constructing an object, and misc tweaksmoneromooo-monero2-9/+13
2018-05-20Fix output shuffling for multisigstoffu3-11/+13
2018-05-19daemon: request unpruned transactions for print_txmoneromooo-monero1-0/+1
2018-05-18core: lock incoming tx lock when checking the txpool and chainmoneromooo-monero1-0/+1
2018-05-17object_sizes: add a few useful typesmoneromooo-monero1-0/+5
2018-05-15simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa...jcktm3-0/+11
2018-05-13Use median timestamp if current time renders a block invalid.Thaer Khawaja2-6/+15
2018-05-13crypto: more places needing fixing for GCC 8.1moneroexamples1-10/+10
2018-05-13chacha: fix build with GCC 8.1moneromooo-monero1-2/+2
2018-05-12Fix TypoRafficer1-1/+1
2018-05-10wallet2: consider 6 outputs or less to be unmixable from v7moneromooo-monero1-2/+2
2018-05-09blockchain: avoid exception if asked for a block we do not havemoneromooo-monero1-8/+11
2018-05-09blockchain: invalidate misc caches when popping blocksmoneromooo-monero1-0/+6
2018-05-08don't limit miner threads in walletcryptochangements341-4/+2
2018-05-07cryptonote: make sure outPk setup always happensmoneromooo-monero2-33/+37
2018-05-06check_spend_proofitssteven1-2/+3
2018-05-06handle optional miner params bettercryptochangements342-2/+22
2018-05-06blockchain: pop top if block version disagrees with the ideal fork versionstoffu1-0/+47
2018-05-05add .load() to make Boost 1.67 happy with its new is_integral checkTeutone1-1/+1
2018-05-04ringct: do not show verification errors with default settingsmoneromooo-monero1-4/+6
2018-05-04Wallet API: allow log path to be non-default & console output to be configurablestoffu2-3/+4
2018-04-29Ensure m_timestamps has the correct number for computing difficulty.Thaer Khawaja1-1/+1
2018-04-29p2p: fix fallback seed node usagemoneromooo-monero2-3/+11
2018-04-28daemon: print peer state in sync_infomoneromooo-monero1-1/+1
2018-04-28connection_context: remove "state_" prefix from state namesmoneromooo-monero1-5/+5
2018-04-28cryptonote_protocol_handler.inl: remove span read just now that failed to pas...stoffu1-0/+3
2018-04-28cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)stoffu1-8/+8
2018-04-25Adding required library (dependency of boost::this_thread::sleep_for)Gene Peters1-0/+1
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner74-15/+9
2018-04-25Wallet: added methods to sign and verify arbitrary message with multisig publ...naughtyfox5-0/+113