aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed return text for ETIMEDOUT/ WSAETIMEDOUTEgil Hjelmeland2015-09-031-1/+1
* Merge branch 'agnostic'Diego Nehab2015-08-258-205/+177
|\
| * Fixes suggested by @Florob in #147.Diego Nehab2015-08-254-69/+54
| * New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-228-152/+139
* | Merge pull request #96 from chastabor/masterDiego Nehab2015-08-241-2/+11
|\ \ | |/ |/|
| * Add proxy authentication headers if present.Charles Tabor2014-03-271-0/+9
| * Generate headers before proxy changes host and portCharles Tabor2014-03-211-3/+3
* | Fix rockspec and serial.c module.Diego Nehab2015-08-212-17/+1
* | Merge pull request #141 from cjtallman/masterDiego Nehab2015-08-213-1/+16
|\ \
| * | Added missing options for UDP getoption.cjtallman2015-06-113-1/+16
* | | New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-2119-172/+163
|/ /
* | Fix cut-paste typo on PIE_HOST_NOT_FOUND.Diego Nehab2015-03-031-30/+30
* | Merge branch 'errormsg' of https://github.com/Tieske/luasocket into Tieske-er...Diego Nehab2015-03-033-51/+78
|\ \
| * | updated error messages, less error prone, platform independentThijs Schreijer2015-03-033-51/+78
* | | Merge pull request #119 from gatzka/masterDiego Nehab2015-03-033-12/+13
|\ \ \
| * | | Remove unused function luaL_typerror().Stephan Gatzka2014-12-211-8/+0
| * | | Add missing prototype for opt_get_reuseport().Stephan Gatzka2014-12-211-1/+2
| * | | Make local function udp_strerror() static.Stephan Gatzka2014-12-211-1/+1
| * | | Make casts const correct.Stephan Gatzka2014-12-211-10/+10
* | | | Better solution to luaL_checkint...Diego Nehab2015-03-012-12/+2
* | | | fixed accidental global in `ftp.lua`Thijs Schreijer2015-03-011-1/+1
| |/ / |/| |
* | | Fix inet_global_getaddrinfo leak of getnameinfoDiego Nehab2015-02-181-0/+1
* | | Out of the box support for Lua 5.3.Diego Nehab2015-02-183-63/+64
|/ /
* | make socket.protect yieldable on Lua 5.2/5.3Philipp Janda2014-11-101-5/+30
* | src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.daurnimator2014-10-271-4/+0
* | src/usocket: Do not setblocking on destroy;daurnimator2014-10-271-1/+0
* | Fix Host: header according to RFC7230Diego Nehab2014-07-151-3/+2
|/
* Add MYCFLAGS and MYLDFLAGS go allow for customizationDiego Nehab2013-09-091-6/+11
* Add support for FreeBSD in makefileDiego Nehab2013-09-091-0/+29
* Fixed timeout bug introduced by commit e81a6ffDiego Nehab2013-09-091-8/+4
* Merge pull request #74 from catwell/pull-hostportDiego Nehab2013-09-091-1/+3
|\
| * include port in default Host headerPierre Chapuis2013-08-141-1/+3
* | Merge pull request #65 from fab13n/480a818bf0ef6de32527ba14fc2bb27e754d0612Diego Nehab2013-09-091-3/+10
|\ \ | |/ |/|
| * support multiple filters in ltn12.{sink,source}.chain()Fabien Fleutot2013-06-181-3/+10
* | http: look for PROXY in _M, not as a globalPierre Chapuis2013-07-051-2/+2
* | http: do not set global TIMEOUTPierre Chapuis2013-07-051-1/+1
|/
* Fix makefile and test_socket_error.luaDiego Nehab2013-06-121-1/+1
* Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab2013-06-115-9/+8
* Fix unix export marker.Diego Nehab2013-06-112-1/+7
* Export global table only if "module()" is defined.Diego Nehab2013-06-052-21/+24
* No need for inet_pton.Diego Nehab2013-06-043-39/+3
* Merge pull request #49 from moteus/moteus-ftp-get-2xxDiego Nehab2013-05-301-1/+5
|\
| * Fix. recive 2xx while ftp.get cause timeout errormoteus2013-05-301-1/+5
* | Remove warnings. Move windows specific code.unknown2013-05-305-31/+40
* | Leaving if in src/ but out of build for now.Diego Nehab2013-05-307-193/+257
|/
* Add. Allow get `error` option to socket.moteus2013-05-294-0/+16
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-2911-37/+55
* Merge branch 'unstable' of git://github.com/diegonehab/luasocket into moteus-...moteus2013-05-286-134/+145
|\
| * Fix "final" bug in pton and TCP connreset handlingunknown2013-05-282-19/+27
| * Typo fixed.Diego Nehab2013-05-281-1/+1