summaryrefslogtreecommitdiff
path: root/contrib/epee/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1762Riccardo Spagni2017-02-221-1/+1
|\
| * http_server_impl_base: set bind message to MGINFOanonimal2017-02-211-1/+1
* | update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|/
* http_client: add a couple constsmoneromooo-monero2017-02-201-2/+2
* Merge pull request #1717Riccardo Spagni2017-02-121-5/+5
|\
| * epee: fix some log macros not printing context nicelymoneromooo-monero2017-02-121-5/+5
* | Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero2017-02-121-2/+3
|/
* Merge pull request #1693Riccardo Spagni2017-02-111-0/+2
|\
| * disable ELPP_STACKTRACE_ON_CRASH for androidMoroccanMalinois2017-02-061-0/+2
* | Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-066-42/+82
|/
* Use easylogging++'s stack trace facility where possiblemoneromooo-monero2017-02-041-1/+2
* Updates to epee HTTP client codeLee Clagett2017-01-254-200/+80
* removing some unsed epee filesmoneroexamples2017-01-201-132/+0
* Change logging to easylogging++moneromooo-monero2017-01-1630-1458/+275
* Merge pull request #1561Riccardo Spagni2017-01-151-1/+1
|\
| * inline unused function (for unused-function warning)Chris Vickio2017-01-141-1/+1
* | Added (not yet enabled) HTTP client authenticationLee Clagett2017-01-113-22/+101
|/
* Merge pull request #1514Riccardo Spagni2017-01-081-3/+10
|\
| * Workarounds for gcc 4.8Lee Clagett2016-12-301-3/+10
* | Build wallet with Android NDKMoroccanMalinois2017-01-051-1/+1
|/
* Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2016-12-134-6/+103
* 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