summaryrefslogtreecommitdiff
path: root/contrib/epee
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
| |/
* / 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
* adding static_assert to pod functions in string toolsLee Clagett2016-10-311-0/+4
* Unkonown -> unknownNanoAkron2016-10-271-1/+1
* Removed all code related to fast_exitNanoAkron2016-10-032-14/+1
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-185-12/+31
* 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-114-19/+19
|\
| * Use boost::thread instead of std::threadHoward Chu2016-03-114-19/+19
* | WIN32 thread_id is OS-dependent not compiler-dependentHoward Chu2016-03-111-1/+7
|/
* 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
* std::condvar is broken on Win32 with gcc/g++ 4.8 tooHoward Chu2016-02-181-6/+4
* Use boost::thread instead of std::threadHoward Chu2016-02-181-2/+3
* epee: always call the PRNG through the locked APImoneromooo-monero2016-02-131-1/+1
* epee: use generate_random_bytes for new random uuidsmoneromooo-monero2016-01-301-1/+6
* epee: remove dodgy random code that nobody usesmoneromooo-monero2016-01-301-9/+0
* Merge pull request #622Riccardo Spagni2016-01-251-1/+1
|\
| * more typos fixedHenning Kopp2016-01-251-1/+1
* | OpenBSD support for Monero.me0wmix2016-01-211-0/+7
|/
* ARM chars are unsignedHoward Chu2016-01-031-1/+1
* IP_TOS not supported before Windows7Howard Chu2016-01-021-1/+4