summaryrefslogtreecommitdiff
path: root/contrib/epee/include
Commit message (Expand)AuthorAgeFilesLines
* http_protocol_handler: limit the number of starting newlinesmoneromooo-monero2018-05-313-1/+12
* abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2018-05-312-1/+68
* http_protocol_handler: speedup newline discardingmoneromooo-monero2018-05-311-2/+5
* console_handler: fix start_default_console use of prompt parametermoneromooo-monero2018-05-311-3/+21
* epee: Drop deprecated Boost.Thread headerJan Beich2018-04-252-2/+4
* Fix typos in various filesDimitris Apostolou2018-03-152-2/+2
* Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-1/+82
* Merge pull request #3243Riccardo Spagni2018-02-201-2/+2
|\
| * epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflowstoffu2018-02-081-2/+2
* | Merge pull request #3226Riccardo Spagni2018-02-164-11/+11
|\ \
| * | pass large parameters by const ref, not valuemoneromooo-monero2018-02-024-11/+11
| |/
* | Merge pull request #3252Riccardo Spagni2018-02-161-0/+3
|\ \
| * | Fix #602 Turn on socket keepaliveHoward Chu2018-02-111-0/+3
| |/
* | Merge pull request #3217Riccardo Spagni2018-02-161-3/+0
|\ \
| * | wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-3/+0
| |/
* | Fix method name in invoke_http_json_rpcErik de Castro Lopo2018-01-291-1/+1
* | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-33/+45
|/
* Merge pull request #2969Riccardo Spagni2018-01-273-12/+15
|\
| * Remove is_pod trait, and replace with is_standard_layout requirementLee Clagett2018-01-183-12/+15
* | Merge pull request #3098Riccardo Spagni2018-01-271-1/+1
|\ \
| * | levin_protocol_handler_async: erase from back of vector instead of frontstoffu2018-01-261-1/+1
* | | Readd copyright starting datexmr-eric2018-01-264-4/+4
* | | Update 2018 copyrightxmr-eric2018-01-268-8/+8
|/ /
* | Merge pull request #3012Riccardo Spagni2018-01-251-8/+18
|\ \
| * | epee: check some error return valuesmoneromooo-monero2017-12-271-8/+18
* | | epee: detect strptime, use std::get_time as fallbackmoneromooo-monero2018-01-111-0/+6
| |/ |/|
* | Merge pull request #2990Riccardo Spagni2018-01-101-1/+0
|\ \
| * | factor STL container serializationmoneromooo-monero2017-12-221-1/+0
* | | Merge pull request #2986Riccardo Spagni2018-01-101-3/+3
|\ \ \
| * | | epee: use strptime instead of std::get_time, for compatibilitymoneromooo-monero2017-12-211-3/+3
| |/ /
* | | move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-101-0/+84
* | | epee: remove dependency on commonmoneromooo-monero2018-01-104-7/+9
| |/ |/|
* | Merge pull request #2936Riccardo Spagni2017-12-251-9/+12
|\ \
| * | levin_protocol_handler_async: another attempt at fixing at exceptionmoneromooo-monero2017-12-151-3/+12
| * | Revert "epee: keep a ref to a connection we're deleting"moneromooo-monero2017-12-151-8/+2
* | | Merge pull request #2930Riccardo Spagni2017-12-251-5/+9
|\ \ \
| * | | levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero2017-12-151-5/+9
| |/ /
* | | Merge pull request #2929Riccardo Spagni2017-12-251-0/+20
|\ \ \
| * | | epee: add a get_file_size functionmoneromooo-monero2017-12-151-0/+20
| |/ /
* | | Merge pull request #2920Riccardo Spagni2017-12-256-8/+21
|\ \ \
| * | | network_throttle: remove unused xxx static membermoneromooo-monero2017-12-181-2/+0
| * | | abstract_tcp_server2: log init_server errors as fatalmoneromooo-monero2017-12-181-1/+11
| * | | net_parse_helpers: fix regex error checkingmoneromooo-monero2017-12-181-2/+2
| * | | catch const exceptionsmoneromooo-monero2017-12-181-1/+1
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-1/+1
| * | | epee: trap failure to parse URI from requestmoneromooo-monero2017-12-181-1/+6
| | |/ | |/|
* | | Merge pull request #2909Riccardo Spagni2017-12-251-0/+1
|\ \ \
| * | | levin_protocol_handler_async: call handler destroy function on dtormoneromooo-monero2017-12-111-0/+1
| | |/ | |/|
* | | Merge pull request #2905Riccardo Spagni2017-12-251-75/+107
|\ \ \
| * | | http_client: rewrite header parsing manually for speedmoneromooo-monero2017-12-231-72/+93