summaryrefslogtreecommitdiff
path: root/contrib/epee/include/net
Commit message (Expand)AuthorAgeFilesLines
* levin_protocol_handler_async: do not propagate exception through dtormoneromooo-monero2018-09-271-0/+6
* net_helper: do not propagate exceptions through dtormoneromooo-monero2018-09-271-1/+2
* abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero2018-09-091-4/+4
* epee: use the socket::bind variant which does not throwmoneromooo-monero2018-08-271-2/+18
* Merge pull request #4177luigi11112018-08-151-0/+1
|\
| * epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero2018-07-251-0/+1
* | Merge pull request #4130luigi11112018-08-152-1/+9
|\ \
| * | abstract_tcp_server2: fix race on shutdownmoneromooo-monero2018-07-152-1/+9
| |/
* | Merge pull request #4090luigi11112018-08-151-5/+13
|\ \ | |/ |/|
| * http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero2018-07-031-1/+1
| * http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero2018-07-031-4/+12
* | Merge pull request #4080Riccardo Spagni2018-07-031-2/+2
|\ \
| * | abstract_tcp_server2: fix use after freemoneromooo-monero2018-06-291-2/+2
| |/
* | Merge pull request #3997Riccardo Spagni2018-07-031-4/+19
|\ \ | |/ |/|
| * abstract_tcp_server2: restart async accept on errormoneromooo-monero2018-06-181-4/+19
* | Merge pull request #3962luigi11112018-06-254-19/+75
|\ \
| * | epee: adaptive connection timeout systemmoneromooo-monero2018-06-104-19/+75
| |/
* | Merge pull request #3902luigi11112018-06-201-1/+1
|\ \
| * | epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero2018-06-011-1/+1
| |/
* / wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2018-06-132-18/+18
|/
* http_protocol_handler: limit the number of starting newlinesmoneromooo-monero2018-05-273-1/+12
* abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2018-05-262-1/+68
* http_protocol_handler: speedup newline discardingmoneromooo-monero2018-05-261-2/+5
* epee: Drop deprecated Boost.Thread headerJan Beich2018-04-191-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
|\ \