Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 0.10->trunk | Kim Alvefur | 2016-03-02 | 1 | -7/+8 |
|\ | |||||
| * | Merge 0.9->0.10 | Kim Alvefur | 2016-03-02 | 1 | -525/+526 |
| |\ | |||||
| | * | net.server_event: Return true from conn:resume() to indicate success | Kim Alvefur | 2016-03-02 | 1 | -0/+1 |
| | | | |||||
| | * | net.server_event: Prevent resuming connections without readcallback, eg ↵ | Kim Alvefur | 2016-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | closed connections (fixes #590) | ||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-01-22 | 3 | -30/+50 |
|\| | | |||||
| * | | Merge 0.9->0.10 | Kim Alvefur | 2016-01-22 | 3 | -8/+28 |
| |\| | |||||
| | * | server_select: Add logging of when servers are paused and resumed | Kim Alvefur | 2016-01-22 | 1 | -0/+2 |
| | | | |||||
| | * | server_select: Pause and mark server as full if accepting a client fails ↵ | Kim Alvefur | 2016-01-22 | 1 | -0/+2 |
| | | | | | | | | | | | | (fixes #597) | ||||
| | * | server_select: Retry accepting clients from full servers after 10s (matches ↵ | Kim Alvefur | 2016-01-22 | 2 | -1/+12 |
| | | | | | | | | | | | | libevent behaviour) | ||||
| | * | server_select: Keep track of which server listeners are full | Kim Alvefur | 2016-01-22 | 1 | -0/+5 |
| | | | |||||
| | * | net.dns: Remember query only after it was sent, in case it was not (fixes #598) | Kim Alvefur | 2016-01-21 | 1 | -5/+5 |
| | | | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-01-16 | 1 | -1/+1 |
|\| | | |||||
| * | | net.http.server: Return from listen_on() whatever net.server.addserver() returns | Kim Alvefur | 2016-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-01-10 | 1 | -0/+3 |
|\| | | |||||
| * | | net.server_select: Add 'server' method to client connections (present in ↵ | Kim Alvefur | 2016-01-09 | 1 | -0/+3 |
| | | | | | | | | | | | | server_event) | ||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-01-08 | 1 | -2/+4 |
|\| | | |||||
| * | | Merge 0.9->0.10 | Kim Alvefur | 2016-01-08 | 1 | -2/+4 |
| |\| | |||||
| | * | Backout 88d54bec26b7 prior to release, as it certainly requires more testing0.9.9 | Matthew Wild | 2016-01-08 | 1 | -1/+3 |
| | | | |||||
| | * | net.dns: Allow a zone id in resolv.conf (eg like %eth0) | Kim Alvefur | 2016-01-04 | 1 | -1/+1 |
| | | | |||||
| | * | net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] | Florian Zeitz | 2013-06-18 | 1 | -6/+13 |
| | | | |||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-01-04 | 1 | -2/+3 |
|\| | | |||||
| * | | server_select: Forward the actual TLS handshake error message | Kim Alvefur | 2016-01-03 | 1 | -2/+3 |
| | | | |||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-01-02 | 2 | -0/+2 |
|\| | | |||||
| * | | net.server_select: Close all connections when quitting (and not just ↵ | Matthew Wild | 2016-01-02 | 1 | -0/+1 |
| | | | | | | | | | | | | stepping), matches server_event | ||||
| * | | net.server_event: Add conn.type == 'server' for server sockets (fixes ↵ | Matthew Wild | 2016-01-02 | 1 | -0/+1 |
| | | | | | | | | | | | | closeallservers() ) | ||||
* | | | Merge 0.10->trunk | Matthew Wild | 2015-12-03 | 1 | -0/+1 |
|\| | | |||||
| * | | net.http.server: Import util.cache | Matthew Wild | 2015-12-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge 0.10->trunk | Matthew Wild | 2015-12-03 | 1 | -5/+5 |
|\| | | |||||
| * | | net.http.server: Use new util.cache to remember wildcard event handlers | Matthew Wild | 2015-12-03 | 1 | -5/+5 |
| | | | |||||
* | | | net.server_event: Return event handle from add_task so it can be closed by ↵ | Kim Alvefur | 2015-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | | eg util.timer | ||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-10-11 | 1 | -7/+32 |
|\| | | |||||
| * | | net.websocket.frames: Fix syntax error due to code copy pasting | Kim Alvefur | 2015-10-06 | 1 | -2/+2 |
| | | | |||||
| * | | net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available | Kim Alvefur | 2015-10-06 | 1 | -0/+25 |
| | | | |||||
| * | | net.websocket.frames: Pack and unpack 64bit ints without overflows ↵ | Kim Alvefur | 2015-10-06 | 1 | -4/+6 |
| | | | | | | | | | | | | (lua-bitop/bit32 are 32bit) | ||||
| * | | net.websocket.frames: Link to documentation when bitop is missing | Kim Alvefur | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | net.websocket.frames: Throw an error if no bit lib is found | Kim Alvefur | 2015-10-06 | 1 | -2/+2 |
| | | | |||||
| * | | net.websocket.frames: Simplify import of bitlib | Kim Alvefur | 2015-10-06 | 1 | -3/+1 |
| | | | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-09-25 | 1 | -3/+1 |
|\| | | |||||
| * | | Merge | Kim Alvefur | 2015-09-25 | 1 | -3/+1 |
| |\ \ | |||||
| | * | | Merge 0.9->0.10 | Matthew Wild | 2015-09-25 | 1 | -3/+1 |
| | |\| | |||||
| | | * | net.dns: Unconditionally cache records found in answers | Matthew Wild | 2015-05-25 | 1 | -3/+1 |
| | | | | |||||
* | | | | server_event: Remove needless scoping around add_task | Kim Alvefur | 2015-09-25 | 1 | -13/+9 |
| | | | | |||||
* | | | | Merge 0.10->trunk | Kim Alvefur | 2015-09-25 | 2 | -644/+591 |
|\| | | | |||||
| * | | | server_event: Fix indentation | Kim Alvefur | 2015-09-25 | 1 | -5/+5 |
| | | | | |||||
| * | | | server_event: Put function keyword on same line as the coroutine.wrap it's ↵ | Kim Alvefur | 2015-09-25 | 1 | -2/+1 |
| |/ / | | | | | | | | | | being passed to | ||||
| * | | server_event: Normalize indentation | Kim Alvefur | 2015-09-25 | 1 | -118/+118 |
| | | | |||||
| * | | net.dns: Use new IPv4-specific socket factory if available (fixes dns on ↵ | Kim Alvefur | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | libevent with latest development version of luasocket) | ||||
| * | | server_event: Remove unused argument [luacheck] | Kim Alvefur | 2015-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | server_event: Comment out the unused vdebug function [luacheck] | Kim Alvefur | 2015-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | server_event: Remove unused former argument (fixes global access) [luacheck] | Kim Alvefur | 2015-09-25 | 1 | -1/+1 |
| | | |