aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net.cqueues: Add module that allows use of cqueues while still using net.serv...daurnimator2014-11-181-0/+65
| * | | | Merge 0.10->trunkKim Alvefur2014-11-092-10/+14
| |\ \ \ \
| * \ \ \ \ Merge 0.10->trunkKim Alvefur2014-10-261-1/+1
| |\ \ \ \ \
| * | | | | | net/server: Handle lack of util.signal correctlydaurnimator2014-10-221-4/+10
| * | | | | | net/server: Remove printdaurnimator2014-10-221-1/+0
| * | | | | | net.server: Rename 'server' config option to 'network_backend' (to select whi...Matthew Wild2014-10-221-1/+1
| * | | | | | net/server: If server.hook_signal exists, overwrite signal.signal; else make ...daurnimator2014-10-211-16/+18
| * | | | | | Move timer code out of util.timer and into relevant net.server backendsdaurnimator2014-10-202-0/+64
| * | | | | | net/server: Split up different backends in a nicer way. Add global config opt...daurnimator2014-10-171-38/+51
| * | | | | | Merge 0.10->trunkKim Alvefur2014-10-052-4/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 0.10->trunkdaurnimator2014-09-292-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-09-281-0/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 0.10->trunkKim Alvefur2014-09-113-68/+82
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 0.10->trunkMatthew Wild2014-09-052-49/+53
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ 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
|\| | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |