aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge 0.9->0.10Matthew Wild2015-03-261-18/+11
| | |\|
| * | | net.server_select: Remove unused codedaurnimator2015-01-191-6/+0
| | | |
| * | | net.server_select: Remove socket.sleep call from main loopdaurnimator2015-01-191-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | It's been there since the start; but should really not be required. People can remember an issue with FreeBSD that this solved, but this was a hack solution anyway. If that issue rears it's head again, we will solve it properly.
| * | | net.server_select: Remove do-nothing os_difftime callsdaurnimator2015-01-191-5/+3
| | | |
| * | | net.server_select: In add_task timer callback, use passed in time rather ↵daurnimator2015-01-151-2/+1
| | | | | | | | | | | | | | | | than re-fetching
| * | | net.server_select: Fix timers not being fired until another timer fixes (or ↵daurnimator2015-01-151-16/+8
| | | | | | | | | | | | | | | | 1 second passes)
| * | | net.cqueues: Fix incorrect version checkdaurnimator2015-01-161-1/+1
| | | |
| * | | net.cqueues: Fixes hardcoded timeout for first iterationdaurnimator2015-01-131-11/+16
| | | | | | | | | | | | | | | | | | | | This was originally put in place as a fix for what ended up a cqueues bug: https://github.com/wahern/cqueues/issues/40 A check for a cqueues version with the bug fix is included.
| * | | net.cqueues: Add workaround for luaevent callback getting collecteddaurnimator2015-01-061-1/+5
| | | |
| * | | Merge 0.10 -> trunkWaqas Hussain2014-12-161-1/+1
| |\| |
| * | | Merge 0.10->trunkKim Alvefur2014-11-201-6/+6
| |\ \ \
| * | | | net.cqueues: Add module that allows use of cqueues while still using ↵daurnimator2014-11-181-0/+65
| | | | | | | | | | | | | | | | | | | | net.server as main loop
| * | | | 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 ↵Matthew Wild2014-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which net.server implementation to use)
| * | | | | | net/server: If server.hook_signal exists, overwrite signal.signal; else make ↵daurnimator2014-10-211-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server.hook_signal == signal.signal No longer server_event specific server.hook_signal will always exist
| * | | | | | 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 ↵daurnimator2014-10-171-38/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | option 'server'
| * | | | | | 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 ↵daurnimator2014-06-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of EINPROGRESS when the dns lookup has multiple results
| | * | | | | | | | | | | | | | | | 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 ↵Kim Alvefur2013-12-232-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type if no socket type argument given. (Argument must be given for non-TCP)
| | * | | | | | | | | | | | | | | | | | | 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 ↵daurnimator2013-12-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrapconnection call on failure
| | * | | | | | | | | | | | | | | | | | | net/server_event: add_client should have same arguments no-matter the server ↵daurnimator2013-12-181-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend
| | * | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |