aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-05tweaks to the monerov1 cryptonight algorithmLee Clagett1-16/+52
2018-03-05slow-hash: optimized versionSChernykh1-4/+4
2018-03-05Monero Cryptonight variants, and add one for v7moneromooo-monero6-14/+56
2018-03-05Correct spelling mistakes.Edward Betts13-22/+22
2018-03-05allow using ring size instead of mixin for rpc transfercryptochangements342-4/+44
2018-03-05Wallet API: generalize 'bool testnet' to 'NetworkType nettype'stoffu5-42/+103
2018-03-05remove unused function keyImageVh9087141242-20/+0
2018-03-05Stagenetstoffu47-319/+528
2018-03-05command_line: allow args to depend on more than one argsstoffu1-9/+57
2018-03-05command_line::get_arg: remove 'required' for dependent args as they're always...stoffu1-3/+3
2018-03-05command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318stoffu1-4/+4
2018-03-05Use `genesis_tx` parameter in `generate_genesis_block`. #3261Jean Pierre Dudey2-11/+2
2018-03-04Fix invalid device unique_ptr castMoroccanMalinois2-3/+3
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm37-191/+4029
2018-03-02core: fix sending to the source address with a short payment idmoneromooo-monero1-0/+2
2018-03-02simplewallet: fix print_ring_members printing wrong heightsmoneromooo-monero1-3/+14
2018-02-25wallet api: when restoring from EnglishOld, set language to Englishstoffu1-0/+4
2018-02-25Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner75-8/+74
2018-02-25simplewallet: set seed language when restoring from english-old seedstoffu1-1/+1
2018-02-23monerod: do not log to tmpdir in daemon modeston1th2-0/+6
2018-02-23blockchain: fix random sync failuresmoneromooo-monero1-1/+4
2018-02-23db_lmdb: fix free space reportingmoneromooo-monero1-1/+2
2018-02-21rctSigs - loop invariant code removed from the loopDusan Klinec1-2/+3
2018-02-20Fix #3297 use the password_prompter helperHoward Chu1-9/+3
2018-02-19db_lmdb: fix return code mixup in for_all_*moneromooo-monero1-12/+12
2018-02-19simplewallet: typo in generate-from-multisig-keysstoffu1-1/+1
2018-02-18cryptonote_core: change wording of fork warning messagemoneromooo-monero1-1/+1
2018-02-18p2p: restore m_testnet assignment lost during rebasewhythat1-0/+1
2018-02-18p2p: need libcryptonote_core due to arg_testnet_on being usedstoffu1-0/+1
2018-02-16options: add testnet option dependencieswhythat5-19/+45
2018-02-16common: implement dynamic option dependencies mechanismwhythat1-14/+11
2018-02-16options: remove testnet-* optionswhythat13-87/+33
2018-02-16crypto: add missing include (WIN32)iDunk54001-0/+1
2018-02-16wallet2: remove unused m_subaddresses_invmoneromooo-monero2-6/+2
2018-02-16wallet2: speed up subaddress generation (by about a third)moneromooo-monero4-16/+56
2018-02-16txpool: Don't bail out when blob_size == tx_size_limitLeon Klingele1-2/+2
2018-02-16common: implement dependent option descriptorwhythat1-5/+45
2018-02-16Fix refresh height estimationHoward Chu1-13/+16
2018-02-16core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero1-2/+10
2018-02-15simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings)stoffu1-8/+0
2018-02-14Use `genesis_tx` parameter in `generate_genesis_block`.Jean Pierre Dudey2-11/+2
2018-02-14simplewallet: reword donate command message for claritySerhack1-1/+1
2018-02-13Remove `voting_version` parameter documentation.Jean Pierre Dudey1-1/+0
2018-02-13wallet2: fix auto_low_priority field name typo on loadmoneromooo-monero1-2/+2
2018-02-12Closes #2886: really ignore battery checkingTimothy D. Prime1-11/+5
2018-02-12wallet2: don't store invalid key image when watch-onlystoffu1-1/+1
2018-02-10handle ^D and ^C while password promptingJethro Grassie4-6/+24
2018-02-10blockchain: don't try to use hash check array after it's freedmoneromooo-monero1-0/+4
2018-02-10wallet2: don't throw when spent amount is inconsistentstoffu1-4/+14
2018-02-08dns: change default DNS to a worldwide selectionmoneromooo-monero2-10/+20
2018-02-08wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrownstoffu3-1/+3
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero4-5/+114
2018-02-07keccak: fix mdlen bounds sanity checkingmoneromooo-monero1-1/+2
2018-02-05Add default value to max_height, otherwise it's 0Michał Sałaban2-3/+5
2018-02-04connection_context: initialize m_last_request_time to current timemoneromooo-monero1-1/+1
2018-02-02cryptonote_protocol: guard against all threads in standbymoneromooo-monero1-0/+9
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero2-2/+2
2018-02-02blockchain: sanity check number of precomputed hash of hash blocksmoneromooo-monero1-1/+6
2018-02-02ringct: fix infinite loop in unused h2b functionmoneromooo-monero1-0/+1
2018-02-02simplewallet: double check a new multisig wallet is multisigmoneromooo-monero1-1/+5
2018-02-02threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero2-1/+20
2018-02-02blockchain_export: fix buffer overflow in exportermoneromooo-monero1-1/+1
2018-02-02perf_timer: rewrite to make it clear there is no division by zeromoneromooo-monero1-4/+3
2018-02-02keccak: fix sanity check bounds testmoneromooo-monero1-1/+1
2018-02-02blockchain_db: initialize m_open in base class ctormoneromooo-monero3-3/+7
2018-02-02miner: restore std::cout precision after modificationmoneromooo-monero1-1/+2
2018-02-02db_lmdb: check hard fork info drop succeededmoneromooo-monero1-2/+6
2018-02-01txpool: increase unmined tx expiry to three daysmoneromooo-monero1-1/+1
2018-02-01p2p: do not try to connect to peers in offline modemoneromooo-monero1-0/+2
2018-02-01call _exit instead of abort in release modemoneromooo-monero3-7/+33
2018-02-01txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele1-1/+8
2018-01-31Don't create readtxn until after txn_safe gate checkHoward Chu2-2/+10
2018-01-31bulletproofs: more robust challenge computationmoneromooo-monero1-56/+47
2018-01-31ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero3-14/+72
2018-01-31wallets: reorg 61 more days on testnetmoneromooo-monero1-2/+3
2018-01-31blockchain: move bulletproofs to v8moneromooo-monero2-11/+9
2018-01-31wipeable_string: call memwipe directlymoneromooo-monero1-2/+0
2018-01-31wallet-rpc: take subaddress account as arg for get_transfer_by_txidstoffu2-4/+13
2018-01-31wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDSstoffu2-4/+4
2018-01-30Bootstrap daemonstoffu4-5/+370
2018-01-29Fixed typos and wording tweaksMaxithi7-33/+33
2018-01-29cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pubstoffu2-10/+14
2018-01-29Return appropriate error code when there's no connection to daemonMichał Sałaban2-0/+6
2018-01-29Fix in_peers/out_peers RPC operationsErik de Castro Lopo1-2/+2
2018-01-29rpc_client: Fix error handlingErik de Castro Lopo1-8/+8
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo12-7/+160
2018-01-29Rename delete_connections to delete_out_connectionsErik de Castro Lopo3-3/+3
2018-01-29Rename connections_count to max_out_connection_countErik de Castro Lopo3-13/+13
2018-01-28cn_deserialize: check for raw tx_extramoneromooo-monero1-12/+22
2018-01-28Return appropriate error code when not enough money for txMichał Sałaban2-0/+6
2018-01-28p2p: fix testnet/mainnet port mixupmoneromooo-monero1-1/+2
2018-01-28wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu7-18/+136
2018-01-28simplewallet: bug fix for backlog estimatestoffu1-4/+1
2018-01-28wallet2: split estimate_backlog to allow for raw fee levelsmoneromooo-monero2-9/+27
2018-01-27Fixed #if instead of #ifdefMatt Little1-3/+3
2018-01-26Readd copyright starting datexmr-eric37-37/+37
2018-01-26Update 2018 copyrightxmr-eric271-271/+271
2018-01-26Bugfix : Missing i18n import in simplewalletNeozaru1-0/+1
2018-01-26cryptonote_protocol: fix std::move usage on different typesmoneromooo-monero1-1/+1
2018-01-26Wallet API: remove unused enum Priority from UnsignedTransactionstoffu1-7/+0
2018-01-26wallet2: remove {set|get}_default_decimal_point and use the same funcs under ...stoffu3-14/+2
2018-01-26wallet2: make scan_output const and omit keys argstoffu2-6/+6
2018-01-26wallet2: make member functions const when possiblestoffu2-35/+35
2018-01-26simplewallet: fix typo get_tx_proof_out to get_tx_proofstoffu1-3/+3
2018-01-26wallet rpc: show fees when querying incoming transfersstoffu3-4/+15
2018-01-26simplewallet: check file overwrite when exporting stuffstoffu4-0/+49
2018-01-25Support building cncrypto lib with msvcMatt Little4-5/+24
2018-01-25daemon: don't drop RPC with busy error when running offlinemoneromooo-monero4-6/+6
2018-01-24wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.Maximilian Lupke3-1/+9
2018-01-20daemon: exit with 0 when successfulmoneromooo-monero1-1/+1
2018-01-18p2p: fix picking peers off an empty gray listmoneromooo-monero1-1/+4
2018-01-17Wallet API: all recover options with passwordm2049r5-12/+110
2018-01-17p2p: don't lookup seed IPs if using an exclusive peermoneromooo-monero1-5/+5
2018-01-17p2p: don't connect to seeds if using an exclusive peermoneromooo-monero1-1/+1
2018-01-17rpc: expose recent median block size in getinfomoneromooo-monero4-2/+21
2018-01-17cryptonote_core: add --disable-dns-checkpoints flagmoneromooo-monero1-0/+6
2018-01-16simplewallet: single out 0 amount destinations as dummy onesmoneromooo-monero1-2/+14
2018-01-16rpc: default do_not_relay to false in sendrawtransactionmoneromooo-monero1-1/+1
2018-01-15wallet2: fix sweep_all sending an atomic unitmoneromooo-monero1-2/+2
2018-01-15ringct: handle exceptions verifying bulletproofs in worker threadsmoneromooo-monero1-4/+11
2018-01-14cmake: set API header install path to what Qt wallet expectsredfish1-1/+1
2018-01-15perf_timer: add faster x86_64 timers, and pause/resumemoneromooo-monero2-7/+77
2018-01-15perf_timer: use std::unique_ptr instead of new/deletemoneromooo-monero1-2/+3
2018-01-15crypto: add a ge_p3_identity constantmoneromooo-monero2-0/+2
2018-01-15crypto: add scalar mult functions returning ge_p3 instead of ge_p2moneromooo-monero2-0/+155
2018-01-14wallet2::import_blockchain fix import loopJaquee1-1/+1
2018-01-14Allow retrieving spend key via RPCMichał Sałaban1-0/+4
2018-01-11Keep readline optionalJethro Grassie3-3/+3
2018-01-11cryptonote_protocol: fix size_t used in wire formatmoneromooo-monero1-1/+1
2018-01-10Reserve proofstoffu10-0/+580
2018-01-10blockchain: remove minor floating point usagemoneromooo-monero1-1/+1
2018-01-10fix some link errors in debug mode for macosstoffu4-0/+5
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero7-200/+4
2018-01-10epee: remove dependency on commonmoneromooo-monero3-2/+5
2018-01-09Improved terminology from create to generateMaxithi2-2/+2
2018-01-08util: warn if unbound was not built with threadsmoneromooo-monero1-0/+17
2018-01-06Implement #3045, fixing RPC snakecasesNick Johnson2-0/+21
2018-01-06fix some confirmation dialog, add missing symbolsAJIekceu41-3/+3
2018-01-05Factor the monero donation addressMaxithi2-4/+4
2018-01-04Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_tNick Johnson1-2/+2
2018-01-04Removed unused mac-specific output folder pathMaxithi1-9/+1
2018-01-04wallet2: allow failing parse_tx_extramoneromooo-monero1-14/+7
2018-01-04common cmake: make sure translation_files.h is generated for i18n.cppstoffu1-1/+2
2017-12-31cryptonote_protocol: fix missing space in version mismatch messagemoneromooo-monero1-1/+1
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero3-6/+6
2017-12-31wallet_api: make this optional but not built by defaultmoneromooo-monero2-2/+4
2017-12-29wallet2 bugfix: initialize subaddress table when generating from keysstoffu1-0/+1
2017-12-28Additional fix for core_testsHoward Chu1-10/+15
2017-12-28wallet2: std::unordered_set ctor is sometimes explicitmoneromooo-monero1-2/+2
2017-12-28zmq: use older 3-arg version of setsockoptstoffu1-1/+1
2017-12-28Fix stale readcursor flagsHoward Chu1-22/+15
2017-12-28simplewallet: detect typo for incoming_transfers optionsstoffu1-0/+7
2017-12-28sweep_below: do not prematurely exclude subaddresses setstoffu1-18/+29
2017-12-27cryptonote_protocol: update target height when receiving blocksmoneromooo-monero1-0/+2
2017-12-27apply_permutation.h: add #pragma oncemoneromooo-monero1-0/+2
2017-12-27daemon+simplewallet: given an unknown command, show itstoffu2-2/+3
2017-12-27Resolve addresses in get_transfersMichał Sałaban2-0/+6
2017-12-26simplewallet: Correct 3 multisig command usage help texts, e.g. for 'export_m...rbrunner71-3/+3
2017-12-26only include the easylogging++ stack trace code when neededmoneromooo-monero1-0/+3
2017-12-26wallet-api: added Utils::onStartupstoffu2-0/+6
2017-12-25Revert "return subaddress in get_bulk_payments"moneromooo-monero1-1/+0
2017-12-25wallet2: switch to chacha20 instead of chacha8moneromooo-monero1-19/+36
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero6-44/+59
2017-12-25mnemonics: typo fix (4 bytes == 3 words, not 8 bytes)stoffu1-1/+1
2017-12-24cryptonote_protocol: internal error consistency size checkmoneromooo-monero1-0/+5
2017-12-24wallet2: guard against the dameon sending blocks before last checkpointmoneromooo-monero1-0/+5
2017-12-24wallet_rpc_server: fix wallet leak on error exitmoneromooo-monero1-0/+2
2017-12-23blockchain_import: more informative verification switchmoneromooo-monero1-2/+2
2017-12-23Fix Windows builddEBRUYNE-11-0/+3
2017-12-23threadpool: fix deadlock in recursive waiter usagemoneromooo-monero1-1/+7
2017-12-22factor STL container serializationmoneromooo-monero12-219/+278
2017-12-22blake256: fix wrong hash when computed in partsmoneromooo-monero1-1/+1
2017-12-21wallet2: fix failure to create tx if inputs are not enough for feemoneromooo-monero1-0/+12
2017-12-20simplewallet: disable donations on testnetMatt Smith1-0/+6
2017-12-20wallet2: fix m_key_image_{partial,known} in_light_wallet codemoneromooo-monero1-1/+2
2017-12-20simplewallet: lock idle scope in {im,ex}port_{key_images,outputs}moneromooo-monero1-0/+4
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero6-17/+43
2017-12-20wallet: support for multisig seedsmoneromooo-monero5-45/+326
2017-12-20wallet_rpc_server: factor transfer info return and add missing infomoneromooo-monero3-303/+118
2017-12-19wallet2: fix use of uninitialized datamoneromooo-monero1-0/+1
2017-12-18simplewallet: factor out tx exceptionsmoneromooo-monero1-82/+1
2017-12-18cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero4-105/+0
2017-12-18blockchain: don't leave dangling pointers in thismoneromooo-monero1-0/+2
2017-12-18cryptonote_core: fix db leak on errormoneromooo-monero2-2/+3
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero5-5/+5
2017-12-18check accessing an element past the end of a containermoneromooo-monero8-12/+46
2017-12-18check return value for generate_key_derivation and derive_public_keymoneromooo-monero2-11/+22
2017-12-18catch const exceptionsmoneromooo-monero3-6/+6
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero8-5/+31
2017-12-18rpc: guard against json parsing a non objectmoneromooo-monero1-1/+1
2017-12-18checkpoints: trap failure to load JSON checkpointsmoneromooo-monero1-1/+5
2017-12-18checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2-4/+4
2017-12-18fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero2-6/+6
2017-12-18p2p: use size_t for arbitrary counters instead of uint8_tmoneromooo-monero1-2/+2
2017-12-18cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero1-0/+6
2017-12-18cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero1-6/+10
2017-12-18rpc: do not try to use an invalid txid in relay_txmoneromooo-monero1-6/+17
2017-12-18wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ...stoffu2-4/+22
2017-12-18Account taggingstoffu7-5/+369
2017-12-17cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero1-1/+1