aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6141Alexander Blair2020-01-161-1/+1
|\
| * threadpool: use std::move when taking an element off the queuemoneromooo-monero2019-11-151-1/+1
* | core_tests: reset thread pool between testsmoneromooo-monero2019-11-102-7/+27
|/
* daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-251-6/+7
* Properly format multiline logsmoneromooo-monero2019-09-161-1/+1
* simplewallet: lock console on inactivitymoneromooo-monero2019-08-282-0/+164
* Merge pull request #5525luigi11112019-08-142-0/+19
|\
| * daemon: add more chain specific info in alt_chain_infomoneromooo-monero2019-06-012-0/+19
* | Remove Xiala.net from the list of dns resolverstobtoht2019-06-211-1/+0
* | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-1/+3
* | password: do not use line input on windowsmoneromooo-monero2019-05-101-5/+1
|/
* Windows: fix a build error in MSYS2 with boost 1.70.0iDunk54002019-04-181-0/+3
* Merge pull request #5408Riccardo Spagni2019-04-151-0/+1
|\
| * build fix: combinator.h stdexcept missing includeDusan Klinec2019-04-071-0/+1
* | Merge pull request #5392Riccardo Spagni2019-04-151-5/+2
|\ \
| * | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-041-5/+2
* | | Merge pull request #5367Riccardo Spagni2019-04-112-5/+5
|\ \ \ | |_|/ |/| |
| * | util: name replace_file arguments bettermoneromooo-monero2019-03-292-5/+5
* | | Merge pull request #5342Riccardo Spagni2019-04-061-3/+3
|\ \ \ | |_|/ |/| |
| * | perf_timer: move some debug levels to info for consistencymoneromooo-monero2019-03-241-3/+3
| |/
* | Merge pull request #5327Riccardo Spagni2019-04-012-0/+38
|\ \
| * | New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-242-0/+38
* | | Merge pull request #5306Riccardo Spagni2019-04-011-5/+5
|\ \ \ | |_|/ |/| |
| * | Use threadpool instead of new threads for DNS queriesHoward Chu2019-03-171-5/+5
* | | dns_utils: really add default DNSSEC servers on failuremoneromooo-monero2019-03-201-3/+2
| |/ |/|
* | Merge pull request #5198Riccardo Spagni2019-03-191-6/+34
|\ \
| * | dns_utils: use fallback if the default resolver does not support DNSSECmoneromooo-monero2019-02-271-6/+34
* | | Merge pull request #5192Riccardo Spagni2019-03-171-2/+2
|\ \ \
| * | | discontinue use of allocamoneromooo-monero2019-02-251-2/+2
| |/ /
* | | Merge pull request #5179Riccardo Spagni2019-03-171-4/+4
|\ \ \
| * | | dns_utils: remove MoneroPulse/checkpoints mention in TXT record codemoneromooo-monero2019-02-211-4/+4
| |/ /
* | | Merge pull request #5061Riccardo Spagni2019-03-1735-35/+35
|\ \ \
| * | | Update 2019 copyrightbinaryFate2019-03-0535-35/+35
| | |/ | |/|
* / | timings: fix errno.h mispelt as error.hmoneromooo-monero2019-03-071-1/+1
|/ /
* | Merge pull request #5146Riccardo Spagni2019-03-041-1/+1
|\ \
| * | Support docker for gitian buildsTheCharlatan2019-02-141-1/+1
| |/
* | Merge pull request #5102Riccardo Spagni2019-03-044-0/+162
|\ \
| * | performance_tests: better stats, and keep track of timing historymoneromooo-monero2019-01-284-0/+162
* | | Merge pull request #4054Riccardo Spagni2019-03-041-2/+2
|\ \ \
| * | | epee: add SSL supportmoneromooo-monero2019-02-021-2/+2
| | |/ | |/|
* / | notify: fix tokenizing being too strictmoneromooo-monero2019-03-041-1/+1
|/ /
* | notify: handle arbitrary tagsmoneromooo-monero2019-01-282-4/+20
* | notify: warn if the spec contains one of '"\moneromooo-monero2019-01-281-0/+2
* | common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawnmoneromooo-monero2019-01-282-0/+6
|/
* Pruningmoneromooo-monero2019-01-224-1/+171
* i18n: filter LANG/LC_LANG for valid characters, and handle @moneromooo-monero2019-01-081-0/+14
* Merge pull request #4954Riccardo Spagni2019-01-062-9/+41
|\
| * perf_timer: check allowed categories before loggingmoneromooo-monero2018-12-071-8/+21
| * perf_timer: add a way to get and reset the current timemoneromooo-monero2018-12-072-2/+18
| * perf_timer: only log to filemoneromooo-monero2018-12-071-3/+6