Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | server_event: Rename luaevent module variable to avoid name clash [luacheck] | Kim Alvefur | 2015-09-25 | 1 | -7/+7 | |
| | | | ||||||
| * | | server_event: Add luacheck annotations | Kim Alvefur | 2015-09-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | server_event: Remove needless scoping and indentation | Kim Alvefur | 2015-09-25 | 1 | -579/+562 | |
| | | | ||||||
| * | | server_event: Move local references to various functions to top of file | Kim Alvefur | 2015-09-25 | 1 | -22/+18 | |
| | | | ||||||
| * | | server_event: Replace implementation of ordered set with a simple table set | Kim Alvefur | 2015-09-25 | 1 | -38/+6 | |
| | | | ||||||
| * | | net/http: Use server.addclient | daurnimator | 2013-12-18 | 1 | -11/+6 | |
| | | | ||||||
| * | | net.server_{select,event}: addclient: Use getaddrinfo to detect IP address ↵ | Kim Alvefur | 2013-12-23 | 2 | -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 type | Kim Alvefur | 2013-12-23 | 2 | -4/+18 | |
| | | | ||||||
| * | | net/server_event: pcall require ssl rather than relying on globals | daurnimator | 2013-12-18 | 1 | -15/+7 | |
| | | | ||||||
| * | | net/server_event: add_client should have same arguments no-matter the server ↵ | daurnimator | 2013-12-18 | 1 | -21/+6 | |
| | | | | | | | | | | | | backend | |||||
| * | | net/server_select: Fix typo | daurnimator | 2013-12-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | net/server_select: addclient: Check arguments | daurnimator | 2013-12-18 | 1 | -0/+15 | |
| | | | ||||||
| * | | net/server_select: addclient: Check for failure correctly; remove ↵ | daurnimator | 2013-12-18 | 1 | -3/+3 | |
| | | | | | | | | | | | | wrapconnection call on failure | |||||
| * | | net/server_select: Check arguments to add_server correctly | daurnimator | 2013-12-18 | 1 | -3/+4 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-08-20 | 6 | -38/+48 | |
|\| | | ||||||
| * | | net.server_{select,event}: Don't rely on LuaSocket and LuaSec being present ↵ | Kim Alvefur | 2015-02-23 | 2 | -11/+11 | |
| | | | | | | | | | | | | in the globals table | |||||
| * | | net.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 5 | -34/+44 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2015-07-09 | 1 | -11/+0 | |
|\| | | ||||||
| * | | net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates ↵ | Matthew Wild | 2015-07-06 | 1 | -11/+0 | |
| | | | | | | | | | | | | dns.resolver() | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-05-15 | 1 | -3/+9 | |
|\| | | ||||||
| * | | net.http.codes: Update from registry | Kim Alvefur | 2015-05-14 | 1 | -3/+9 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-05-03 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge 0.9->0.10 | Kim Alvefur | 2015-05-03 | 1 | -1/+1 | |
| |\| | ||||||
| | * | net.dns: Make sure argument to math.randomseed does not overflow a 32 bit ↵ | Kim Alvefur | 2015-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | *signed* int (blame Lua). Closes #439 | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2015-04-26 | 1 | -3/+8 | |
|\| | | ||||||
| * | | Merge 0.9->0.10 | Kim Alvefur | 2015-04-26 | 1 | -3/+8 | |
| |\| |