Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes suggested by @Florob in #147. | Diego Nehab | 2015-08-25 | 7 | -76/+78 |
| | |||||
* | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 14 | -351/+398 |
| | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
* | Fix rockspec and serial.c module. | Diego Nehab | 2015-08-21 | 3 | -25/+6 |
| | |||||
* | Merge pull request #141 from cjtallman/master | Diego Nehab | 2015-08-21 | 3 | -1/+16 |
|\ | | | | | Added missing options for UDP getoption. | ||||
| * | Added missing options for UDP getoption. | cjtallman | 2015-06-11 | 3 | -1/+16 |
| | | | | | | | | | | | | Documentation says "dontroute", "broadcast", "reuseaddr", and "reuseport" are supported as arguments to getoption, however their implementations were missing. | ||||
* | | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 20 | -173/+164 |
|/ | | | | Makes initialization code simpler everywhere. | ||||
* | Merge branch 'Tieske-errormsg' | Diego Nehab | 2015-03-03 | 3 | -80/+107 |
|\ | |||||
| * | Fix cut-paste typo on PIE_HOST_NOT_FOUND. | Diego Nehab | 2015-03-03 | 1 | -30/+30 |
| | | |||||
| * | Merge branch 'errormsg' of https://github.com/Tieske/luasocket into ↵ | Diego Nehab | 2015-03-03 | 3 | -51/+78 |
|/| | | | | | | | Tieske-errormsg | ||||
| * | updated error messages, less error prone, platform independent | Thijs Schreijer | 2015-03-03 | 3 | -51/+78 |
| | | |||||
* | | Merge pull request #115 from tst2005/patch-1 | Diego Nehab | 2015-03-03 | 1 | -0/+1 |
|\ \ | | | | | | | white background | ||||
| * | | white background | TsT | 2014-11-28 | 1 | -0/+1 |
| | | | | | | | | | white background (successfully tested on https://tst2005.github.io/luasocket/ in https://tst2005.github.io/luasocket/reference.css ) | ||||
* | | | Merge pull request #119 from gatzka/master | Diego Nehab | 2015-03-03 | 3 | -12/+13 |
|\ \ \ | | | | | | | | | Make casts const correct. | ||||
| * | | | Remove unused function luaL_typerror(). | Stephan Gatzka | 2014-12-21 | 1 | -8/+0 |
| | | | | |||||
| * | | | Add missing prototype for opt_get_reuseport(). | Stephan Gatzka | 2014-12-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | Make local function udp_strerror() static. | Stephan Gatzka | 2014-12-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make casts const correct. | Stephan Gatzka | 2014-12-21 | 1 | -10/+10 |
| |/ / | |||||
* | | | Better solution to luaL_checkint... | Diego Nehab | 2015-03-01 | 2 | -12/+2 |
| | | | |||||
* | | | Merge pull request #128 from Tieske/accidental_global | Diego Nehab | 2015-03-01 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | fixed accidental global in `ftp.lua` | ||||
| * | | fixed accidental global in `ftp.lua` | Thijs Schreijer | 2015-03-01 | 1 | -1/+1 |
|/ / | |||||
* | | Fix inet_global_getaddrinfo leak of getnameinfo | Diego Nehab | 2015-02-18 | 1 | -0/+1 |
| | | | | | | | | Issue #127 closed. | ||||
* | | Out of the box support for Lua 5.3. | Diego Nehab | 2015-02-18 | 7 | -85/+96 |
|/ | |||||
* | Merge pull request #114 from siffiejoe/yieldable_protect52 | Diego Nehab | 2014-11-10 | 1 | -5/+30 |
|\ | | | | | make socket.protect yieldable on Lua 5.2/5.3 | ||||
| * | make socket.protect yieldable on Lua 5.2/5.3 | Philipp Janda | 2014-11-10 | 1 | -5/+30 |
| | | |||||
* | | Merge pull request #113 from siffiejoe/yieldable_protect51 | Diego Nehab | 2014-11-10 | 1 | -15/+22 |
|\ \ | |/ |/| | fixed yieldable socket.protect in etc/dispatch.lua | ||||
| * | fixed yieldable socket.protect in etc/dispatch.lua | Philipp Janda | 2014-11-10 | 1 | -15/+22 |
|/ | |||||
* | Merge pull request #108 from daurnimator/master | Diego Nehab | 2014-10-27 | 1 | -5/+0 |
|\ | | | | | src/usocket: Do not setblocking on destroy, shutdown, and listen. | ||||
| * | src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls. | daurnimator | 2014-10-27 | 1 | -4/+0 |
| | | | | | | | | | | It doesn't effect them. Not true on windows | ||||
| * | src/usocket: Do not setblocking on destroy; | daurnimator | 2014-10-27 | 1 | -1/+0 |
|/ | | | | | | | This results in unexpected behaviour if the socket has been `dup()`d, as O_NONBLOCK is shared. Close is always 'blocking' anyway See https://github.com/wahern/cqueues/issues/13 for an example use case | ||||
* | Fix Host: header according to RFC7230 | Diego Nehab | 2014-07-15 | 1 | -3/+2 |
| | |||||
* | Add MYCFLAGS and MYLDFLAGS go allow for customization | Diego Nehab | 2013-09-09 | 1 | -6/+11 |
| | |||||
* | Add support for FreeBSD in makefile | Diego Nehab | 2013-09-09 | 2 | -1/+30 |
| | | | | Thanks to Leryan. See issue #78. | ||||
* | Fixed timeout bug introduced by commit e81a6ff | Diego Nehab | 2013-09-09 | 1 | -8/+4 |
| | |||||
* | Merge pull request #74 from catwell/pull-hostport | Diego Nehab | 2013-09-09 | 1 | -1/+3 |
|\ | | | | | Include port in default Host header | ||||
| * | include port in default Host header | Pierre Chapuis | 2013-08-14 | 1 | -1/+3 |
| | | | | | | See RFC 2616 section 14.23. | ||||
* | | Merge pull request #65 from fab13n/480a818bf0ef6de32527ba14fc2bb27e754d0612 | Diego Nehab | 2013-09-09 | 2 | -3/+35 |
|\ \ | |/ |/| | Support for several filters in ltn12.{sink,source}.chain | ||||
| * | support multiple filters in ltn12.{sink,source}.chain() | Fabien Fleutot | 2013-06-18 | 2 | -3/+35 |
| | | |||||
* | | Merge pull request #69 from catwell/pull-globals | Diego Nehab | 2013-07-05 | 1 | -3/+3 |
|\ \ | |/ |/| | fixes related to constants in the HTTP module | ||||
| * | http: look for PROXY in _M, not as a global | Pierre Chapuis | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | http: do not set global TIMEOUT | Pierre Chapuis | 2013-07-05 | 1 | -1/+1 |
|/ | |||||
* | Change link to github page.v3.0-rc1 | Diego Nehab | 2013-06-14 | 1 | -2/+2 |
| | |||||
* | Add files to distribution. | Diego Nehab | 2013-06-14 | 1 | -4/+5 |
| | |||||
* | Change 2.1 to 3.0 | Diego Nehab | 2013-06-14 | 1 | -2/+2 |
| | |||||
* | Change 2.1 to 3.0-rc1 | Diego Nehab | 2013-06-14 | 2 | -1/+2 |
| | |||||
* | Update NEW file and section | Diego Nehab | 2013-06-14 | 3 | -39/+68 |
| | |||||
* | Download archive with https rather than git scheme | Diego Nehab | 2013-06-13 | 1 | -2/+2 |
| | |||||
* | Fix version in rockspec. | Diego Nehab | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Fix path for rockspec in travis file. | Diego Nehab | 2013-06-13 | 1 | -2/+2 |
| | |||||
* | Merging moteus suggestions for rockspec and travis | Diego Nehab | 2013-06-13 | 2 | -4/+57 |
| | |||||
* | Fix makefile and test_socket_error.lua | Diego Nehab | 2013-06-12 | 3 | -4/+12 |
| |