aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1645Riccardo Spagni2017-02-022-0/+39
|\
| * Factor is_address_local code into a tools functionmoneromooo-monero2017-01-282-0/+39
* | Merge pull request #1629Riccardo Spagni2017-02-022-35/+17
|\ \
| * | Updates to epee HTTP client codeLee Clagett2017-01-252-35/+17
| |/
* | Merge pull request #1627Riccardo Spagni2017-02-022-23/+0
|\ \
| * | moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842017-01-242-23/+0
| |/
* / Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-3/+3
|/
* Make stack trace show up in log file with default settingsmoneromooo-monero2017-01-211-1/+1
* Change logging to easylogging++moneromooo-monero2017-01-167-33/+54
* Merge pull request #1538Riccardo Spagni2017-01-132-7/+4
|\
| * Remove db-auto-remove-logsMiguel Herranz2017-01-102-6/+0
| * Show available types for db-type commandMiguel Herranz2017-01-101-1/+4
* | Merge pull request #1510Riccardo Spagni2017-01-081-1/+13
|\ \
| * | Build wallet with Android NDKMoroccanMalinois2017-01-051-1/+13
| |/
* / make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-212-0/+162
|/
* common: add missing #include <system_error> for std::error_codemoneromooo-monero2016-12-201-0/+1
* Merge pull request #1462Riccardo Spagni2016-12-201-5/+20
|\
| * also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi842016-12-201-5/+20
* | Enabled HTTP auth support for monero-wallet-rpcLee Clagett2016-12-163-10/+111
|/
* thread_group: fix build on older GCCmoneromooo-monero2016-12-111-2/+0
* Merge pull request #1398Riccardo Spagni2016-12-041-1/+1
|\
| * Fix a few minor typosPierre Boyer2016-12-041-1/+1
* | Added command_line::is_yesLee Clagett2016-11-252-1/+29
|/
* Added task_region - a fork/join task implementationLee Clagett2016-11-235-77/+394
* thread_group: fix build with asserts enabledmoneromooo-monero2016-11-091-1/+1
* adding thread_group for managing async tasksLee Clagett2016-11-023-2/+301
* perf_timer: format string fix for 32 bitsmoneromooo-monero2016-10-201-1/+1
* perf_timer: new class and macros to make performance logs easiermoneromooo-monero2016-10-103-1/+142
* Merge pull request #1139Riccardo Spagni2016-10-041-3/+3
|\
| * Dropped "bit" from bitmonero.Randi Joseph2016-09-261-3/+3
* | core: make the sync chunk block count overridablemoneromooo-monero2016-09-242-0/+7
|/
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-182-0/+2
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-1/+3
* More for PR#999Howard Chu2016-08-291-1/+1
* wallet: fix some "may be used uninitialized" warningsmoneromooo-monero2016-08-281-2/+2
* cmake,common: flag for stack traceredfish2016-07-272-6/+5
* common: stack trace: make clang happy with func ptrsredfish2016-07-101-9/+29
* remove POSIX_C_SOURCE and remove dlfcn.h for static buildsluigi11112016-06-211-0/+2
* Merge pull request #868Riccardo Spagni2016-06-211-2/+2
|\
| * common: fix build without libunwindmoneromooo-monero2016-06-201-2/+2
* | Merge pull request #775Riccardo Spagni2016-06-193-2/+168
|\|
| * Print stack trace on exceptionsmoneromooo-monero2016-04-283-2/+168
* | add a --max-concurrency flagmoneromooo-monero2016-04-282-0/+26
* | util: add a function to set umask to 077moneromooo-monero2016-04-062-0/+11
* | common: new json_util.hmoneromooo-monero2016-03-271-0/+53
|/
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-213-140/+0
* Print stack trace upon exceptionsmoneromooo-monero2016-03-193-0/+140
* Use boost::thread instead of std::threadHoward Chu2016-03-111-2/+2
* dns_utils: const compatibility with older libunboundmoneromooo-monero2016-02-231-22/+16
* std::condvar is broken on Win32 with gcc/g++ 4.8 tooHoward Chu2016-02-181-2/+2