| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #119 from gatzka/master | Diego Nehab | 2015-03-03 | 3 | -12/+13 |
|\ |
|
| * | 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` | Thijs Schreijer | 2015-03-01 | 1 | -1/+1 |
|/ / |
|
* | | Fix inet_global_getaddrinfo leak of getnameinfo | Diego Nehab | 2015-02-18 | 1 | -0/+1 |
* | | 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 | 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 | 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: Don't unset/set O_NONBLOCK around listen() or shutdown() calls. | daurnimator | 2014-10-27 | 1 | -4/+0 |
| * | src/usocket: Do not setblocking on destroy; | daurnimator | 2014-10-27 | 1 | -1/+0 |
|/ |
|
* | 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 |
* | 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 | Pierre Chapuis | 2013-08-14 | 1 | -1/+3 |
* | | Merge pull request #65 from fab13n/480a818bf0ef6de32527ba14fc2bb27e754d0612 | Diego Nehab | 2013-09-09 | 2 | -3/+35 |
|\ \
| |/
|/| |
|
| * | 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 |
|\ \
| |/
|/| |
|
| * | 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 |
* | Merge pull request #58 from mascarenhas/master | Diego Nehab | 2013-06-12 | 2 | -67/+105 |
|\ |
|
| * | new rockspec using builtin build type | Fabio Mascarenhas | 2013-06-11 | 2 | -67/+105 |
|/ |
|
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 10 | -34/+33 |
* | Fix unix export marker. | Diego Nehab | 2013-06-11 | 2 | -1/+7 |
* | Export global table only if "module()" is defined. | Diego Nehab | 2013-06-05 | 2 | -21/+24 |
* | No need for inet_pton. | Diego Nehab | 2013-06-04 | 3 | -39/+3 |
* | Merge pull request #49 from moteus/moteus-ftp-get-2xx | Diego Nehab | 2013-05-30 | 1 | -1/+5 |
|\ |
|
| * | Fix. recive 2xx while ftp.get cause timeout error | moteus | 2013-05-30 | 1 | -1/+5 |
* | | Unix domain tests still broken. | Diego Nehab | 2013-05-30 | 2 | -12/+12 |
* | | Remove warnings. Move windows specific code. | unknown | 2013-05-30 | 5 | -31/+40 |
* | | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 8 | -196/+265 |
|/ |
|
* | Merge pull request #43 from moteus/moteus-getopt-error | Diego Nehab | 2013-05-29 | 5 | -0/+43 |
|\ |
|