aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* restrict public node checks a littlemoneromooo-monero2020-12-222-1/+11
* Merge pull request #6923Alexander Blair2020-12-011-3/+3
|\
| * util: fix escaping more than one ?* in glob_to_regexmoneromooo-monero2020-10-201-3/+3
* | Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2020-10-201-0/+26
|/
* Merge pull request #6757luigi11112020-09-033-9/+14
|\
| * threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-013-9/+14
* | Merge pull request #6689Alexander Blair2020-08-161-1/+1
|\ \
| * | util: fix kilo prefix typo (K instead of k)moneromooo-monero2020-06-251-1/+1
* | | Merge pull request #6679Alexander Blair2020-08-161-0/+2
|\ \ \
| * | | updates: mac gui .tar.bz2 -> .dmgselsta2020-06-221-0/+2
| |/ /
* | / Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-042-2/+7
| |/ |/|
* | Merge pull request #6512Alexander Blair2020-07-1935-35/+35
|\ \ | |/ |/|
| * Update copyright year to 2020SomaticFanatic2020-05-0635-35/+35
* | easylogging++: sanitize log payloadmoneromooo-monero2020-05-242-1/+116
|/
* Merge pull request #6278luigi11112020-04-212-9/+108
|\
| * Daemon: Print estimates for time until fully syncedrbrunner72020-03-212-9/+108
* | Merge pull request #6336luigi11112020-03-311-0/+1
|\ \ | |/ |/|
| * threadpool: lock mutex in createmoneromooo-monero2020-02-121-0/+1
* | Merge pull request #6058Alexander Blair2020-02-281-1/+14
|\ \ | |/ |/|
| * util: allow newlines in string to be splitmoneromooo-monero2019-11-251-1/+14
* | Merge pull request #6183Alexander Blair2020-02-061-5/+9
|\ \
| * | download: catch exceptions checking for sizemoneromooo-monero2019-11-261-5/+9
| |/
* | Merge pull request #6178Alexander Blair2020-02-061-1/+1
|\ \
| * | updates: fix source code URL on _WIN32selsta2019-11-251-1/+1
| |/
* | Merge pull request #6128Alexander Blair2020-01-241-2/+2
|\ \
| * | perf_timer: fix pause/resume macros dereferencing too muchmoneromooo-monero2019-11-131-2/+2
| |/
* | 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