Commit Graph

480 Commits (a21819cc22587e16af00e2c3d8f70156c11310a0)

Author SHA1 Message Date
moneromooo-monero b9b5c473d1
threadpool: use std::move when taking an element off the queue
5 years ago
moneromooo-monero 9fe8a76c59
perf_timer: fix pause/resume macros dereferencing too much
5 years ago
moneromooo-monero 27522aaa12
core_tests: reset thread pool between tests
5 years ago
moneromooo-monero 2899379791
daemon, wallet: new pay for RPC use system
5 years ago
moneromooo-monero 32f725d32f
Properly format multiline logs
5 years ago
moneromooo-monero 1a367d6a22
simplewallet: lock console on inactivity
5 years ago
luigi1111 564bb1da3a
Merge pull request #5525
5 years ago
tobtoht 037f94c54e
Remove Xiala.net from the list of dns resolvers
5 years ago
moneromooo-monero 880ebfdeea
daemon: add more chain specific info in alt_chain_info
5 years ago
Lee Clagett 3544596f9f Add ssl_options support to monerod's rpc mode.
5 years ago
moneromooo-monero e1016bce14
password: do not use line input on windows
5 years ago
iDunk5400 b414b69f5c
Windows: fix a build error in MSYS2 with boost 1.70.0
5 years ago
Riccardo Spagni 64a4aa4f60
Merge pull request #5408
5 years ago
Riccardo Spagni 89b8ecfc7c
Merge pull request #5392
5 years ago
Riccardo Spagni 19e37c05d6
Merge pull request #5367
5 years ago
Dusan Klinec c4f8a8a6a9
build fix: combinator.h stdexcept missing include
5 years ago
Riccardo Spagni 6f8e0a28b2
Merge pull request #5342
5 years ago
stoffu a2195b9b7f
crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)
5 years ago
Riccardo Spagni 1ed6441925
Merge pull request #5327
5 years ago
Riccardo Spagni c994dc7ec0
Merge pull request #5306
5 years ago
moneromooo-monero 07b716bfea
util: name replace_file arguments better
5 years ago
moneromooo-monero 849a768f36
perf_timer: move some debug levels to info for consistency
5 years ago
rbrunner7 c23ea7962d New interactive daemon command 'print_net_stats': Global traffic stats
5 years ago
moneromooo-monero 223c6b0796
dns_utils: really add default DNSSEC servers on failure
5 years ago
Riccardo Spagni 2900f6a3ca
Merge pull request #5198
5 years ago
Riccardo Spagni c3de019f56
Merge pull request #5192
5 years ago
Riccardo Spagni 6031a1f5b4
Merge pull request #5179
5 years ago
Riccardo Spagni 4c91eb23a0
Merge pull request #5061
5 years ago
Howard Chu 8a97563a93
Use threadpool instead of new threads for DNS queries
5 years ago
moneromooo-monero 3ac40938c3
timings: fix errno.h mispelt as error.h
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
Riccardo Spagni 5260111631
Merge pull request #5146
5 years ago
Riccardo Spagni a28237c9ca
Merge pull request #5102
5 years ago
Riccardo Spagni 46fd181cca
Merge pull request #4054
5 years ago
moneromooo-monero 28b6dbf263
notify: fix tokenizing being too strict
5 years ago
moneromooo-monero 9c4d403ae0
dns_utils: use fallback if the default resolver does not support DNSSEC
5 years ago
moneromooo-monero 7d88d8f27c
discontinue use of alloca
5 years ago
moneromooo-monero 7c09882a27
dns_utils: remove MoneroPulse/checkpoints mention in TXT record code
5 years ago
TheCharlatan 4a9257b464
Support docker for gitian builds
5 years ago
moneromooo-monero 2456945408
epee: add SSL support
5 years ago
moneromooo-monero f6db59b011
notify: handle arbitrary tags
5 years ago
moneromooo-monero ff95921668
notify: warn if the spec contains one of '"\
5 years ago
moneromooo-monero 13852678e1
common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn
5 years ago
moneromooo-monero 1eef056588
performance_tests: better stats, and keep track of timing history
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
moneromooo-monero 584126d15b
i18n: filter LANG/LC_LANG for valid characters, and handle @
5 years ago
Riccardo Spagni be625a95af
Merge pull request #4954
5 years ago
luigi1111 e344d93ce7
Merge pull request #4960
5 years ago
luigi1111 53760ee044
Merge pull request #4957
5 years ago
luigi1111 6e4e228461
Merge pull request #4944
5 years ago
luigi1111 3adac4ee2b
Merge pull request #4929
5 years ago
rbrunner7 1ebcd7b9b0 MMS (Multisig Messaging System): Initial version
6 years ago
Jethro Grassie b56b5b52eb
ignore child process when exec
6 years ago
moneromooo-monero 0e2f5cb5fc
perf_timer: make all logs Info level
6 years ago
moneromooo-monero 93c59b29a8
perf_timer: check allowed categories before logging
6 years ago
moneromooo-monero 6a507dab6f
perf_timer: add a way to get and reset the current time
6 years ago
moneromooo-monero c1581a5bb8
perf_timer: only log to file
6 years ago
moneromooo-monero db5737413e
util: use fcntl instead of flock, for compatibility
6 years ago
moneromooo-monero 1505dd38c9
util: set MONERO_DEFAULT_LOG_CATEGORY
6 years ago
Riccardo Spagni 81418cb281
Merge pull request #4894
6 years ago
Riccardo Spagni 302fd80826
Merge pull request #4882
6 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Riccardo Spagni 398f7076bb
Merge pull request #4853
6 years ago
Riccardo Spagni 94288d7d1d
Merge pull request #4845
6 years ago
TheCharlatan 5a76933903 Add glibc back compat code
6 years ago
moneromooo-monero d4f50cb109
remove some unused code
6 years ago
moneromooo-monero 611639710d
a few minor (but easy) performance tweaks
6 years ago
moneromooo-monero 6bfcc57395
scoped_message_writer: protect all std::cout usage from readline
6 years ago
naughtyfox 6732fc7fde Fix issue 4793 - M/N multisig transaction signature
6 years ago
Riccardo Spagni 45f597c564
Merge pull request #4799
6 years ago
Riccardo Spagni 9aff9a5372
Merge pull request #4790
6 years ago
Riccardo Spagni 140defd89f
Merge pull request #4778
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 2b3595d0fe
various: do not propagate exception through dtor
6 years ago
Riccardo Spagni 0cc3fc3756
Merge pull request #4769
6 years ago
xiphon d01bdaca12 common: fix base58 gcc -Werror=implicit-fallthrough
6 years ago
moneromooo-monero f49884543c
perf_timer: remove stray debug addition
6 years ago
moneromooo-monero 177a9d76f9
wallet: warn if lockable memory limit is too low
6 years ago
moneromooo-monero 71eb32a976
dns_utils: do not exit if DNS records are corrupt
6 years ago
Riccardo Spagni a0cd602e56
Merge pull request #4658
6 years ago
moneromooo-monero 593ef5981d
perf_timer: call reserve on new timer array
6 years ago
Riccardo Spagni d7ff24c1e0
Merge pull request #4545
6 years ago
Riccardo Spagni fe0e426be4
Merge pull request #4629
6 years ago
moneromooo-monero ca9b996dcb
perf_timer: separate log categories based on caller categories
6 years ago
moneromooo-monero c774392985
spawn: close all file descriptors before execve
6 years ago
moneromooo-monero a69fc05a0c
util: close keys file lock on exec
6 years ago
Riccardo Spagni 5c85da5a73
Merge pull request #4610
6 years ago
Lee Clagett 9b6dd9348c Providing user supplied default constructor for expect<void>
6 years ago
Riccardo Spagni 5ccd3d32b4
Merge pull request #4489
6 years ago
Riccardo Spagni 40980b33b7
Merge pull request #4550
6 years ago
moneromooo-monero 0e33cf89d2
password: fix secure input with echo on windows
6 years ago
moneromooo-monero dc8f6924b2
password: fix backspace outputting ^? on linux on echoing secure input
6 years ago
Gregory Lemercier 93a88d7323 Utils: add support for newer Windows versions detection
6 years ago
Riccardo Spagni 445d9c86f2
Merge pull request #4390
6 years ago
fireice-uk a061353254 secure_pwd_reader: Add proper Unicode handling [Ryo contribution]
6 years ago
Riccardo Spagni 66094dee00
Merge pull request #4482
6 years ago
Riccardo Spagni be6063ea59
Merge pull request #4479
6 years ago
Riccardo Spagni 8d03350244
Merge pull request #4463
6 years ago
moneromooo-monero e5108a294a
Catch more exceptions in dtors
6 years ago