aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net.dns: Unconditionally cache records found in answersMatthew Wild2015-05-251-3/+1
* net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *si...Kim Alvefur2015-04-261-1/+1
* net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2sKim Alvefur2015-04-241-3/+8
* net.http.server: Log event name when firing a request eventMatthew Wild2015-03-141-1/+1
* net.http.parser: Fix whitespace/indentationMatthew Wild2014-11-181-5/+5
* net.http.parser: Fix chunked encoding parsing across packet boundaries.daurnimator2014-11-101-1/+1
* net.dns: Try next server if peer name can not be set (thanks wirehack7)Kim Alvefur2014-10-301-6/+10
* net.dns: Return new socket from servfailKim Alvefur2014-10-301-3/+4
* net.adns: Log peername recorded from wrapped setpeername instead of calling s...Kim Alvefur2014-10-301-2/+1
* net.adns: Preserve error from setpeernameKim Alvefur2014-10-301-1/+1
* certmanager, net.http: Disable SSLv3 by default0.9.6Matthew Wild2014-10-141-1/+1
* net.dns: Avoid duplicate cache entriesFlorian Zeitz2014-10-051-4/+9
* net.http.parser: Support status code 101 and allow handling of the received d...Matthew Wild2014-09-031-1/+5
* net.server_select: 'listener'->'listeners' (fixes undefined global access)Matthew Wild2014-09-021-1/+1
* net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-292-0/+8
* net.server_{select,event}: Add 'ondetach' callback for listener objects, to n...Matthew Wild2014-08-292-2/+13
* net.http.server: Comment out a log messageKim Alvefur2014-08-271-1/+1
* net.server_select/event: Switch sender mode to *a when reading, to make sure ...Matthew Wild2014-07-252-0/+2
* net.dns: Remove unused obsolete codeMatthew Wild2014-07-251-4/+1
* net.dns: Ensure all pending requests get notified of a timeout when looking u...Matthew Wild2014-07-251-5/+5
* net.dns: Fix duplicated cache insertions by limiting outstanding queries per ...Kim Alvefur2014-06-301-1/+8
* net.adns: Add missing local declarationKim Alvefur2014-06-251-0/+1
* net.server_{select,event}: Add compat code for supporting the same client por...Kim Alvefur2014-04-012-0/+2
* Backed out changeset a5b5bce71a11Kim Alvefur2014-03-311-1/+1
* net.server_event: Rename conn:port() -> conn:clientport() to match server_selectKim Alvefur2014-03-271-1/+1
* net.server_select: Don't remove the socket from sendlist when we might have d...Matthew Wild2013-12-161-5/+1
* net.http: assert() for socket creation success so it doesn't silently fail (t...Matthew Wild2013-12-161-1/+2
* net.server_event: Pass ondrain handler from listenerKim Alvefur2013-07-221-0/+1
* net.http.server: Fix Keep-Alive requests with HTTP 1.0Kim Alvefur2013-07-221-1/+1
* net.dns, net.adns: Make sure errors from net.server are propagated (thanks as...Kim Alvefur2013-07-102-3/+3
* net.http: Include port number (when non-standard) in the Host header of outgo...Matthew Wild2013-06-261-4/+13
* net.server_select: Make sure there is a server to pause when hitting maxfd (T...Kim Alvefur2013-06-091-1/+3
* net.server_select: Ensure _maxfd = math.huge on Windows, always.Waqas Hussain2013-06-021-1/+1
* net.dns: Add nicer API to cached recordsKim Alvefur2013-05-071-0/+4
* net.server_select: Don't limit max file descriptor number on Windows.Waqas Hussain2013-04-291-1/+2
* net.server*: Allow the TCP backlog parameter to be set in the configKim Alvefur2013-04-273-2/+8
* mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba...Matthew Wild2013-04-222-6/+6
* net.server.http: Add a commentMatthew Wild2013-04-221-0/+1
* net.server.http: Ensure that event map cannot grow forever (limit to 10K wild...Matthew Wild2013-04-221-0/+8
* net.server_select: Don't call onconnect twice for SSL connectionsMatthew Wild2013-04-181-1/+1
* Merge backoutMatthew Wild2013-04-181-0/+3
|\
| * Backed out changeset f2631a14b953Matthew Wild2013-04-181-0/+3
* | net.http: When HTTP request fails due to a network or SSL error, call the cal...Matthew Wild2013-04-181-7/+12
* | net.http.server: The correct Connection header value to look for is Keep-Aliv...Waqas Hussain2013-04-171-1/+1
* | net.server_select: Add and improve some comments.Waqas Hussain2013-04-161-2/+5
* | net.server_select: Move socket timeout cleanup code out of a timer, into the ...Waqas Hussain2013-04-161-22/+20
* | net.server_select: Normalize indentationKim Alvefur2013-04-171-6/+6
|/
* net.server_select: Don't call onconnect twice on SSL connectionsKim Alvefur2013-04-171-3/+0
* net.http.parser: Remove accidentally-committed debuggingMatthew Wild2013-04-151-1/+0
* net.http.parser: Fix off-by-one error in chunked encoding parserMatthew Wild2013-04-151-1/+2