Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |
| |\| | ||||||
| | * | net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s | Kim Alvefur | 2015-04-24 | 1 | -3/+8 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2015-03-27 | 5 | -146/+293 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge 0.10->trunk | Matthew Wild | 2015-03-26 | 1 | -18/+11 | |
| |\ \ | ||||||
| | * | | Merge 0.9->0.10 | Matthew Wild | 2015-03-26 | 1 | -18/+11 | |
| | |\| | ||||||
| * | | | net.server_select: Remove unused code | daurnimator | 2015-01-19 | 1 | -6/+0 | |
| | | | | ||||||
| * | | | net.server_select: Remove socket.sleep call from main loop | daurnimator | 2015-01-19 | 1 | -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 calls | daurnimator | 2015-01-19 | 1 | -5/+3 | |
| | | | | ||||||
| * | | | net.server_select: In add_task timer callback, use passed in time rather ↵ | daurnimator | 2015-01-15 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | than re-fetching | |||||
| * | | | net.server_select: Fix timers not being fired until another timer fixes (or ↵ | daurnimator | 2015-01-15 | 1 | -16/+8 | |
| | | | | | | | | | | | | | | | | 1 second passes) | |||||
| * | | | net.cqueues: Fix incorrect version check | daurnimator | 2015-01-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | net.cqueues: Fixes hardcoded timeout for first iteration | daurnimator | 2015-01-13 | 1 | -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 collected | daurnimator | 2015-01-06 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Merge 0.10 -> trunk | Waqas Hussain | 2014-12-16 | 1 | -1/+1 | |
| |\| | |