aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26Readd copyright starting datexmr-eric4-4/+4
2018-01-26Update 2018 copyrightxmr-eric8-8/+8
2018-01-26levin_protocol_handler_async: erase from back of vector instead of frontstoffu1-1/+1
2018-01-18Remove is_pod trait, and replace with is_standard_layout requirementLee Clagett3-12/+15
2018-01-11epee: detect strptime, use std::get_time as fallbackmoneromooo-monero1-0/+6
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero1-0/+84
2018-01-10epee: remove dependency on commonmoneromooo-monero4-7/+9
2017-12-27epee: check some error return valuesmoneromooo-monero1-8/+18
2017-12-23Fix Windows builddEBRUYNE-11-0/+4
2017-12-23http_client: rewrite header parsing manually for speedmoneromooo-monero1-74/+95
2017-12-23tests: add http client fuzz testmoneromooo-monero1-3/+14
2017-12-22factor STL container serializationmoneromooo-monero1-1/+0
2017-12-21epee: use strptime instead of std::get_time, for compatibilitymoneromooo-monero1-3/+3
2017-12-18network_throttle: remove unused xxx static membermoneromooo-monero1-2/+0
2017-12-18abstract_tcp_server2: log init_server errors as fatalmoneromooo-monero1-1/+11
2017-12-18net_parse_helpers: fix regex error checkingmoneromooo-monero1-2/+2
2017-12-18catch const exceptionsmoneromooo-monero1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-1/+1
2017-12-18epee: trap failure to parse URI from requestmoneromooo-monero1-1/+6
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero4-2/+444
2017-12-16move includes around to lessen overall loadmoneromooo-monero18-75/+40
2017-12-16Scrub keys from memory just before scope end.moneromooo-monero1-1/+1
2017-12-15levin_protocol_handler_async: another attempt at fixing at exceptionmoneromooo-monero1-3/+12
2017-12-15Revert "epee: keep a ref to a connection we're deleting"moneromooo-monero1-8/+2
2017-12-15levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero1-5/+9
2017-12-15epee: add a get_file_size functionmoneromooo-monero1-0/+20
2017-12-11levin_protocol_handler_async: call handler destroy function on dtormoneromooo-monero1-0/+1
2017-12-09net_utils_base: fix peer list parsingmoneromooo-monero1-3/+25
2017-12-07epee: add do while(0) around brace statement in a macromoneromooo-monero1-1/+1
2017-12-01epee: fix kv_unserialize return value when a field is not foundmoneromooo-monero1-2/+2
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-5/+4
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero2-3/+73
2017-11-26Added command descriptionsCifrado1-9/+15
2017-11-16RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflightTim L1-0/+3
2017-11-14epee: don't disable -Wtautological-constant-out-of-range-compare on GCCmoneromooo-monero1-0/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+0
2017-11-07RPC: get_info add rpc_connections_countTim L2-0/+11
2017-11-03Fix file permission issueTim L6-0/+0
2017-10-30RPC Add cross origin resource sharing supportTim L6-17/+60
2017-10-28epee: disable a spurious warning for a storage functionmoneromooo-monero1-0/+1
2017-10-20net_helper: fix massive slowdown after SSL supportmoneromooo-monero1-5/+5
2017-10-17epee: use boost type for SSL error coderedfish1-1/+9
2017-10-15add string_tools::validate_hex()Jaquee1-0/+6
2017-10-15Serializer: string to integer conversion for MyMonero compatibilityJaquee1-0/+27
2017-10-15epee http_client SSL supportJaquee3-46/+111
2017-10-09Fix an object lifetime bug in net load testsmoneromooo-monero4-5/+26
2017-10-07frob level 1 logs a bit for consistencymoneromooo-monero2-5/+5
2017-10-07Subaddresseskenshi841-5/+41
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett2-71/+127
2017-09-27copyable_atomic: add a ctor with initial valuemoneromooo-monero1-0/+2
2017-09-25serialization: add deque serializationmoneromooo-monero1-0/+36
2017-09-25http_base: init size_t in http_request_info ctormoneromooo-monero1-1/+2
2017-09-22Log categories can now be added to and removed frommoneromooo-monero1-0/+1
2017-09-19epee: keep a ref to a connection we're deletingmoneromooo-monero1-2/+8
2017-09-18epee: give virtual dtor to network_address_basemoneromooo-monero1-0/+3
2017-09-17daemon, wallet: add --max-log-file-size optionselsta1-1/+2
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-0/+12
2017-08-22http_client: add getters for host and portmoneromooo-monero1-0/+3
2017-08-22Simplify readline supportHoward Chu2-18/+16
2017-08-16abstract_tcp_server2: improve tracking/cancelling of early connectionsmoneromooo-monero2-22/+15
2017-08-16Construct on first use for completion_commandsJethro Grassie1-11/+3
2017-08-09epee: fixup KV_SERIALIZE_OPT to work in more casesmoneromooo-monero1-1/+4
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+14
2017-08-05epee: remove a couple unused localsmoneromooo-monero1-2/+2
2017-08-02simplewallet: add (out of sync) or (no daemon) markers in the promptmoneromooo-monero1-11/+16
2017-08-01p2p: move m_in_timedsync from connection_context to p2p_connection_contextmoneromooo-monero1-3/+0
2017-08-01epee: add nanosecond timer and pause/restart profiling macrosmoneromooo-monero2-5/+17
2017-07-24epee: add a KV_SERIALIZE variant for optional parametersmoneromooo-monero1-0/+7
2017-07-24Make msgwriter logs go to file onlymoneromooo-monero1-0/+1
2017-07-09Add various readline related fixesJethro Grassie2-0/+19
2017-07-05epee: don't send the body of the response to a HEAD HTTP requestGuillaume LE VAILLANT1-1/+1
2017-07-05Fix spelling errorsErik de Castro Lopo6-9/+9
2017-07-02epee: Remove unused variableErik de Castro Lopo1-1/+0
2017-07-01Fix issue #2119 SEGVHoward Chu1-15/+20
2017-06-28abstract_tcp_server2: guard against accessing lock on a destroyed objectmoneromooo-monero1-3/+3
2017-06-28Remove typeid use in network_addressmoneromooo-monero1-3/+2
2017-06-26Fix #2071: remove declaration of unused variable "it" in epeebinaryFate1-1/+0
2017-06-24Add readline improvementsJethro Grassie1-1/+5
2017-06-21readline_buffer: add a couple constmoneromooo-monero1-2/+2
2017-06-19net_utils_base: added missing template keywordkenshi841-1/+1
2017-06-18Add readline support to clijethro2-0/+81
2017-06-15Don't issue a new timedsync while one is already in progressHoward Chu1-0/+3
2017-06-15Don't timeout a slow operation that's making progressHoward Chu1-9/+46
2017-05-27abstracted nework addressesmoneromooo-monero8-26/+122
2017-04-25Removed some unused epee functionsLee Clagett3-726/+2
2017-04-11Simplified the implementation and features of spanLee Clagett3-194/+137
2017-04-11Improvements for epee binary to hex functions:Lee Clagett3-28/+257
2017-04-10setThreadName moved in new version of easylogging++moneromooo-monero1-1/+1
2017-04-10update easylogging++ to latest upstreammoneromooo-monero1-9/+0
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett4-31/+16
2017-03-05http_client: allow cancelling a downloadmoneromooo-monero1-2/+10
2017-03-05http_client: allow derived class to get headers at startmoneromooo-monero1-0/+11
2017-02-24Updated default RPC timeout from 5 seconds to 15 secondsLee Clagett1-4/+4
2017-02-21http_server_impl_base: set bind message to MGINFOanonimal1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-20http_client: add a couple constsmoneromooo-monero1-2/+2
2017-02-12epee: fix some log macros not printing context nicelymoneromooo-monero1-5/+5
2017-02-12Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero1-2/+3
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett6-45/+85
2017-02-06disable ELPP_STACKTRACE_ON_CRASH for androidMoroccanMalinois1-0/+2
2017-02-04Use easylogging++'s stack trace facility where possiblemoneromooo-monero1-1/+2
2017-01-25Updates to epee HTTP client codeLee Clagett4-200/+80
2017-01-20removing some unsed epee filesmoneroexamples1-132/+0
2017-01-16Change logging to easylogging++moneromooo-monero30-1466/+283
2017-01-14inline unused function (for unused-function warning)Chris Vickio1-1/+1
2017-01-11Added (not yet enabled) HTTP client authenticationLee Clagett3-22/+101
2017-01-05Build wallet with Android NDKMoroccanMalinois1-1/+1
2016-12-30Workarounds for gcc 4.8Lee Clagett1-3/+10
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett4-6/+103
2016-12-04Spelling in errorstaushet1-1/+1
2016-11-28epee: add functions to convert from URL format (ie, %XX values)moneromooo-monero1-0/+30
2016-11-28epee: signal cond var before unlockingmoneromooo-monero1-1/+1
2016-11-23Fix DNS failures in offline mode preventing daemon startupmoneromooo-monero1-3/+3
2016-11-17epee: blind attempt to fix exit hang on windowsmoneromooo-monero1-0/+14
2016-11-12levin: fix wrong value passed as return code to remote callmoneromooo-monero1-1/+1
2016-10-31adding static_assert to pod functions in string toolsLee Clagett1-0/+4
2016-10-27Unkonown -> unknownNanoAkron1-1/+1
2016-10-03Removed all code related to fast_exitNanoAkron2-14/+1
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero5-12/+31
2016-09-01epee: do not try network resolution if loopback workedmoneromooo-monero1-1/+1
2016-07-03allow peers without portmoneromooo-monero1-4/+9
2016-06-22contrib: epee: add missing noexcept spec to class declredfish1-1/+1
2016-06-19Require 64/16 characters for payment idsmoneromooo-monero1-1/+3
2016-05-18contrib: epee: add exception spec to throwing destructorsredfish3-3/+3
2016-05-14Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei1-2/+4
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-1/+9
2016-04-17abstract_tcp_server2: fix send queue limit warning spammoneromooo-monero1-1/+1
2016-04-17abstract_tcp_server2: avoid deadlock waiting for send queue to drainmoneromooo-monero1-2/+5
2016-04-06Fix get_tick_count() on WindowsHoward Chu1-5/+7
2016-04-02epee: flush output after a messagemoneromooo-monero1-0/+1
2016-03-27abstract_tcp_server2: possible fix for exception in handle_acceptmoneromooo-monero1-4/+17
2016-03-25remove unecessary and bad std::move from portable_storage_template_helper.hRiccardo Spagni1-2/+2
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero3-4/+4
2016-03-20epee: fix potential hang on exitmoneromooo-monero1-0/+8
2016-03-19Print stack trace upon exceptionsmoneromooo-monero3-4/+4
2016-03-12epee: fix bug deleting more than one connection at oncemoneromooo-monero1-0/+1
2016-03-11WIN32 thread_id is OS-dependent not compiler-dependentHoward Chu1-1/+7
2016-03-11Use boost::thread instead of std::threadHoward Chu4-19/+19
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-5/+12
2016-02-18Fix crash in std::map for connections_mapHoward Chu1-1/+2
2016-02-18std::condvar is broken on Win32 with gcc/g++ 4.8 tooHoward Chu1-6/+4
2016-02-18Use boost::thread instead of std::threadHoward Chu1-2/+3
2016-02-13epee: always call the PRNG through the locked APImoneromooo-monero1-1/+1
2016-01-30epee: use generate_random_bytes for new random uuidsmoneromooo-monero1-1/+6
2016-01-30epee: remove dodgy random code that nobody usesmoneromooo-monero1-9/+0
2016-01-27more typos fixedHenning Kopp1-1/+1
2016-01-25more typos fixedHenning Kopp1-1/+1
2016-01-21OpenBSD support for Monero.me0wmix1-0/+7
2016-01-03ARM chars are unsignedHoward Chu1-1/+1
2016-01-02IP_TOS not supported before Windows7Howard Chu1-1/+4
2015-12-23epee: regularly cleanup connections we kept a reference tomoneromooo-monero2-4/+23
2015-12-22epee: fix hang on exitmoneromooo-monero2-1/+25
2015-12-19epee: make log macros behave like statementsmoneromooo-monero1-22/+22
2015-12-06console_handler: catch exception inside the input loopmoneromooo-monero1-32/+37
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-9/+21
2015-11-27core_rpc_server: add a --restricted-rpc optionmoneromooo-monero1-2/+4
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth1-3/+1
2015-10-21console_handler: silence spurious message when exiting daemonmoneromooo-monero1-1/+1
2015-08-16epee: Don't set log file name when process path name isn't foundwarptangent1-1/+2
2015-07-18console_handler: do not call a NULL function pointermoneromooo-monero1-1/+2
2015-07-18console_handler: check for eof before trying to use inputmoneromooo-monero1-4/+5
2015-06-03fix ^D exit for bitmonerodmoneromooo-monero1-8/+8
2015-05-30console_handler: handle EOF properlymoneromooo-monero1-3/+19
2015-05-25Fix compile for GCC 5.1.0warptangent1-1/+1
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero1-2/+2
2015-04-08[fix] Network 1.8: unlimited the RPC connectionsrfree2monero3-59/+112
2015-04-01[fix] mac os x includes std::random...rfree2monero1-0/+4
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-1/+0
2015-03-27Restore daemon interactive modeThomas Winget2-9/+11
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-54/+51
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2-15/+18
2015-02-20fixed size_t on windowsrfree2monero1-2/+8
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero5-16/+101
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero3-127/+336
2015-01-02year updated in licenseRiccardo Spagni32-32/+32
2014-10-02forgot to add connection context to log lineRiccardo Spagni1-1/+1
2014-10-02moved non-critical p2p errors to l2Riccardo Spagni2-2/+2
2014-09-29dependencies enforced, send que error message log level movedRiccardo Spagni1-1/+1
2014-09-15increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane valueRiccardo Spagni1-1/+1
2014-09-15increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane valueRiccardo Spagni1-1/+1
2014-09-09moved non-critical warnings and errors to log level 1fluffypony6-9/+10
2014-07-25move modified epee code to new classes, revert licensefluffypony87-2215/+1820
2014-07-23License updated to BSD 3-clausefluffypony87-1820/+2215
2014-06-13Fixed console handler not properly exiting on SIGINT and suchThomas Winget1-1/+7
2014-06-06removed continue issuefluffypony1-1/+0
2014-06-04don't fall apart if you can't get_linefluffypony1-3/+2
2014-05-25extra filesmydesktop4-0/+433
2014-05-250.8.8updatemydesktop11-192/+101
2014-05-03initial [broken] updatemydesktop1-1/+1
2014-04-30mac osx building fixesmydesktop3-5/+5
2014-04-30various fixes to allow mac osx compilationmydesktop2-3/+3
2014-04-07Improvements in JSON RPCAntonio Juarez5-57/+67
2014-04-02json rpc for wallet and bugfixAntonio Juarez6-21/+100
2014-03-20some fixesAntonio Juarez28-308/+597
2014-03-03moved all stuff to githubAntonio Juarez89-0/+22294