aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-31Add misc hardening flags to the cmake machinerymoneromooo-monero3-6/+6
2017-12-28Additional fix for core_testsHoward Chu1-10/+15
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-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-26only include the easylogging++ stack trace code when neededmoneromooo-monero1-0/+3
2017-12-26wallet-api: added Utils::onStartupstoffu2-0/+6
2017-12-25Merge pull request #3006Riccardo Spagni1-1/+0
2017-12-25Revert "return subaddress in get_bulk_payments"moneromooo-monero1-1/+0
2017-12-25Merge pull request #2895Riccardo Spagni6-63/+95
2017-12-25Merge pull request #2938Riccardo Spagni1-1/+13
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-25Merge pull request #2931Riccardo Spagni1-1/+5
2017-12-25Merge pull request #2929Riccardo Spagni2-12/+84
2017-12-25Merge pull request #2928Riccardo Spagni1-2/+5
2017-12-25Merge pull request #2926Riccardo Spagni7-5/+369
2017-12-25Merge pull request #2922Riccardo Spagni2-3/+4
2017-12-25Merge pull request #2920Riccardo Spagni28-172/+166
2017-12-25Merge pull request #2918Riccardo Spagni1-1/+1
2017-12-25Merge pull request #2916Riccardo Spagni2-4/+22
2017-12-25Merge pull request #2902Riccardo Spagni1-1/+0
2017-12-25Merge pull request #2899Riccardo Spagni1-0/+1
2017-12-25Merge pull request #2891Riccardo Spagni1-8/+8
2017-12-25Merge pull request #2890Riccardo Spagni2-8/+8
2017-12-25Merge pull request #2888Riccardo Spagni2-3/+7
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-17Merge pull request #2134Riccardo Spagni31-368/+3829
2017-12-17cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero1-1/+1
2017-12-17Better definite article usexmr-eric1-5/+5
2017-12-17change the N-1/N multisig second message signer for authmoneromooo-monero1-10/+9
2017-12-17wallet: factor multisig info parsingmoneromooo-monero4-102/+68
2017-12-17wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero5-163/+73
2017-12-17wallet: add multisig sign/submit RPCmoneromooo-monero6-108/+465
2017-12-17Match surae's recommendation to derive multisig keysmoneromooo-monero5-33/+43
2017-12-17wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2-8/+47
2017-12-17make multisig work with subaddressesmoneromooo-monero7-75/+78
2017-12-17simplewallet: add export_raw_multisig commandmoneromooo-monero2-0/+74
2017-12-17simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero1-1/+11
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero5-14/+70
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero11-127/+303
2017-12-17N-1/N multisigmoneromooo-monero11-133/+827
2017-12-17multisig address generation RPCmoneromooo-monero6-6/+400
2017-12-17gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero8-2/+275
2017-12-17wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero1-29/+57
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero16-263/+1410
2017-12-17wallet: add multisig key generationmoneromooo-monero6-7/+332
2017-12-17daemon: print num txes in print_bcmoneromooo-monero1-1/+1
2017-12-17Merge pull request #2857Riccardo Spagni4-22/+58
2017-12-17Merge pull request #2877Riccardo Spagni24-1291/+179
2017-12-17daemon: remove some superfluous includesmoneromooo-monero4-5/+2
2017-12-16Wallets now do not depend on the daemon rpc libmoneromooo-monero3-4/+23
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero9-1217/+3
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero14-71/+154
2017-12-16move includes around to lessen overall loadmoneromooo-monero40-80/+112
2017-12-16Scrub keys from memory just before scope end.moneromooo-monero4-22/+58
2017-12-16Merge pull request #2878Riccardo Spagni7-13/+42
2017-12-16Merge pull request #2873Riccardo Spagni2-3/+3
2017-12-16Merge pull request #2871Riccardo Spagni1-2/+2
2017-12-16Merge pull request #2866Riccardo Spagni7-36/+21
2017-12-16Merge pull request #2885Riccardo Spagni1-1/+6
2017-12-16Merge pull request #2860Riccardo Spagni13-64/+224
2017-12-16Merge pull request #2856Riccardo Spagni1-1/+1
2017-12-16Merge pull request #2551Riccardo Spagni2-2/+44
2017-12-16wallet2: print tx size in bytes and kBmoneromooo-monero1-8/+18
2017-12-16wallet2: reinstate the single preferred output selectionmoneromooo-monero1-1/+13
2017-12-15Embed the translation files in the binaryGuillaume LE VAILLANT1-13/+30
2017-12-15wallet2: error out in get_seed if the language is invalidmoneromooo-monero1-1/+5
2017-12-15resumption support for updates using range requestsmoneromooo-monero2-12/+84
2017-12-15p2p: stop net server before closing starting connectionsmoneromooo-monero1-2/+5
2017-12-14updates: use https for updatesmoneromooo-monero1-1/+1
2017-12-14download: SSL suportmoneromooo-monero1-2/+3
2017-12-13simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero1-1/+1
2017-12-12Merge pull request #2913Riccardo Spagni1-0/+4
2017-12-09ringct: always use outPk.mask to decode amountsmoneromooo-monero1-19/+3
2017-12-09Merge pull request #2903Riccardo Spagni1-3/+3
2017-12-09ringct: do not include bulletproof commitments in signed messagemoneromooo-monero1-3/+3
2017-12-09node_rpc_proxy: remove unused local and time callmoneromooo-monero1-1/+0
2017-12-09core: fix input ordering from v7moneromooo-monero1-1/+1
2017-12-08return subaddress in get_bulk_paymentsDmitriy Plekhanov1-0/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero9-62/+193
2017-12-08bulletproofs: switch H/G in Pedersen commitments to match rctmoneromooo-monero1-13/+14
2017-12-08integrate bulletproofs into moneromoneromooo-monero8-71/+163
2017-12-08add bulletproofs to the build, with basic unit testsmoneromooo-monero3-2/+843
2017-12-07perf_timer: add non scoped start/stop timer definesmoneromooo-monero1-0/+3
2017-12-07add a version of ge_double_scalarmult_precomp_vartime with A precompmoneromooo-monero4-3/+19
2017-12-07ringct: add a version of addKeys which returns the resultmoneromooo-monero2-0/+6
2017-12-07sc_mul and sc_muladdluigi11112-0/+654
2017-12-07wallet2: don't write a .new file when not neededmoneromooo-monero1-8/+8
2017-12-07version: add -master to master versionmoneromooo-monero1-1/+1
2017-12-07util: allow non numeric version partsmoneromooo-monero1-7/+7
2017-12-06set_node command, allows setting node without restartTobias Hoffmann2-2/+44
2017-12-06wallet2: detect spends in txes without a valid public tx keymoneromooo-monero1-1/+1
2017-12-06cn_deserialize: print tx extra fields in partly decoded tx extramoneromooo-monero1-2/+6
2017-12-04catch wallet decrypt false positiveRiccardo Spagni1-1/+6
2017-12-03cryptonote_protocol: fix corner case looping asking for same block hashesmoneromooo-monero1-0/+4
2017-12-02Merge pull request #2836Riccardo Spagni4-32/+69
2017-12-02Merge pull request #2833Riccardo Spagni3-20/+44
2017-12-02Merge pull request #2853Riccardo Spagni1-0/+10
2017-12-02Merge pull request #2850Riccardo Spagni1-1/+1
2017-12-02Merge pull request #2840Riccardo Spagni1-0/+4
2017-12-02Merge pull request #2838Riccardo Spagni4-7/+8
2017-12-02Merge pull request #2832Riccardo Spagni5-105/+361
2017-12-02Merge pull request #2828Riccardo Spagni1-2/+11
2017-11-30rpc: add offline state in info rpcmoneromooo-monero2-1/+5
2017-11-30core: make --offline also disable DNS lookupsmoneromooo-monero5-12/+37
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner77-36/+21
2017-11-28Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric1-2/+2
2017-11-28Fix password capitalization mismatchxmr-eric1-1/+1
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero9-63/+64
2017-11-27utils: initialize easylogging++ in on_startupmoneromooo-monero1-0/+2
2017-11-27use memwipe in a few relevant placesmoneromooo-monero2-4/+8
2017-11-27add a memwipe functionmoneromooo-monero3-0/+153
2017-11-27Small cleanup of daemon synchronization outputxmr-eric1-2/+2
2017-11-27Merge pull request #2839Riccardo Spagni1-1/+1
2017-11-26Added command descriptionsCifrado5-105/+361
2017-11-25Merge pull request #2827Riccardo Spagni2-2/+7
2017-11-25Merge pull request #2825Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2824Riccardo Spagni13-39/+102
2017-11-25Merge pull request #2823Riccardo Spagni3-27/+47
2017-11-25Merge pull request #2822Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2807Riccardo Spagni2-2/+2
2017-11-25Merge pull request #2806Riccardo Spagni1-1/+3
2017-11-25Merge pull request #2800Riccardo Spagni1-102/+94
2017-11-25Merge pull request #2797Riccardo Spagni1-10/+14
2017-11-25Merge pull request #2796Riccardo Spagni1-5/+7
2017-11-25Merge pull request #2784Riccardo Spagni2-4/+4
2017-11-25Merge pull request #2368Riccardo Spagni10-0/+473
2017-11-25Merge pull request #2794Riccardo Spagni4-0/+38
2017-11-25Merge pull request #2792Riccardo Spagni1-5/+107
2017-11-25Merge pull request #2788Riccardo Spagni8-3/+302
2017-11-25Merge pull request #2785Riccardo Spagni2-19/+80
2017-11-24wallet_rpc_server: new relay_tx commandmoneromooo-monero4-0/+72
2017-11-24wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero4-3/+100
2017-11-24serialization: add std::set and std::unordered_set serializationmoneromooo-monero2-0/+130
2017-11-23rpc: increase the max number of outs one can requestmoneromooo-monero1-1/+1
2017-11-22simplewallet: prevent (wrong) integrated adresses on accounts > 0moneromooo-monero1-0/+10
2017-11-22cryptonote: do not overwrite const datamoneromooo-monero2-4/+4
2017-11-21wallet2: detect multiple outputs from a tx to different subaddressesmoneromooo-monero1-1/+1
2017-11-21Spend proof without txkeystoffu10-0/+473
2017-11-21fix for tx proof: use exception instead of error_str when signature gen failedstoffu7-36/+14
2017-11-20Merge pull request #2783Riccardo Spagni1-0/+4
2017-11-20Merge pull request #2768Riccardo Spagni2-5/+10
2017-11-18fixed common/util.cpp to link against libresslston1th1-1/+1