| Commit message (Expand) | Author | Age | Files | Lines |
* | net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919) | Kim Alvefur | 2017-06-13 | 1 | -1/+1 |
* | net.dns: Simplify expiry calculation (fixes #919) | Kim Alvefur | 2017-05-22 | 1 | -8/+2 |
* | net.server_select: Prevent writes after a handler is closed (fixes #783 I hope) | Kim Alvefur | 2016-11-22 | 1 | -0/+1 |
* | net.http.server: Expose way to set http server options | Kim Alvefur | 2016-08-18 | 1 | -1/+8 |
* | net.http.parser: Allow limits to be configurable via options callback | Kim Alvefur | 2016-08-18 | 1 | -2/+2 |
* | net.http.parser: Add a limit on maximum buffer size, default to 20M | Kim Alvefur | 2016-08-18 | 1 | -0/+2 |
* | net.http.parser: Add a limit on content length, default to 10M | Kim Alvefur | 2016-08-18 | 1 | -0/+2 |
* | net.http.parser: Buffer into a table to reduce GC pressure, collapse to strin... | Kim Alvefur | 2016-08-13 | 1 | -7/+22 |
* | net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100... | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
* | net.server_event: Return the correct value as timeout | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
* | net.server_event: Fix traceback if event re-added during starttls | Kim Alvefur | 2016-04-19 | 1 | -4/+3 |
* | net.server_event: Re-add write event if writebuffer is non-empty after write ... | Kim Alvefur | 2016-04-19 | 1 | -0/+4 |
* | net.server_event: Return true from conn:resume() to indicate success | Kim Alvefur | 2016-03-02 | 1 | -0/+1 |
* | net.server_event: Prevent resuming connections without readcallback, eg close... | Kim Alvefur | 2016-03-02 | 1 | -1/+1 |
* | server_select: Add logging of when servers are paused and resumed | Kim Alvefur | 2016-01-22 | 1 | -0/+2 |
* | server_select: Pause and mark server as full if accepting a client fails (fix... | Kim Alvefur | 2016-01-22 | 1 | -0/+2 |
* | server_select: Retry accepting clients from full servers after 10s (matches l... | Kim Alvefur | 2016-01-22 | 2 | -1/+12 |
* | server_select: Keep track of which server listeners are full | Kim Alvefur | 2016-01-22 | 1 | -0/+5 |
* | net.dns: Remember query only after it was sent, in case it was not (fixes #598) | Kim Alvefur | 2016-01-21 | 1 | -5/+5 |
* | Backout 88d54bec26b7 prior to release, as it certainly requires more testing0.9.9 | Matthew Wild | 2016-01-08 | 1 | -1/+3 |
* | net.dns: Allow a zone id in resolv.conf (eg like %eth0) | Kim Alvefur | 2016-01-04 | 1 | -1/+1 |
* | net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] | Florian Zeitz | 2013-06-18 | 1 | -6/+13 |
* | net.dns: Unconditionally cache records found in answers | Matthew Wild | 2015-05-25 | 1 | -3/+1 |
* | net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *si... | Kim Alvefur | 2015-04-26 | 1 | -1/+1 |
* | net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s | Kim Alvefur | 2015-04-24 | 1 | -3/+8 |
* | net.http.server: Log event name when firing a request event | Matthew Wild | 2015-03-14 | 1 | -1/+1 |
* | net.http.parser: Fix whitespace/indentation | Matthew Wild | 2014-11-18 | 1 | -5/+5 |
* | net.http.parser: Fix chunked encoding parsing across packet boundaries. | daurnimator | 2014-11-10 | 1 | -1/+1 |
* | net.dns: Try next server if peer name can not be set (thanks wirehack7) | Kim Alvefur | 2014-10-30 | 1 | -6/+10 |
* | net.dns: Return new socket from servfail | Kim Alvefur | 2014-10-30 | 1 | -3/+4 |
* | net.adns: Log peername recorded from wrapped setpeername instead of calling s... | Kim Alvefur | 2014-10-30 | 1 | -2/+1 |
* | net.adns: Preserve error from setpeername | Kim Alvefur | 2014-10-30 | 1 | -1/+1 |
* | certmanager, net.http: Disable SSLv3 by default0.9.6 | Matthew Wild | 2014-10-14 | 1 | -1/+1 |
* | net.dns: Avoid duplicate cache entries | Florian Zeitz | 2014-10-05 | 1 | -4/+9 |
* | net.http.parser: Support status code 101 and allow handling of the received d... | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
* | net.server_select: 'listener'->'listeners' (fixes undefined global access) | Matthew Wild | 2014-09-02 | 1 | -1/+1 |
* | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 2 | -0/+8 |
* | net.server_{select,event}: Add 'ondetach' callback for listener objects, to n... | Matthew Wild | 2014-08-29 | 2 | -2/+13 |
* | net.http.server: Comment out a log message | Kim Alvefur | 2014-08-27 | 1 | -1/+1 |
* | net.server_select/event: Switch sender mode to *a when reading, to make sure ... | Matthew Wild | 2014-07-25 | 2 | -0/+2 |
* | net.dns: Remove unused obsolete code | Matthew Wild | 2014-07-25 | 1 | -4/+1 |
* | net.dns: Ensure all pending requests get notified of a timeout when looking u... | Matthew Wild | 2014-07-25 | 1 | -5/+5 |
* | net.dns: Fix duplicated cache insertions by limiting outstanding queries per ... | Kim Alvefur | 2014-06-30 | 1 | -1/+8 |
* | net.adns: Add missing local declaration | Kim Alvefur | 2014-06-25 | 1 | -0/+1 |
* | net.server_{select,event}: Add compat code for supporting the same client por... | Kim Alvefur | 2014-04-01 | 2 | -0/+2 |
* | Backed out changeset a5b5bce71a11 | Kim Alvefur | 2014-03-31 | 1 | -1/+1 |
* | net.server_event: Rename conn:port() -> conn:clientport() to match server_select | Kim Alvefur | 2014-03-27 | 1 | -1/+1 |
* | net.server_select: Don't remove the socket from sendlist when we might have d... | Matthew Wild | 2013-12-16 | 1 | -5/+1 |
* | net.http: assert() for socket creation success so it doesn't silently fail (t... | Matthew Wild | 2013-12-16 | 1 | -1/+2 |
* | net.server_event: Pass ondrain handler from listener | Kim Alvefur | 2013-07-22 | 1 | -0/+1 |