aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-17Merge pull request #2877Riccardo Spagni30-89/+206
2017-12-17Merge pull request #2864Riccardo Spagni73-161/+212
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-monero11-14/+15
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero18-72/+169
2017-12-16move includes around to lessen overall loadmoneromooo-monero73-161/+212
2017-12-16Merge pull request #2881Riccardo Spagni2-37/+33
2017-12-16Merge pull request #2878Riccardo Spagni7-13/+42
2017-12-16Merge pull request #2874Riccardo Spagni1-0/+4
2017-12-16Merge pull request #2873Riccardo Spagni5-6/+6
2017-12-16Merge pull request #2871Riccardo Spagni1-2/+2
2017-12-16Merge pull request #2866Riccardo Spagni8-41/+25
2017-12-16Merge pull request #2885Riccardo Spagni1-1/+6
2017-12-16Merge pull request #2860Riccardo Spagni22-69/+528
2017-12-16Merge pull request #2856Riccardo Spagni1-1/+1
2017-12-16Merge pull request #2551Riccardo Spagni2-2/+44
2017-12-12Merge pull request #2913Riccardo Spagni1-0/+4
2017-12-10Merge pull request #2906Riccardo Spagni2-5/+27
2017-12-10Merge pull request #2900Riccardo Spagni2-5/+7
2017-12-09net_utils_base: fix peer list parsingmoneromooo-monero1-3/+25
2017-12-09Merge pull request #2904Riccardo Spagni1-19/+3
2017-12-09ringct: always use outPk.mask to decode amountsmoneromooo-monero1-19/+3
2017-12-09Merge pull request #2903Riccardo Spagni1-3/+3
2017-12-09Merge pull request #2901Riccardo Spagni1-1/+1
2017-12-09ringct: do not include bulletproof commitments in signed messagemoneromooo-monero1-3/+3
2017-12-09core: fix input ordering from v7moneromooo-monero1-1/+1
2017-12-09easylogging: show the 'no stack trace' warning only onceston1th2-5/+7
2017-12-08Merge pull request #2883Riccardo Spagni25-95/+1911
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero11-64/+195
2017-12-08bulletproofs: switch H/G in Pedersen commitments to match rctmoneromooo-monero1-13/+14
2017-12-08integrate bulletproofs into moneromoneromooo-monero9-71/+164
2017-12-08add bulletproofs to the build, with basic unit testsmoneromooo-monero5-2/+914
2017-12-07Scheduled mandatory software upgradesxmr-eric1-4/+4
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-07epee: add do while(0) around brace statement in a macromoneromooo-monero1-1/+1
2017-12-06set_node command, allows setting node without restartTobias Hoffmann2-2/+44
2017-12-05Keep VRP a proper nounxmr-eric1-1/+1
2017-12-04CONTRIBUTING.md capitalizationxmr-eric1-11/+11
2017-12-04Shorten a title, remove a section, small editsxmr-eric1-16/+12
2017-12-04Capitalization on first word onlyxmr-eric1-17/+17
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-02Readme.md: Normalize heading capitalizationxmr-eric1-3/+3
2017-12-02Merge pull request #2845Riccardo Spagni2-2/+27
2017-12-02Merge pull request #2844Riccardo Spagni4-2/+183
2017-12-02Merge pull request #2843Riccardo Spagni1-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 #2854Riccardo Spagni1-0/+3
2017-12-02Merge pull request #2853Riccardo Spagni1-0/+10
2017-12-02Merge pull request #2852Riccardo Spagni1-0/+11
2017-12-02Merge pull request #2850Riccardo Spagni1-1/+1
2017-12-02Merge pull request #2847Riccardo Spagni1-1/+5
2017-12-02Merge pull request #2840Riccardo Spagni1-0/+4
2017-12-02Merge pull request #2838Riccardo Spagni4-7/+8
2017-12-02Merge pull request #2835Riccardo Spagni2-34/+34
2017-12-02Merge pull request #2832Riccardo Spagni6-114/+376
2017-12-02Merge pull request #2831Riccardo Spagni1-0/+3
2017-12-02Merge pull request #2830Riccardo Spagni1-0/+3
2017-12-02Merge pull request #2828Riccardo Spagni1-2/+11
2017-12-01epee: fix kv_unserialize return value when a field is not foundmoneromooo-monero1-2/+2
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' directionrbrunner78-41/+25
2017-11-28fixed linking against libreadline on OpenBSDston1th1-0/+4
2017-11-28Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric4-5/+5
2017-11-28Fix password capitalization mismatchxmr-eric1-1/+1
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero15-68/+293
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-monero6-0/+228
2017-11-27Small cleanup of daemon synchronization outputxmr-eric1-2/+2
2017-11-27Merge pull request #2863Riccardo Spagni1-1/+3
2017-11-27Merge pull request #2841Riccardo Spagni1-0/+4
2017-11-27Merge pull request #2839Riccardo Spagni1-1/+1
2017-11-26Added command descriptionsCifrado6-114/+376
2017-11-26tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not setmoneromooo-monero1-1/+3
2017-11-25Merge pull request #2827Riccardo Spagni2-2/+7
2017-11-25Merge pull request #2825Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2824Riccardo Spagni15-40/+104
2017-11-25Merge pull request #2823Riccardo Spagni3-27/+47
2017-11-25Merge pull request #2822Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2817Riccardo Spagni1-2/+2
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 #2793Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2792Riccardo Spagni1-5/+107
2017-11-25Merge pull request #2791Riccardo Spagni1-2/+7
2017-11-25Merge pull request #2788Riccardo Spagni8-3/+302
2017-11-25Merge pull request #2785Riccardo Spagni2-19/+80
2017-11-25Merge pull request #2846Riccardo Spagni7-36/+14
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-22added missing link for OpenBSD build instructionsston1th1-0/+3
2017-11-22simplewallet: prevent (wrong) integrated adresses on accounts > 0moneromooo-monero1-0/+10
2017-11-22CONTRIBUTING.md: mention git add -p as a way to avoid spurious changesmoneromooo-monero1-0/+11
2017-11-22cryptonote: do not overwrite const datamoneromooo-monero2-4/+4
2017-11-22Fix versioningvdo1-1/+1
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-20Update snap version to 0.11.1vdo1-1/+5
2017-11-20Merge pull request #2783Riccardo Spagni1-0/+4
2017-11-20Merge pull request #2768Riccardo Spagni2-5/+10
2017-11-20Merge pull request #2487Riccardo Spagni13-527/+871
2017-11-20Android dockerfile: add zmq dependencyMoroccanMalinois2-2/+27
2017-11-19Add mdb_drop toolHoward Chu4-2/+183
2017-11-19Update README.md with info about release timelinesGingeropolous1-0/+4
2017-11-19cmake: fix building when readline is not foundmoneromooo-monero1-0/+4
2017-11-18fixed common/util.cpp to link against libresslston1th1-1/+1
2017-11-18Tx proof (revised):stoffu13-527/+871
2017-11-18Fix docker image dependencies, don't install libraries statically linkedBruno Clermont1-6/+4
2017-11-18use makeBruno Clermont1-1/+1
2017-11-18Force docker image to use --non-interactiveBruno Clermont2-4/+1
2017-11-18make connection_id a string in RPCmoneromooo-monero4-7/+8
2017-11-17RPC: allow binding of restricted port in addition to core portTim L4-32/+69
2017-11-17fix and improve docker image, add doc for docker-composeBruno Clermont3-34/+39
2017-11-17Fixes #759 Add sanity check on restore heightCifrado3-20/+44
2017-11-16Add two configuration options to monerod.service:0xB44EFD8751077F971-0/+3
2017-11-16RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflightTim L1-0/+3
2017-11-16split wallet and wallet_apimoneromooo-monero15-40/+104
2017-11-16wallet2: check generate_key_derivation return valuemoneromooo-monero1-2/+11
2017-11-16daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu2-2/+2
2017-11-15Tools, daemonizer: fix building on WindowsiDunk54002-2/+7
2017-11-15Wallet RPC: Add prompt-for-password flagTim L2-5/+10
2017-11-15wallet2: minimize the number of construct_tx callsmoneromooo-monero1-95/+90
2017-11-15wallet2: cleanup some debug logsmoneromooo-monero1-7/+4
2017-11-15simplewallet: fix typo in incoming monero messagemoneromooo-monero1-1/+1
2017-11-15Add out-of-bound exceptions and handle them in RPCMichał Sałaban3-27/+47
2017-11-15simplewallet: translate ring size 0 to mixin 0 (default values)moneromooo-monero1-1/+1
2017-11-15Merge pull request #2818Riccardo Spagni3-4/+3
2017-11-15simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu3-4/+3
2017-11-15unit_tests: fix running without --data-dirmoneromooo-monero1-2/+2
2017-11-15blockchain_db: sanity check on tx/hash vector sizesflozilla1-0/+4
2017-11-15Merge pull request #2778Riccardo Spagni1-9/+8
2017-11-15Merge pull request #2773Riccardo Spagni1-13/+12
2017-11-15Merge pull request #2772Riccardo Spagni1-1/+1
2017-11-15Merge pull request #2771Riccardo Spagni3-9/+17
2017-11-15Merge pull request #2634Riccardo Spagni7-0/+438
2017-11-15Merge pull request #2628Riccardo Spagni1-42/+19
2017-11-15wallet: add sweep_single commandstoffu7-0/+438
2017-11-15Merge pull request #2816Riccardo Spagni1-3/+2
2017-11-15wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu1-3/+2
2017-11-15Merge pull request #2814Riccardo Spagni2-5/+2
2017-11-14More missed readline dependencies thru scoped_message_writerHoward Chu2-5/+2
2017-11-14Merge pull request #2813Riccardo Spagni2-3/+3
2017-11-14Fix 383ff4f68943c5d998fba8caa20aee481583f214Howard Chu1-1/+1
2017-11-14Fix e89994e98f85be95d68c7bf471fcadf9aabbc93aHoward Chu1-1/+1
2017-11-14Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230dHoward Chu1-1/+1
2017-11-14Merge pull request #2789Riccardo Spagni1-1/+1
2017-11-14Merge pull request #2765Riccardo Spagni1-3/+3
2017-11-14Merge pull request #2774Riccardo Spagni1-33/+30
2017-11-14CMake: include RPC when building GUI depsanonimal1-33/+30
2017-11-14Merge pull request #2812Riccardo Spagni1-2/+2
2017-11-14Merge pull request #2811Riccardo Spagni1-0/+2
2017-11-14Merge pull request #2692Riccardo Spagni2-136/+2
2017-11-14Merge pull request #2739Riccardo Spagni1-10/+17
2017-11-14Merge pull request #2736Riccardo Spagni31-300/+329
2017-11-14Merge pull request #2644Riccardo Spagni9-3/+42
2017-11-14Merge pull request #2636Riccardo Spagni1-338/+101
2017-11-14Merge pull request #2629Riccardo Spagni24-51/+47
2017-11-14unit_tests: fix build after wallet2 list/vector changemoneromooo-monero1-2/+2
2017-11-14epee: don't disable -Wtautological-constant-out-of-range-compare on GCCmoneromooo-monero1-0/+2
2017-11-14rpc: remove obsolete busy core checksmoneromooo-monero2-136/+2
2017-11-14wallet2: avoid growing the short history when refreshing in a loopmoneromooo-monero1-10/+17
2017-11-14Do not build against epee_readline if it was not builtHoward Chu4-3/+4
2017-11-14split off readline code into epee_readlinemoneromooo-monero4-3/+19
2017-11-14link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero3-1/+2
2017-11-14wallet: move some scoped_message_writer calls from the libsmoneromooo-monero6-86/+86
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero8-78/+97
2017-11-14move input_line from command_line to simplewalletmoneromooo-monero3-20/+13
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero16-114/+113
2017-11-14make this build on SunOS/SolarisPavel Maryanov9-3/+42
2017-11-14simplewallet: factor transfer related exception handlingmoneromooo-monero1-338/+101
2017-11-14remove "using namespace std" from headersmoneromooo-monero24-51/+47
2017-11-15simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments...stoffu1-3/+3
2017-11-14Merge pull request #2756Riccardo Spagni10-0/+0
2017-11-14Merge pull request #2755Riccardo Spagni1-2/+2
2017-11-14Merge pull request #2753Riccardo Spagni4-0/+15
2017-11-14Merge pull request #2752Riccardo Spagni1-1/+1
2017-11-14Merge pull request #2750Riccardo Spagni1-6/+6
2017-11-14Merge pull request #2749Riccardo Spagni1-4/+0
2017-11-14Merge pull request #2747Riccardo Spagni1-2/+3
2017-11-14Merge pull request #2745Riccardo Spagni3-3/+0
2017-11-14Merge pull request #2743Riccardo Spagni1-0/+1
2017-11-14Merge pull request #2742Riccardo Spagni2-2/+8
2017-11-14Merge pull request #2738Riccardo Spagni1-0/+57
2017-11-14Merge pull request #2735Riccardo Spagni2-1/+4
2017-11-14Merge pull request #2730Riccardo Spagni2-0/+76