aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net.http: Swap response and request parameters passed to callback (will break...Matthew Wild2013-04-121-2/+1
* net.http: Switch from util.httpstream to net.http.parser, introduces small bu...Matthew Wild2013-04-111-1/+1
* net.http.parser: Fix chunked encoding response parsing, and make it more robustMatthew Wild2013-04-111-15/+20
* net.http.parser: Convert status_code to a number before trying to compare it ...Matthew Wild2013-04-111-0/+1
* net.http.parser: Break when no more usable data in buffer (client part of e5e...Matthew Wild2013-04-111-0/+2
* net.http.parser: Depend on util.http instead of net.http for urlencodeMatthew Wild2013-04-111-1/+1
* net.http, util.http: Move definitions of urlencode/decode and formencode/deco...Matthew Wild2013-04-111-41/+7
* net.http: Throw error when connecting to a http:// URL without LuaSec availableMatthew Wild2013-04-081-0/+5
* net.http.server: add API to allow firing events directly on the server.Marco Cirillo2013-04-071-0/+3
* net.http.server: Don't overwrite existing response.headers when returning a r...Matthew Wild2013-03-311-1/+7
* net.server, _select: Reorganise configuration of server_select to be more lik...Kim Alvefur2013-03-232-4/+23
* net.server: No sections in config anymoreKim Alvefur2013-03-231-2/+2
* net.http: Disable SSLv2 support for HTTPS connectionsMatthew Wild2013-03-201-1/+1
* net.http: Allow passing an SSL context or options table to be used for HTTPS ...Matthew Wild2013-03-201-1/+6
* net.dns: Make sure argument to math.randomseed does not overflow a 32 bit uns...Kim Alvefur2013-03-051-1/+1
* net.server_event: Remove unused localKim Alvefur2013-03-011-1/+0
* net.server_select: Optimization, clean bufferqueue when it makes sense.Kim Alvefur2013-03-011-16/+5
* net.server_select: Use # operator instead of string.lenKim Alvefur2013-03-011-3/+2
* net.http.server: Ensure HTTP callbacks are never called recursively for pipel...Waqas Hussain2013-02-261-9/+10
* net.server_select: Limit global number of sockets passed to select.Kim Alvefur2013-02-121-9/+23
* net.server_select: Be less aggressive about server pauseKim Alvefur2013-02-121-8/+11
* net.http.parser: Ensure full URL in status line contains a path.Waqas Hussain2013-02-081-1/+1
* net.http.parser: Fix traceback on invalid URL in status line.Waqas Hussain2013-02-081-0/+1
* net.http.server: Properly handle persistent connectionsFlorian Zeitz2013-01-121-3/+14
* net.http.parser: Abort if no status line is received.Kim Alvefur2013-01-081-0/+1
* net.server_select: Remove useless duplicated settimeout() callKim Alvefur2013-01-071-1/+0
* net.server_select: Fix global accessKim Alvefur2013-01-071-0/+1