summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3712Riccardo Spagni2018-04-281-0/+1
|\
| * Adding required library (dependency of boost::this_thread::sleep_for)Gene Peters2018-04-261-0/+1
* | util: log stack trace on crashmoneromooo-monero2018-04-121-0/+39
|/
* common: make this build with unbound 1.4.20moneromooo-monero2018-04-102-2/+5
* Merge pull request #3313Riccardo Spagni2018-03-051-8/+15
|\
| * Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-8/+15
* | Merge pull request #3277Riccardo Spagni2018-03-051-12/+60
|\ \
| * | command_line: allow args to depend on more than one argsstoffu2018-03-051-9/+57
| * | command_line::get_arg: remove 'required' for dependent args as they're always...stoffu2018-03-051-3/+3
| * | command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318stoffu2018-03-051-4/+4
| |/
* / Correct spelling mistakes.Edward Betts2018-03-051-2/+2
|/
* Merge pull request #3249Riccardo Spagni2018-02-173-6/+17
|\
| * handle ^D and ^C while password promptingJethro Grassie2018-02-103-6/+17
* | common: implement dynamic option dependencies mechanismwhythat2018-02-161-14/+11
* | common: implement dependent option descriptorwhythat2018-02-161-5/+45
* | Merge pull request #3226Riccardo Spagni2018-02-163-5/+23
|\ \
| * | threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero2018-02-022-1/+20
| * | perf_timer: rewrite to make it clear there is no division by zeromoneromooo-monero2018-02-021-4/+3
| |/
* | Merge pull request #3225Riccardo Spagni2018-02-162-10/+20
|\ \
| * | dns: change default DNS to a worldwide selectionmoneromooo-monero2018-02-082-10/+20
| |/
* | Merge pull request #3217Riccardo Spagni2018-02-161-2/+0
|\ \
| * | wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-2/+0
| |/
* | Merge pull request #3180Riccardo Spagni2018-02-161-0/+9
|\ \
| * | Fixed #if instead of #ifdefMatt Little2018-01-271-3/+3
| * | Support building cncrypto lib with msvcMatt Little2018-01-251-0/+9
* | | rpc_client: Fix error handlingErik de Castro Lopo2018-01-291-8/+8
| |/ |/|
* | Merge pull request #3120Riccardo Spagni2018-01-272-9/+80
|\ \
| * | perf_timer: add faster x86_64 timers, and pause/resumemoneromooo-monero2018-01-152-7/+77
| * | perf_timer: use std::unique_ptr instead of new/deletemoneromooo-monero2018-01-151-2/+3
| |/
* | Readd copyright starting datexmr-eric2018-01-2612-12/+12
* | Update 2018 copyrightxmr-eric2018-01-2635-35/+35
* | Merge pull request #3084Riccardo Spagni2018-01-251-0/+17
|\ \
| * | util: warn if unbound was not built with threadsmoneromooo-monero2018-01-081-0/+17
* | | Merge pull request #3052Riccardo Spagni2018-01-251-9/+1
|\ \ \
| * | | Removed unused mac-specific output folder pathMaxithi2018-01-041-9/+1
| |/ /
* | | Merge pull request #3013Riccardo Spagni2018-01-251-0/+2
|\ \ \ | |_|/ |/| |
| * | apply_permutation.h: add #pragma oncemoneromooo-monero2017-12-271-0/+2
* | | Merge pull request #3061Riccardo Spagni2018-01-101-1/+2
|\ \ \
| * | | common cmake: make sure translation_files.h is generated for i18n.cppstoffu2018-01-041-1/+2
| | |/ | |/|
* | | move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-104-197/+1
* | | epee: remove dependency on commonmoneromooo-monero2018-01-101-0/+1
|/ /
* | Merge pull request #2977Riccardo Spagni2018-01-021-1/+7
|\ \
| * | threadpool: fix deadlock in recursive waiter usagemoneromooo-monero2017-12-231-1/+7
* | | Merge pull request #2934Riccardo Spagni2018-01-021-13/+30
|\ \ \
| * | | Embed the translation files in the binaryGuillaume LE VAILLANT2017-12-151-13/+30
* | | | only include the easylogging++ stack trace code when neededmoneromooo-monero2017-12-261-0/+3
| |_|/ |/| |
* | | Merge pull request #2929Riccardo Spagni2017-12-251-7/+49
|\ \ \
| * | | resumption support for updates using range requestsmoneromooo-monero2017-12-151-7/+49
| |/ /
* | | Merge pull request #2922Riccardo Spagni2017-12-252-3/+4
|\ \ \
| * | | updates: use https for updatesmoneromooo-monero2017-12-141-1/+1