aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-02threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero2-1/+20
If an exception is thrown, it is ignored. While this may hide a bug, this should only be system exceptions in boost, which is pretty unlikely. Morever, wait should be called manually before the dtor anyway. Add an error message if the dtor has to wait in case some such cases creep in so they get fixed. Coverity 182538
2018-02-02blockchain_export: fix buffer overflow in exportermoneromooo-monero1-1/+1
Coverity 182550
2018-02-02perf_timer: rewrite to make it clear there is no division by zeromoneromooo-monero1-4/+3
It could have happened if epee::misc_utils::get_ns_count is buggy, at a push Coverity 182561
2018-02-02performance_tests: remove add_arg call stray extra parammoneromooo-monero1-1/+1
Coverity 182572
2018-02-02fuzz_tests: fix an uninitialized var in setupmoneromooo-monero1-2/+3
and comment it out, it's only used to generate a starting test case Coverity 182506
2018-02-02keccak: fix sanity check bounds testmoneromooo-monero1-1/+1
Nothing calls this with those inputs
2018-02-02blockchain_db: initialize m_open in base class ctormoneromooo-monero3-3/+7
It's cleaner this way, since it's a base class field Coverity 136568
2018-02-02miner: restore std::cout precision after modificationmoneromooo-monero1-1/+2
Coverity 136462
2018-02-02db_lmdb: check hard fork info drop succeededmoneromooo-monero1-2/+6
Coverity 136364
2018-01-28Merge pull request #3198Riccardo Spagni1-0/+2
1c99a628 Tests: Fix building of two fuzz tests on Windows (iDunk5400)
2018-01-28Merge pull request #3186Riccardo Spagni1-1/+1
7ed62e63 cryptonote_protocol: fix std::move usage on different types (moneromooo-monero)
2018-01-28Tests: Fix building of two fuzz tests on WindowsiDunk54001-0/+2
2018-01-27Merge pull request #3188Riccardo Spagni1-0/+1
fbc0a6dd Bugfix : Missing i18n import in simplewallet (Neozaru)
2018-01-27Merge pull request #3185Riccardo Spagni1-8/+8
fccd1df1 performance_tests: fix build after merging two conflicting patches (moneromooo-monero)
2018-01-27Merge pull request #3123Riccardo Spagni7-31/+164
30c44bce wallet: automatically use low priority if safe (no backlog & recent blocks not full) (stoffu) c903df5e simplewallet: bug fix for backlog estimate (stoffu) 2f5a9b6b wallet2: split estimate_backlog to allow for raw fee levels (moneromooo-monero)
2018-01-28wallet: automatically use low priority if safe (no backlog & recent blocks ↵stoffu7-18/+136
not full)
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
269ba252 wallet2::import_blockchain fix import loop (Jaquee)
2018-01-27Merge pull request #2969Riccardo Spagni3-12/+15
95171614 Remove is_pod trait, and replace with is_standard_layout requirement (Lee Clagett)
2018-01-27Merge pull request #3151Riccardo Spagni1-5/+5
ab2e9953 unit_tests: do not ASSERT_TRUE(decodeRct(...)) (moneromooo-monero)
2018-01-27Merge pull request #3145Riccardo Spagni1-6/+6
fd1dfac5 p2p: don't lookup seed IPs if using an exclusive peer (moneromooo-monero) b50182ae p2p: don't connect to seeds if using an exclusive peer (moneromooo-monero)
2018-01-27Merge pull request #3144Riccardo Spagni4-2/+21
42f86624 rpc: expose recent median block size in getinfo (moneromooo-monero)
2018-01-27Merge pull request #3143Riccardo Spagni1-0/+6
ba6d2975 cryptonote_core: add --disable-dns-checkpoints flag (moneromooo-monero)
2018-01-27Merge pull request #3142Riccardo Spagni1-7/+0
a9cae0ab Wallet API: remove unused enum Priority from UnsignedTransaction (stoffu)
2018-01-27Merge pull request #3141Riccardo Spagni3-55/+43
3160a930 wallet2: remove {set|get}_default_decimal_point and use the same funcs under cryptonote:: instead (stoffu) 7d1088d3 wallet2: make scan_output const and omit keys arg (stoffu) bc1ee2c2 wallet2: make member functions const when possible (stoffu)
2018-01-27Merge pull request #3136Riccardo Spagni1-1/+1
e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero)
2018-01-27Merge pull request #3121Riccardo Spagni1-1/+1
6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish)
2018-01-27Merge pull request #3120Riccardo Spagni2-9/+80
6cf56682 perf_timer: add faster x86_64 timers, and pause/resume (moneromooo-monero) 411da337 perf_timer: use std::unique_ptr instead of new/delete (moneromooo-monero)
2018-01-27Merge pull request #3119Riccardo Spagni3-0/+157
c4f43779 crypto: add a ge_p3_identity constant (moneromooo-monero) 13b4c90e crypto: add scalar mult functions returning ge_p3 instead of ge_p2 (moneromooo-monero)
2018-01-27Merge pull request #3118Riccardo Spagni4-0/+49
ca336c62 simplewallet: check file overwrite when exporting stuff (stoffu)
2018-01-27Merge pull request #3114Riccardo Spagni1-0/+4
fb5c971c Allow retrieving spend key via RPC (Michał Sałaban)
2018-01-27Merge pull request #3113Riccardo Spagni3-4/+15
ffc2e570 wallet rpc: show fees when querying incoming transfers (stoffu)
2018-01-27Merge pull request #3104Riccardo Spagni5-12/+110
939629e8 Wallet API: all recover options with password (m2049r)
2018-01-27Merge pull request #3102Riccardo Spagni1-3/+3
3050a4f0 simplewallet: fix typo get_tx_proof_out to get_tx_proof (stoffu)
2018-01-27Merge pull request #3098Riccardo Spagni1-1/+1
935e39c7 levin_protocol_handler_async: erase from back of vector instead of front (stoffu)
2018-01-27Merge pull request #3075Riccardo Spagni465-465/+465
84a7f6a4 Readd copyright starting date (xmr-eric) 18216f19 Update 2018 copyright (xmr-eric)
2018-01-26Readd copyright starting datexmr-eric75-75/+75
2018-01-26Update 2018 copyrightxmr-eric465-465/+465
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-26performance_tests: fix build after merging two conflicting patchesmoneromooo-monero1-8/+8
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
cryptonote:: instead
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-26levin_protocol_handler_async: erase from back of vector instead of frontstoffu1-1/+1
2018-01-26simplewallet: check file overwrite when exporting stuffstoffu4-0/+49
2018-01-25Merge pull request #3130Riccardo Spagni2-4/+16
5ae617d5 simplewallet: single out 0 amount destinations as dummy ones (moneromooo-monero) c1d19f3c wallet2: fix sweep_all sending an atomic unit (moneromooo-monero)
2018-01-25Merge pull request #3084Riccardo Spagni1-0/+17
5f5a51a6 util: warn if unbound was not built with threads (moneromooo-monero)
2018-01-25Merge pull request #3052Riccardo Spagni1-9/+1
d507167f Removed unused mac-specific output folder path (Maxithi)
2018-01-25Merge pull request #3155Riccardo Spagni1-1/+0
21bd2157 remove unnecessary include (Jethro Grassie)
2018-01-25Merge pull request #3153Riccardo Spagni1-1/+4
ab58b150 p2p: fix picking peers off an empty gray list (moneromooo-monero)
2018-01-25Merge pull request #3126Riccardo Spagni1-4/+11
ff5626d7 ringct: handle exceptions verifying bulletproofs in worker threads (moneromooo-monero)
2018-01-25Merge pull request #3105Riccardo Spagni1-1/+1
b56f4645 cryptonote_protocol: fix size_t used in wire format (moneromooo-monero)
2018-01-25Merge pull request #3093Riccardo Spagni5-10/+10
d188840c Improved terminology from create to generate (Maxithi)
2018-01-25Merge pull request #3082Riccardo Spagni1-1/+1
8b50209c fix for warning (Onur Altun)
2018-01-25Merge pull request #3078Riccardo Spagni1-0/+1
c6775868 Ignore cmake-build-debug folder (Maxithi)
2018-01-25Merge pull request #3072Riccardo Spagni1-3/+3
0811b924 fix some confirmation dialog, add missing symbols (AJIekceu4)
2018-01-25Merge pull request #3068Riccardo Spagni1-2/+2
301ec15c Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t (Nick Johnson)
2018-01-25Merge pull request #3065Riccardo Spagni1-14/+7
3e635a3c wallet2: allow failing parse_tx_extra (moneromooo-monero)
2018-01-25Merge pull request #3064Riccardo Spagni2-63/+108
62c45c0d performance_tests: add a --filter option to select what to run (moneromooo-monero)
2018-01-25Merge pull request #3057Riccardo Spagni3-5/+6
9ffa97fe Factor the monero donation address (Maxithi)
2018-01-25Merge pull request #3047Riccardo Spagni2-0/+21
fa5c0bab Implement #3045, fixing RPC snakecases (Nick Johnson)
2018-01-25Merge pull request #3042Riccardo Spagni2-0/+97
ed215d34 performance_tests: add RingCT MLSAG gen/ver tests (moneromooo-monero)
2018-01-25Merge pull request #3040Riccardo Spagni1-1/+1
69f9a075 cryptonote_protocol: fix missing space in version mismatch message (moneromooo-monero)
2018-01-25Merge pull request #3038Riccardo Spagni2-2/+4
eb39a3d7 wallet_api: make this optional but not built by default (moneromooo-monero)
2018-01-25Merge pull request #3036Riccardo Spagni1-0/+2783
ab10f4ce added Swedish translation (ordtrogen)
2018-01-25Merge pull request #3028Riccardo Spagni1-0/+1
a4b006f9 wallet2 bugfix: initialize subaddress table when generating from keys (stoffu)
2018-01-25Merge pull request #3027Riccardo Spagni10-0/+580
6d40a920 Reserve proof (stoffu)
2018-01-25Merge pull request #3020Riccardo Spagni1-1/+1
03ac3890 zmq: use older 3-arg version of setsockopt (stoffu)
2018-01-25Merge pull request #3015Riccardo Spagni1-0/+2
f06603a4 cryptonote_protocol: update target height when receiving blocks (moneromooo-monero)
2018-01-25Merge pull request #3014Riccardo Spagni1-1/+1
deeffaeb blockchain: remove minor floating point usage (moneromooo-monero)
2018-01-25Merge pull request #3013Riccardo Spagni1-0/+2
fe436eca apply_permutation.h: add #pragma once (moneromooo-monero)
2018-01-25Merge pull request #3012Riccardo Spagni1-8/+18
e4bbeff2 epee: check some error return values (moneromooo-monero)
2018-01-25Merge pull request #3011Riccardo Spagni2-2/+3
619bb723 daemon+simplewallet: given an unknown command, show it (stoffu)
2018-01-25Merge pull request #3010Riccardo Spagni2-0/+6
07da9c80 Resolve addresses in get_transfers (Michał Sałaban)
2018-01-25Merge pull request #3009Riccardo Spagni1-19/+19
78835645 Added Fedora devel dependencies (Jonny Heggheim)
2018-01-25Merge pull request #3008Riccardo Spagni1-3/+3
50786ac7 simplewallet: Correct 3 multisig command usage help texts, e.g. for 'export_multisig_info' (rbrunner7)
2018-01-18remove unnecessary includeJethro Grassie1-1/+0
2018-01-18Merge pull request #3115Riccardo Spagni1-0/+1
e8d773a0 unbound: always build with -fPIC (moneromooo-monero)
2018-01-18Merge pull request #3107Riccardo Spagni2-0/+10
b7e5a70b epee: detect strptime, use std::get_time as fallback (moneromooo-monero)
2018-01-18Merge pull request #3103Riccardo Spagni1-0/+7
f65711a2 miniupnpc: always build with -fPIC (moneromooo-monero)
2018-01-18Merge pull request #3099Riccardo Spagni5-6/+14
be1826c0 Keep readline optional (Jethro Grassie)
2018-01-18p2p: fix picking peers off an empty gray listmoneromooo-monero1-1/+4
2018-01-18unit_tests: do not ASSERT_TRUE(decodeRct(...))moneromooo-monero1-5/+5
decodeRct returns the amount, which may be zero
2018-01-18Remove is_pod trait, and replace with is_standard_layout requirementLee Clagett3-12/+15
2018-01-17Wallet API: all recover options with passwordm2049r5-12/+110
also renamed memo => mnemonic in api method parms
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
Avoids surprising the user with "sending 0 to..."
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
ge_scalarmult_p3 ge_double_scalarmult_precomp_vartime2_p3 ge_double_scalarmult_base_vartime_p3 This makes it possible to reuse the result without having to convert back to unsigned char[32] and back to ge types.
2018-01-14wallet2::import_blockchain fix import loopJaquee1-1/+1
2018-01-14unbound: always build with -fPICmoneromooo-monero1-0/+1
2018-01-14Allow retrieving spend key via RPCMichał Sałaban1-0/+4
2018-01-11epee: detect strptime, use std::get_time as fallbackmoneromooo-monero2-0/+10
2018-01-11Keep readline optionalJethro Grassie5-6/+14
2018-01-11cryptonote_protocol: fix size_t used in wire formatmoneromooo-monero1-1/+1
This is 32 bits on 32 bit platforms, but 64 bits on 64 bit platforms.
2018-01-11miniupnpc: always build with -fPICmoneromooo-monero1-0/+7
since we now build PIE binaries
2018-01-10Reserve proofstoffu10-0/+580
2018-01-10blockchain: remove minor floating point usagemoneromooo-monero1-1/+1
2018-01-10Merge pull request #3091Riccardo Spagni1-8/+15
64f36300 Check if lrelease is working before trying to use it (Guillaume LE VAILLANT)
2018-01-10Merge pull request #3063Riccardo Spagni1-0/+2
dff97112 easylogging++: do not use crash log code on android, etc (moneromooo-monero)
2018-01-10Merge pull request #3062Riccardo Spagni2-1/+7
f035478d Fix translations header generation when cross-compilating (Guillaume LE VAILLANT)
2018-01-10Merge pull request #3061Riccardo Spagni1-1/+2
fc041b58 common cmake: make sure translation_files.h is generated for i18n.cpp (stoffu)
2018-01-10Merge pull request #3021Riccardo Spagni1-2/+2
dc6729a6 wallet2: std::unordered_set ctor is sometimes explicit (moneromooo-monero)
2018-01-10Merge pull request #3007Riccardo Spagni1-1/+1
0281f634 cmake: fix boost version detection (moneromooo-monero)
2018-01-10Merge pull request #3005Riccardo Spagni1-1/+1
369884a6 mnemonics: typo fix (4 bytes == 3 words, not 8 bytes) (stoffu)
2018-01-10Merge pull request #3004Riccardo Spagni1-0/+5
a2c845c7 cryptonote_protocol: internal error consistency size check (moneromooo-monero)
2018-01-10Merge pull request #3002Riccardo Spagni2-0/+7
9996d5e9 wallet2: guard against the dameon sending blocks before last checkpoint (moneromooo-monero) eadaa6aa wallet_rpc_server: fix wallet leak on error exit (moneromooo-monero)
2018-01-10Merge pull request #2997Riccardo Spagni1-2/+2
7c4f01a7 blockchain_import: more informative verification switch (moneromooo-monero)
2018-01-10Merge pull request #2995Riccardo Spagni1-1/+1
6ccc51f6 wipeable_string: fix buffer overread (moneromooo-monero)
2018-01-10Merge pull request #2993Riccardo Spagni9-14/+153
776b44f1 Add misc hardening flags to the cmake machinery (moneromooo-monero)
2018-01-10Merge pull request #2990Riccardo Spagni15-222/+278
2d17feb0 factor STL container serialization (moneromooo-monero)
2018-01-10Merge pull request #2989Riccardo Spagni1-0/+12
66eeeaa1 wallet2: fix failure to create tx if inputs are not enough for fee (moneromooo-monero)
2018-01-10Merge pull request #2988Riccardo Spagni1-1/+1
8a4610c3 blake256: fix wrong hash when computed in parts (moneromooo-monero)
2018-01-10Merge pull request #2986Riccardo Spagni1-3/+3
373d1d50 epee: use strptime instead of std::get_time, for compatibility (moneromooo-monero)
2018-01-10Merge pull request #2985Riccardo Spagni23-35/+46
6d8b29ef fix some link errors in debug mode for macos (stoffu) fdd4c5e5 move memwipe to epee to avoid common<->crypto circular dependencies (moneromooo-monero) 40ab12a7 epee: remove dependency on common (moneromooo-monero)
2018-01-10Merge pull request #2983Riccardo Spagni1-18/+29
6fc4fc85 sweep_below: do not prematurely exclude subaddresses set (stoffu)
2018-01-10Merge pull request #2981Riccardo Spagni1-0/+7
b63afbaa simplewallet: detect typo for incoming_transfers options (stoffu)
2018-01-10Merge pull request #2978Riccardo Spagni1-20/+27
0e93b098 Add checks for termcap if needed by readline (Jethro Grassie)
2018-01-10Merge pull request #2976Riccardo Spagni1-0/+6
c765f951 simplewallet: disable donations on testnet (Matt Smith)
2018-01-10Merge pull request #2973Riccardo Spagni1-1/+2
277a5aef wallet2: fix m_key_image_{partial,known} in_light_wallet code (moneromooo-monero)
2018-01-10Merge pull request #2972Riccardo Spagni1-0/+4
586ee642 simplewallet: lock idle scope in {im,ex}port_{key_images,outputs} (moneromooo-monero)
2018-01-10Merge pull request #2971Riccardo Spagni7-18/+44
ae860230 Fix exceptions not finding txpool txes when relaying (moneromooo-monero)
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-monero9-12/+10
2018-01-10epee: remove dependency on commonmoneromooo-monero11-23/+31
2018-01-09Improved terminology from create to generateMaxithi5-10/+10
2018-01-09Check if lrelease is working before trying to use itGuillaume LE VAILLANT1-8/+15
On some systems, there is a /usr/bin/lrelease wrapper even if the real lrelease program is not installed. So let's try to execute lrelease after it has been found by find_program to see if it is really working.
2018-01-08util: warn if unbound was not built with threadsmoneromooo-monero1-0/+17
This can causes crashes in libunbound
2018-01-08fix for warningOnur Altun1-1/+1
monero/tests/unit_tests/memwipe.cpp:50:8: Warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (wipe) ASSERT_TRUE(memcmp(quux, "bar", 3));
2018-01-07Ignore cmake-build-debug folderMaxithi1-0/+1
2018-01-06Implement #3045, fixing RPC snakecasesNick Johnson2-0/+21
2018-01-06fix some confirmation dialog, add missing symbolsAJIekceu41-3/+3
Change some confirmation dialog to look like other ones (add symbol ":" and space) So, it will look like: (Y/Yes/N/No): y Now it look: (Y/Yes/N/No)y
2018-01-05Factor the monero donation addressMaxithi3-5/+6
Signed-off-by: Maxithi <34792056+Maxithi@users.noreply.github.com>
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
It can fail if it fails to parse extra, while still having filled the returned data with partial contents
2018-01-04performance_tests: add a --filter option to select what to runmoneromooo-monero2-63/+108
Removes a good bit of annoyance running those
2018-01-04easylogging++: do not use crash log code on android, etcmoneromooo-monero1-0/+2
2018-01-04Fix translations header generation when cross-compilatingGuillaume LE VAILLANT2-1/+7
Define generate_translations_header as an external project to be able to use the compilation toolchain for the host instead of the toolchain for the target.
2018-01-04common cmake: make sure translation_files.h is generated for i18n.cppstoffu1-1/+2
2018-01-02Add checks for termcap if needed by readlineJethro Grassie1-20/+27
2018-01-02Merge pull request #3019Riccardo Spagni1-32/+30
294adc83 Additional fix for core_tests (Howard Chu) d52b732e Fix stale readcursor flags (Howard Chu)
2018-01-02Merge pull request #2977Riccardo Spagni1-1/+7
c70e8daa threadpool: fix deadlock in recursive waiter usage (moneromooo-monero)
2018-01-02Merge pull request #2967Riccardo Spagni3-303/+118
55556fab wallet_rpc_server: factor transfer info return and add missing info (moneromooo-monero)
2018-01-02Merge pull request #2965Riccardo Spagni2-2/+2
5388c81b Added using TOOLCHAIN_DIR varable on symlinking in android dockerfiles (damir)
2018-01-02Merge pull request #2964Riccardo Spagni1-24/+0
3ed1a74c tests: remove unused/unfinished keccak bits (moneromooo-monero)
2018-01-02Merge pull request #2963Riccardo Spagni4-43/+4
0e19a394 tests: test wallets don't need a dummy temp file anymore (moneromooo-monero)
2018-01-02Merge pull request #2962Riccardo Spagni1-0/+1
14c29814 wallet2: fix use of uninitialized data (moneromooo-monero)
2018-01-02Merge pull request #2960Riccardo Spagni5-45/+326
5cbcf0aa wallet: support for multisig seeds (moneromooo-monero)
2018-01-02Merge pull request #2956Riccardo Spagni3-0/+70
dc642631 performance_tests: add a test for subaddress expansion (moneromooo-monero)
2018-01-02Merge pull request #2934Riccardo Spagni4-13/+174
db2bc965 Embed the translation files in the binary (Guillaume LE VAILLANT)
2017-12-31performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2-0/+97
2017-12-31cryptonote_protocol: fix missing space in version mismatch messagemoneromooo-monero1-1/+1
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero9-14/+153
See https://wiki.debian.org/Hardening#User_Space
2017-12-31wallet_api: make this optional but not built by defaultmoneromooo-monero2-2/+4
It means it can still be built with make -C build/debug wallet_api but still not DoS us while debugging
2017-12-30added Swedish translationordtrogen1-0/+2783
2017-12-29wallet2 bugfix: initialize subaddress table when generating from keysstoffu1-0/+1
2017-12-28Additional fix for core_testsHoward Chu1-10/+15
Reset thread-local info if it doesn't match the current env. Only happens when a process opens/closes env multiple times in the same process, doesn't affect monerod.
2017-12-28wallet2: std::unordered_set ctor is sometimes explicitmoneromooo-monero1-2/+2
2017-12-28Merge pull request #2955Riccardo Spagni1-0/+1
0bcaf86c tests: fix link error in hash tests now needing common (moneromooo-monero)
2017-12-28Merge pull request #2949Riccardo Spagni4-20/+20
e20e489a Better definite article use (xmr-eric)
2017-12-28Merge pull request #2947Riccardo Spagni1-5/+1
e12ee76a README.md: Improve copy for supporting the project (xmr-eric)
2017-12-28Merge pull request #2946Riccardo Spagni1-1/+1
1a686bf8 daemon: print num txes in print_bc (moneromooo-monero)
2017-12-28Merge pull request #2945Riccardo Spagni4-5/+2
9e07ccf1 daemon: remove some superfluous includes (moneromooo-monero)
2017-12-28Merge pull request #2944Riccardo Spagni1-1/+1
223e3788 unit_tests: fix memwipe test comparison (moneromooo-monero)
2017-12-28Merge pull request #2942Riccardo Spagni1-82/+1
4f45f9da simplewallet: factor out tx exceptions (moneromooo-monero)
2017-12-28Merge pull request #2941Riccardo Spagni1-8/+18
d0d38dc8 wallet2: print tx size in bytes and kB (moneromooo-monero)
2017-12-28Merge pull request #2940Riccardo Spagni2-4/+8
da0fd71d only include the easylogging++ stack trace code when needed (moneromooo-monero) 81b04cfa easlogging++: omit some unneded macros (moneromooo-monero)
2017-12-28zmq: use older 3-arg version of setsockoptstoffu1-1/+1
2017-12-28Fix stale readcursor flagsHoward Chu1-22/+15
Reset thread-specific flags when a write txn is started. Also remove some redundant start-readtxn code.
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-27Merge pull request #2952Riccardo Spagni2-0/+6
e3530789 wallet-api: added Utils::onStartup (stoffu)
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-27epee: check some error return valuesmoneromooo-monero1-8/+18
2017-12-26Merge pull request #2996Riccardo Spagni1-0/+1
1a271d25 unbound: enable SHA1 (moneromooo-monero)
2017-12-26Added Fedora devel dependenciesJonny Heggheim1-19/+19
2017-12-26simplewallet: Correct 3 multisig command usage help texts, e.g. for ↵rbrunner71-3/+3
'export_multisig_info'
2017-12-26cmake: fix boost version detectionmoneromooo-monero1-1/+1
2017-12-26only include the easylogging++ stack trace code when neededmoneromooo-monero2-4/+7
2017-12-26easlogging++: omit some unneded macrosmoneromooo-monero1-0/+1
2017-12-26wallet-api: added Utils::onStartupstoffu2-0/+6
2017-12-25Merge pull request #2611Riccardo Spagni1-1/+3
cdd516fa tests : remove lib_wallet_api tests (guzzijones)