aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Merge pull request #3196Riccardo Spagni1-1/+2
2018-02-16Merge pull request #3199Riccardo Spagni1-12/+22
2018-02-16Merge pull request #3226Riccardo Spagni14-18/+56
2018-02-16Merge pull request #3248Riccardo Spagni1-0/+4
2018-02-16Merge pull request #3232Riccardo Spagni1-1/+1
2018-02-16Merge pull request #3231Riccardo Spagni2-2/+10
2018-02-16Merge pull request #3229Riccardo Spagni1-0/+9
2018-02-16Merge pull request #3225Riccardo Spagni2-10/+20
2018-02-16Merge pull request #3221Riccardo Spagni1-0/+2
2018-02-16Merge pull request #3217Riccardo Spagni1-2/+0
2018-02-16Merge pull request #3214Riccardo Spagni3-1/+3
2018-02-16Merge pull request #3210Riccardo Spagni1-1/+8
2018-02-16Merge pull request #3207Riccardo Spagni3-8/+17
2018-02-16Merge pull request #3205Riccardo Spagni4-6/+115
2018-02-16Merge pull request #3197Riccardo Spagni2-0/+12
2018-02-16Merge pull request #3187Riccardo Spagni3-7/+33
2018-02-16Merge pull request #3181Riccardo Spagni4-6/+6
2018-02-16Merge pull request #3180Riccardo Spagni4-5/+24
2018-02-16Merge pull request #3175Riccardo Spagni3-1/+9
2018-02-16Merge pull request #3171Riccardo Spagni2-10/+14
2018-02-16Merge pull request #3165Riccardo Spagni4-5/+370
2018-02-16Merge pull request #3163Riccardo Spagni13-32/+185
2018-02-16Merge pull request #3161Riccardo Spagni1-1/+1
2018-02-16Merge pull request #3094Riccardo Spagni7-33/+33
2018-02-14Merge pull request #3138Riccardo Spagni2-13/+12
2018-02-14Merge pull request #2959Riccardo Spagni1-56/+47
2018-02-10blockchain: don't try to use hash check array after it's freedmoneromooo-monero1-0/+4
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-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-28Merge pull request #3186Riccardo Spagni1-1/+1
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-27Merge pull request #3188Riccardo Spagni1-0/+1
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-27Merge pull request #3116Riccardo Spagni1-1/+1
2018-01-27Merge pull request #3145Riccardo Spagni1-6/+6
2018-01-27Merge pull request #3144Riccardo Spagni4-2/+21
2018-01-27Merge pull request #3143Riccardo Spagni1-0/+6
2018-01-27Merge pull request #3142Riccardo Spagni1-7/+0
2018-01-27Merge pull request #3141Riccardo Spagni3-55/+43
2018-01-27Merge pull request #3136Riccardo Spagni1-1/+1
2018-01-27Merge pull request #3121Riccardo Spagni1-1/+1
2018-01-27Merge pull request #3120Riccardo Spagni2-9/+80
2018-01-27Merge pull request #3119Riccardo Spagni3-0/+157
2018-01-27Merge pull request #3118Riccardo Spagni4-0/+49
2018-01-27Merge pull request #3114Riccardo Spagni1-0/+4
2018-01-27Merge pull request #3113Riccardo Spagni3-4/+15
2018-01-27Merge pull request #3104Riccardo Spagni5-12/+110
2018-01-27Merge pull request #3102Riccardo Spagni1-3/+3
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-25Merge pull request #3130Riccardo Spagni2-4/+16
2018-01-25Merge pull request #3084Riccardo Spagni1-0/+17
2018-01-25Merge pull request #3052Riccardo Spagni1-9/+1
2018-01-25Merge pull request #3153Riccardo Spagni1-1/+4
2018-01-25Merge pull request #3126Riccardo Spagni1-4/+11
2018-01-25Merge pull request #3105Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3093Riccardo Spagni2-2/+2
2018-01-25Merge pull request #3072Riccardo Spagni1-3/+3
2018-01-25Merge pull request #3068Riccardo Spagni1-2/+2
2018-01-25Merge pull request #3065Riccardo Spagni1-14/+7
2018-01-25Merge pull request #3057Riccardo Spagni2-4/+4
2018-01-25Merge pull request #3047Riccardo Spagni2-0/+21
2018-01-25Merge pull request #3040Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3038Riccardo Spagni2-2/+4
2018-01-25Merge pull request #3028Riccardo Spagni1-0/+1
2018-01-25Merge pull request #3027Riccardo Spagni10-0/+580
2018-01-25Merge pull request #3020Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3015Riccardo Spagni1-0/+2
2018-01-25Merge pull request #3014Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3013Riccardo Spagni1-0/+2
2018-01-25Merge pull request #3011Riccardo Spagni2-2/+3
2018-01-25Merge pull request #3010Riccardo Spagni2-0/+6
2018-01-25Merge pull request #3008Riccardo Spagni1-3/+3
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-10Merge pull request #3061Riccardo Spagni1-1/+2
2018-01-10Merge pull request #3021Riccardo Spagni1-2/+2
2018-01-10Merge pull request #3005Riccardo Spagni1-1/+1
2018-01-10Merge pull request #3004Riccardo Spagni1-0/+5
2018-01-10Merge pull request #3002Riccardo Spagni2-0/+7
2018-01-10Merge pull request #2997Riccardo Spagni1-2/+2
2018-01-10Merge pull request #2993Riccardo Spagni3-6/+6
2018-01-10Merge pull request #2990Riccardo Spagni12-219/+278
2018-01-10Merge pull request #2989Riccardo Spagni1-0/+12
2018-01-10Merge pull request #2988Riccardo Spagni1-1/+1
2018-01-10Merge pull request #2985Riccardo Spagni14-202/+14
2018-01-10Merge pull request #2983Riccardo Spagni1-18/+29
2018-01-10Merge pull request #2981Riccardo Spagni1-0/+7
2018-01-10Merge pull request #2976Riccardo Spagni1-0/+6
2018-01-10Merge pull request #2973Riccardo Spagni1-1/+2
2018-01-10Merge pull request #2972Riccardo Spagni1-0/+4
2018-01-10Merge pull request #2971Riccardo Spagni6-17/+43
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
2018-01-02Merge pull request #3019Riccardo Spagni1-32/+30
2018-01-02Merge pull request #2977Riccardo Spagni1-1/+7
2018-01-02Merge pull request #2967Riccardo Spagni3-303/+118
2018-01-02Merge pull request #2962Riccardo Spagni1-0/+1
2018-01-02Merge pull request #2960Riccardo Spagni5-45/+326
2018-01-02Merge pull request #2934Riccardo Spagni1-13/+30
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-28Merge pull request #2949Riccardo Spagni1-5/+5
2017-12-28Merge pull request #2946Riccardo Spagni1-1/+1
2017-12-28Merge pull request #2945Riccardo Spagni4-5/+2
2017-12-28Merge pull request #2942Riccardo Spagni1-82/+1
2017-12-28Merge pull request #2941Riccardo Spagni1-8/+18
2017-12-28Merge pull request #2940Riccardo Spagni1-0/+3
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