aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * net.http.server: Log names of the events firedKim Alvefur2014-12-081-1/+1
| |
* | Merge 0.10->trunkKim Alvefur2014-11-201-6/+6
|\|
| * 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
| | |
* | | 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.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 ↵Kim Alvefur2014-10-301-2/+1
| | | | | | | | | | | | sock:getpeername, it exists and throws an error on unconnected sockets (thanks wirehack7)
| | * net.adns: Preserve error from setpeernameKim Alvefur2014-10-301-1/+1
| | |
* | | Merge 0.10->trunkKim Alvefur2014-10-261-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
| | |
* | | 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.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
| | |
* | | Merge 0.10->trunkdaurnimator2014-09-292-3/+3
|\| |
| * | net.websocket: Make data masking configurableFlorian Zeitz2014-09-262-3/+3
| | |
* | | Merge 0.10->trunkKim Alvefur2014-09-281-0/+3
|\| |
| * | net.server_select: When an SSL handshake is connected, if there is pending ↵Matthew Wild2014-09-261-0/+3
| | | | | | | | | | | | data to be written to the socket, mark the socket as waiting to send (thanks daurnimator)
* | | 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
| |\ \ \ \ \ \ \ \ \ \