summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1403Riccardo Spagni2016-12-041-1/+1
|\
| * Spelling in errorstaushet2016-12-041-1/+1
* | Merge pull request #1385Riccardo Spagni2016-12-041-0/+30
|\ \
| * | epee: add functions to convert from URL format (ie, %XX values)moneromooo-monero2016-11-281-0/+30
| |/
* | monero.supp: add a suppression for noisy boost cond var signallingmoneromooo-monero2016-11-281-0/+9
* | epee: signal cond var before unlockingmoneromooo-monero2016-11-281-1/+1
|/
* Merge pull request #1372Riccardo Spagni2016-11-241-3/+3
|\
| * Fix DNS failures in offline mode preventing daemon startupmoneromooo-monero2016-11-231-3/+3
* | epee: blind attempt to fix exit hang on windowsmoneromooo-monero2016-11-171-0/+14
|/
* levin: fix wrong value passed as return code to remote callmoneromooo-monero2016-11-121-1/+1
* Merge pull request #1272Riccardo Spagni2016-11-011-0/+10
|\
| * monero.supp: valgrind suppressions filemoneromooo-monero2016-10-291-0/+10
* | adding static_assert to pod functions in string toolsLee Clagett2016-10-311-0/+4
* | Unkonown -> unknownNanoAkron2016-10-271-1/+1
|/
* daemon: add a print_pool_stats daemon commandmoneromooo-monero2016-10-231-0/+1
* Removed all code related to fast_exitNanoAkron2016-10-033-15/+1
* This file is for rlwrap for monero 0.10zveda2016-09-251-0/+33
* This file is for rlwrap for monero 0.10zveda2016-09-251-0/+35
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-185-12/+31
* cmake: support BUILD_SHARED_LIBS built-in optionredfish2016-09-181-1/+1
* Fix portability issues discovered with fresh snap install.Casey Marshall2016-09-112-0/+2
* Add snap packaging.Casey Marshall2016-09-113-0/+20
* epee: do not try network resolution if loopback workedmoneromooo-monero2016-09-011-1/+1
* Merge pull request #884Riccardo Spagni2016-07-061-4/+9
|\
| * allow peers without portmoneromooo-monero2016-07-031-4/+9
* | contrib: epee: add missing noexcept spec to class declredfish2016-06-221-1/+1
|/
* Merge pull request #862Riccardo Spagni2016-06-191-1/+3
|\
| * Require 64/16 characters for payment idsmoneromooo-monero2016-06-191-1/+3
* | contrib: epee: add exception spec to throwing destructorsredfish2016-05-183-3/+3
|/
* Merge pull request #840Riccardo Spagni2016-05-171-2/+4
|\
| * Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-141-2/+4
* | core: move tx_extra parsing errors to log level 1moneromooo-monero2016-05-011-1/+9
|/
* abstract_tcp_server2: fix send queue limit warning spammoneromooo-monero2016-04-171-1/+1
* abstract_tcp_server2: avoid deadlock waiting for send queue to drainmoneromooo-monero2016-04-171-2/+5
* Merge pull request #799Riccardo Spagni2016-04-061-5/+7
|\
| * Fix get_tick_count() on WindowsHoward Chu2016-04-061-5/+7
* | epee: flush output after a messagemoneromooo-monero2016-04-021-0/+1
|/
* abstract_tcp_server2: possible fix for exception in handle_acceptmoneromooo-monero2016-03-271-4/+17
* remove unecessary and bad std::move from portable_storage_template_helper.hRiccardo Spagni2016-03-251-2/+2
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-213-4/+4
* Merge pull request #736Riccardo Spagni2016-03-201-0/+8
|\
| * epee: fix potential hang on exitmoneromooo-monero2016-03-201-0/+8
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-193-4/+4
|/
* epee: fix bug deleting more than one connection at oncemoneromooo-monero2016-03-121-0/+1
* Merge pull request #712Riccardo Spagni2016-03-117-33/+35
|\
| * Use boost::thread instead of std::threadHoward Chu2016-03-117-33/+35
* | WIN32 thread_id is OS-dependent not compiler-dependentHoward Chu2016-03-111-1/+7
* | WIN32: Need getpid() declarationHoward Chu2016-03-111-0/+1
|/
* move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-5/+12
* Fix crash in std::map for connections_mapHoward Chu2016-02-181-1/+2