summaryrefslogtreecommitdiff
path: root/contrib/epee/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* epee: regularly cleanup connections we kept a reference tomoneromooo-monero2015-12-232-4/+23
* epee: fix hang on exitmoneromooo-monero2015-12-222-1/+25
* epee: make log macros behave like statementsmoneromooo-monero2015-12-191-22/+22
* console_handler: catch exception inside the input loopmoneromooo-monero2015-12-061-32/+37
* Merge pull request #507Riccardo Spagni2015-11-301-9/+21
|\
| * wallet: optional automatic refresh from the daemonmoneromooo-monero2015-11-281-9/+21
* | core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2015-11-271-2/+4
|/
* Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth2015-11-231-3/+1
* console_handler: silence spurious message when exiting daemonmoneromooo-monero2015-10-211-1/+1
* epee: Don't set log file name when process path name isn't foundwarptangent2015-08-161-1/+2
* console_handler: do not call a NULL function pointermoneromooo-monero2015-07-181-1/+2
* console_handler: check for eof before trying to use inputmoneromooo-monero2015-07-181-4/+5