aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | net/server_event: add_client should have same arguments no-matter the server ...daurnimator2013-12-181-21/+6
| | * | | | | | | | | | | | | | | | | | | net/server_select: Check arguments to add_server correctlydaurnimator2013-12-181-3/+4
| | * | | | | | | | | | | | | | | | | | | net/server_select: pcall require ssl (easy to forget to require ssl)daurnimator2013-12-181-5/+5
* | | | | | | | | | | | | | | | | | | | | Merge 0.9->0.10 (third time lucky)Matthew Wild2015-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | net.http.server: Log event name when firing a request eventMatthew Wild2015-03-141-1/+1
* | | | | | | | | | | | | | | | | | | | net.http.server: Log names of the events firedKim Alvefur2014-12-081-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge 0.9->0.10Kim Alvefur2014-11-201-6/+6
|\| | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Merge 0.9 -> 0.10Kim Alvefur2014-11-092-10/+14
|\| | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | Merge 0.9->0.10Kim Alvefur2014-10-261-1/+1
|\| | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | certmanager, net.http: Disable SSLv3 by default0.9.6Matthew Wild2014-10-141-1/+1
* | | | | | | | | | | | | | | | Merge 0.9->0.10Kim Alvefur2014-10-051-4/+9
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | net.dns: Avoid duplicate cache entriesFlorian Zeitz2014-10-051-4/+9
* | | | | | | | | | | | | | | | net.server_select: Reset read timeout timer if the event is handledKim Alvefur2014-10-031-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | net.websocket: Make data masking configurableFlorian Zeitz2014-09-262-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | net.server_select: When an SSL handshake is connected, if there is pending da...Matthew Wild2014-09-261-0/+3
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | net.websocket: Fix handling of 'protocol' argumentKim Alvefur2014-09-111-6/+9
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Check Sec-WebSocket-Protocol headerFlorian Zeitz2014-09-051-5/+10
* | | | | | | | | | | | net/websocket: Add new websocket client codedaurnimator2014-09-032-0/+459
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge 0.9->0.10Matthew Wild2014-09-031-1/+5
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | net.http.parser: Support status code 101 and allow handling of the received d...Matthew Wild2014-09-031-1/+5
* | | | | | | | | | Merge 0.9->0.10Kim Alvefur2014-09-024-3/+21
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | 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
* | | | | | | | | Merge 0.9->0.10Matthew Wild2014-08-281-1/+1
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | net.http.server: Comment out a log messageKim Alvefur2014-08-271-1/+1
* | | | | | | | Merge 0.9->0.10Matthew Wild2014-07-252-0/+2
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | net.server_select/event: Switch sender mode to *a when reading, to make sure ...Matthew Wild2014-07-252-0/+2
* | | | | | | Merge 0.9->0.10Matthew Wild2014-07-251-9/+6
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | 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
* | | | | | Merge 0.9->0.10Kim Alvefur2014-06-302-1/+9
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | 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.http.server: Fix some typos introduced in 420c0d3b8583.Daurnimator2014-04-151-4/+3
| |_|_|/ |/| | |
* | | | net.http.server: Add prepare_header() and finish_response() to allow sending ...Daurnimator2014-04-151-9/+17
| |_|/ |/| |
* | | Merge 0.9->0.10Matthew Wild2014-04-027-119/+133
|\ \ \ | |/ / |/| / | |/
| * Merge 0.9->0.10Matthew Wild2013-12-162-6/+3
| |\
| * | server_select: fix onreadtimeout support so that listeners can override the d...Matthew Wild2013-09-281-0/+4
| * | net.server_select: Return handler from addclientKim Alvefur2013-09-061-2/+2
| * | net.server_select: Pass on all arguments to addclient on to wrapclientKim Alvefur2013-09-061-1/+1
| * | Remove all trailing whitespaceFlorian Zeitz2013-08-097-57/+57
| * | Merge 0.9->trunkKim Alvefur2013-07-222-1/+2
| |\ \
| * \ \ Merge 0.9->trunkKim Alvefur2013-07-102-3/+3
| |\ \ \