aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge pull request #3997Riccardo Spagni1-4/+19
2018-06-28epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2-15/+45
2018-06-25Merge pull request #3971luigi11111-1/+1
2018-06-25Merge pull request #3962luigi11114-19/+75
2018-06-20Merge pull request #3902luigi11111-1/+1
2018-06-20Merge pull request #3897luigi11111-1/+2
2018-06-19Merge pull request #3878luigi11111-3/+3
2018-06-19Merge pull request #3821luigi11111-1/+1
2018-06-18abstract_tcp_server2: restart async accept on errormoneromooo-monero1-4/+19
2018-06-13wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2-18/+18
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu1-1/+2
2018-06-10epee: adaptive connection timeout systemmoneromooo-monero4-19/+75
2018-06-09epee: fix include for ofstreammoneromooo-monero1-1/+1
2018-06-01epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero1-1/+1
2018-05-28disable file size sanity check when loading the wallet cachemoneromooo-monero1-3/+3
2018-05-27http_protocol_handler: limit the number of starting newlinesmoneromooo-monero3-1/+12
2018-05-26abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2-1/+68
2018-05-26http_protocol_handler: speedup newline discardingmoneromooo-monero1-2/+5
2018-05-26console_handler: fix start_default_console use of prompt parametermoneromooo-monero1-3/+21
2018-05-17epee: log type name when a container size check failsmoneromooo-monero1-1/+1
2018-04-19epee: Drop deprecated Boost.Thread headerJan Beich2-2/+4
2018-03-15Fix typos in various filesDimitris Apostolou2-2/+2
2018-02-25Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner71-1/+82
2018-02-20Merge pull request #3243Riccardo Spagni1-2/+2
2018-02-16Merge pull request #3226Riccardo Spagni4-11/+11
2018-02-16Merge pull request #3252Riccardo Spagni1-0/+3
2018-02-16Merge pull request #3217Riccardo Spagni1-3/+0
2018-02-11Fix #602 Turn on socket keepaliveHoward Chu1-0/+3
2018-02-08epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflowstoffu1-2/+2
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero4-11/+11
2018-01-31wipeable_string: call memwipe directlymoneromooo-monero1-3/+0
2018-01-29Fix method name in invoke_http_json_rpcErik de Castro Lopo1-1/+1
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-33/+45
2018-01-27Merge pull request #2969Riccardo Spagni3-12/+15
2018-01-27Merge pull request #3098Riccardo Spagni1-1/+1
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-25Merge pull request #3012Riccardo Spagni1-8/+18
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-10Merge pull request #2990Riccardo Spagni1-1/+0
2018-01-10Merge pull request #2986Riccardo Spagni1-3/+3
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-25Merge pull request #2936Riccardo Spagni1-9/+12
2017-12-25Merge pull request #2930Riccardo Spagni1-5/+9
2017-12-25Merge pull request #2929Riccardo Spagni1-0/+20
2017-12-25Merge pull request #2920Riccardo Spagni6-8/+21
2017-12-25Merge pull request #2909Riccardo Spagni1-0/+1
2017-12-25Merge pull request #2905Riccardo Spagni1-77/+109
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-17Merge pull request #2857Riccardo Spagni1-1/+1
2017-12-17Merge pull request #2877Riccardo Spagni4-2/+444
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-16Merge pull request #2866Riccardo Spagni1-5/+4
2017-12-16Merge pull request #2860Riccardo Spagni2-3/+73
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-10Merge pull request #2906Riccardo Spagni2-5/+27
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-02Merge pull request #2832Riccardo Spagni1-9/+15
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-14Merge pull request #2811Riccardo Spagni1-0/+2
2017-11-14Merge pull request #2629Riccardo Spagni1-2/+0
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-14Merge pull request #2756Riccardo Spagni6-0/+0
2017-11-14Merge pull request #2753Riccardo Spagni2-0/+11
2017-11-14Merge pull request #2743Riccardo Spagni1-0/+1
2017-11-14Merge pull request #2617Riccardo Spagni4-5/+26
2017-11-07RPC: get_info add rpc_connections_countTim L2-0/+11
2017-11-03Fix file permission issueTim L6-0/+0
2017-11-01Merge pull request #2663Riccardo Spagni1-1/+9
2017-10-31Merge pull request #2723Riccardo Spagni6-17/+60
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-15Merge pull request #2602Riccardo Spagni2-5/+5
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-06Merge pull request #2541Riccardo Spagni1-0/+2
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett2-71/+127
2017-10-02Merge pull request #2512Riccardo Spagni1-0/+1
2017-10-02Merge pull request #2475Riccardo Spagni1-2/+8
2017-10-02Merge pull request #2467Riccardo Spagni1-0/+3
2017-09-27copyable_atomic: add a ctor with initial valuemoneromooo-monero1-0/+2
2017-09-25serialization: add deque serializationmoneromooo-monero1-0/+36
2017-09-25Merge pull request #2456Riccardo Spagni1-1/+2
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-21Merge pull request #2302Riccardo Spagni2-22/+15
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-26Merge pull request #2320Riccardo Spagni2-18/+16
2017-08-25Merge pull request #2311Riccardo Spagni1-0/+12
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-15Merge pull request #2253Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2240Riccardo Spagni1-11/+16
2017-08-15Merge pull request #2237Riccardo Spagni2-5/+17
2017-08-09epee: fixup KV_SERIALIZE_OPT to work in more casesmoneromooo-monero1-1/+4
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+14
2017-08-07Merge pull request #2220Riccardo Spagni1-3/+0
2017-08-07Merge pull request #2201Riccardo Spagni1-0/+7
2017-08-07Merge pull request #2195Riccardo Spagni1-0/+1
2017-08-07Merge pull request #2151Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2153Riccardo Spagni6-9/+9
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-19Merge pull request #2159Riccardo Spagni2-0/+19
2017-07-19Merge pull request #2131Riccardo Spagni1-3/+3
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-03Merge pull request #2130Riccardo Spagni1-15/+20
2017-07-03Merge pull request #2122Riccardo Spagni1-1/+0
2017-07-03Merge pull request #2098Riccardo Spagni1-1/+5
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-24Merge pull request #2103Riccardo Spagni1-2/+2
2017-06-24Merge pull request #2073Riccardo Spagni2-9/+49
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-22Merge pull request #1762Riccardo Spagni1-1/+1
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-12Merge pull request #1717Riccardo Spagni1-5/+5
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-11Merge pull request #1693Riccardo Spagni1-0/+2
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-15Merge pull request #1561Riccardo Spagni1-1/+1
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-08Merge pull request #1514Riccardo Spagni1-3/+10
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-04Merge pull request #1403Riccardo Spagni1-1/+1
2016-12-04Merge pull request #1385Riccardo Spagni1-0/+30
2016-12-04Spelling in errorstaushet1-1/+1
2016-11-28epee: add functions to convert from URL format (ie, %XX values)moneromooo-monero1-0/+30