summaryrefslogtreecommitdiff
path: root/contrib/epee/include/net
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
* epee: Drop deprecated Boost.Thread headerJan Beich2018-04-251-1/+2
* Fix typos in various filesDimitris Apostolou2018-03-152-2/+2
* Merge pull request #3226Riccardo Spagni2018-02-163-10/+10
|\
| * pass large parameters by const ref, not valuemoneromooo-monero2018-02-023-10/+10
* | Merge pull request #3252Riccardo Spagni2018-02-161-0/+3
|\ \
| * | Fix #602 Turn on socket keepaliveHoward Chu2018-02-111-0/+3
| |/
* / Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-33/+45
|/
* 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
* | Update 2018 copyrightxmr-eric2018-01-264-4/+4
|/
* 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 #2920Riccardo Spagni2017-12-255-7/+20
|\ \
| * | 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
| * | 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
| | |/ | |/|
* | | http_client: rewrite header parsing manually for speedmoneromooo-monero2017-12-231-72/+93
* | | tests: add http client fuzz testmoneromooo-monero2017-12-231-3/+14
| |/ |/|
* | Merge pull request #2877Riccardo Spagni2017-12-174-2/+444
|\ \
| * | move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-164-2/+444
* | | move includes around to lessen overall loadmoneromooo-monero2017-12-165-42/+11
|/ /
* | Merge pull request #2866Riccardo Spagni2017-12-161-5/+4
|\ \
| * | Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-281-5/+4
* | | Merge pull request #2860Riccardo Spagni2017-12-161-3/+3
|\ \ \ | |_|/ |/| |
| * | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-3/+3
| |/
* | Merge pull request #2906Riccardo Spagni2017-12-101-3/+25
|\ \
| * | net_utils_base: fix peer list parsingmoneromooo-monero2017-12-091-3/+25
| |/
* / RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflightTim L2017-11-161-0/+3
|/
* Merge pull request #2629Riccardo Spagni2017-11-141-2/+0
|\
| * remove "using namespace std" from headersmoneromooo-monero2017-11-141-2/+0
* | Merge pull request #2756Riccardo Spagni2017-11-146-0/+0
|\ \
| * | Fix file permission issueTim L2017-11-036-0/+0
* | | Merge pull request #2753Riccardo Spagni2017-11-142-0/+11
|\ \ \ | |_|/ |/| |
| * | RPC: get_info add rpc_connections_countTim L2017-11-072-0/+11
| |/
* | Merge pull request #2617Riccardo Spagni2017-11-144-5/+26
|\ \ | |/ |/|
| * Fix an object lifetime bug in net load testsmoneromooo-monero2017-10-094-5/+26
* | Merge pull request #2663Riccardo Spagni2017-11-011-1/+9
|\ \
| * | epee: use boost type for SSL error coderedfish2017-10-171-1/+9
* | | Merge pull request #2723Riccardo Spagni2017-10-316-17/+60
|\ \ \