aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Merge 0.10->trunkMatthew Wild2014-09-052-0/+460
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | net/websocket: Add new websocket client codedaurnimator2014-09-032-0/+460
| | * | | | | | | | | | | Merge 0.10->trunkMatthew Wild2014-09-031-1/+5
| | |\| | | | | | | | | |
| | * | | | | | | | | | | Merge 0.10->trunkKim Alvefur2014-09-024-3/+21
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-08-281-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-07-252-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-07-251-9/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-06-302-1/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | net/server_*: Fix addclient: LuaSocket 3.0-rc1 sometimes returns EALREADY ins...daurnimator2014-06-252-2/+2
| | * | | | | | | | | | | | | | | | Merge 0.10->trunkKim Alvefur2014-04-151-4/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-04-151-9/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-04-022-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | net.server_{select,event}: addclient: Handle missing getaddrinfoKim Alvefur2013-12-232-8/+4
| | * | | | | | | | | | | | | | | | | | | net.server_{select,event}: addclient: Use getaddrinfo to detect IP address ty...Kim Alvefur2013-12-232-2/+17
| | * | | | | | | | | | | | | | | | | | | net.server_{select,event}: addclient: Add argument for overriding socket typeKim Alvefur2013-12-232-6/+22
| | * | | | | | | | | | | | | | | | | | | net/http: Use server.addclientdaurnimator2013-12-181-11/+6
| | * | | | | | | | | | | | | | | | | | | net/server: addclient: wrapclient already calls startconnection for usdaurnimator2013-12-181-2/+1
| | * | | | | | | | | | | | | | | | | | | net/server_event: pcall require ssl rather than relying on globalsdaurnimator2013-12-181-19/+11
| | * | | | | | | | | | | | | | | | | | | net/server_select: Fix typodaurnimator2013-12-181-1/+1
| | * | | | | | | | | | | | | | | | | | | net/server_select: addclient: Check argumentsdaurnimator2013-12-181-0/+15
| | * | | | | | | | | | | | | | | | | | | net/server_select: addclient: Check for failure correctly; remove wrapconnect...daurnimator2013-12-181-3/+3
| | * | | | | | | | | | | | | | | | | | | 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