aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11bulletproofs: speed up a few multiplies using existing Hi cachemoneromooo-monero1-2/+11
2018-09-11Add Pippenger cache and limit Straus cache sizemoneromooo-monero3-30/+82
2018-09-11perf_timer: split timer class into a base one and a logging onemoneromooo-monero2-14/+42
2018-09-11Pippenger multiexpmoneromooo-monero3-3/+138
2018-09-11multiexp: cut down on memory allocationsmoneromooo-monero1-15/+13
2018-09-11precalc the ge_p3 representation of Hmoneromooo-monero4-14/+19
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero1-0/+29
2018-09-11Add a define for the max number of bulletproof multi-outputsmoneromooo-monero3-2/+5
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero12-153/+250
2018-09-11multiexp: some speedupsmoneromooo-monero3-28/+121
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero3-2/+184
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero6-231/+338
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero3-31/+67
2018-09-11multiexp: bos coster now works for just one pointmoneromooo-monero1-1/+11
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero9-94/+181
2018-09-11add Straus multiexpmoneromooo-monero3-150/+182
2018-09-11ringct: add bos coster multiexpmoneromooo-monero4-51/+455
2018-09-11bulletproofs: misc optimizationsmoneromooo-monero1-23/+87
2018-09-11bulletproofs: multi-output bulletproofsmoneromooo-monero3-32/+320
2018-09-05wallet rpc: Add close_wallet RPCGuillaume LE VAILLANT3-0/+59
2018-09-04ringct: make conversion functions return const refsmoneromooo-monero1-8/+8
2018-08-25is_hdd updatep8p3-53/+43
2018-08-23electrum-words: fix bytes_to_words on big endianmoneromooo-monero1-1/+2
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero5-13/+36
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu8-129/+121
2018-08-22rpc-wallet: refresh command addedDusan Klinec3-0/+47
2018-08-19tx_pool: fix infinite loop when failing to find a meta recordmoneromooo-monero1-7/+1
2018-08-19wallet2: ask for a binary output distribution, for speedmoneromooo-monero1-0/+2
2018-08-19db_lmdb: speedup the get_output_distribution common casemoneromooo-monero1-2/+13
2018-08-17util: remove unused <ustat.h>moneromooo-monero1-1/+0
2018-08-17[#4027] add change_wallet_password wallet rpc commandartyomsol3-1/+54
2018-08-16Do memwipe for critical secret keys copied to rct::keystoffu4-3/+15
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-15Incremental Keccak API addedDusan Klinec2-0/+88
2018-08-15wallet_rpc_server: remove unused amount_keys field in transfer RPCmoneromooo-monero1-2/+0
2018-08-15simplewallet: allow named priority levels for default-prioritymoneromooo-monero1-9/+37
2018-08-14db_lmdb: resize blockchain database when 90% filledmoneromooo-monero2-7/+3
2018-08-13node_rpc_proxy: fix fork earliest height caching [RYO backport]fireice-uk2-2/+2
2018-08-13simplewallet: Simplify LOCK_IDLE_SCOPE macrorbrunner71-6/+1
2018-08-13wallet2: remove obsolete pruned/unpruned casemoneromooo-monero1-28/+1
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-12core: sync database based on bytes added, not blocks addedmoneromooo-monero4-16/+37
2018-08-09blockchain: use uint64_t for height, not size_tmoneromooo-monero1-1/+1
2018-08-09blockchain_blackball: use a bit less memorymoneromooo-monero1-4/+3
2018-08-09cryptonote_protocol: don't serialize an unneeded new block messagemoneromooo-monero1-7/+12
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu13-51/+75
2018-08-07simplewallet: add a warning and prompt on rescan_blockchainmoneromooo-monero1-1/+9
2018-08-05simplewallet: correct number of human-readable monthsrbrunner71-1/+1
2018-08-05updates: fix hash sanity checkingmoneromooo-monero1-3/+3
2018-08-03wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero4-16/+35
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett5-188/+200
2018-07-31wallet2: do not divide by 0 on invalid daemon responsemoneromooo-monero1-0/+1
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-30blockchain_db: remove unused get_output_key variantmoneromooo-monero4-68/+1
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-20block_queue: faster check whether a block was requestedmoneromooo-monero2-13/+32
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