aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #162 from siffiejoe/exception-metaDiego Nehab2016-02-234-42/+75
|\ \
| * | Update comment in except.hPhilipp Janda2016-02-211-9/+14
| * | Update HTML docs for try/protectmpeterv2016-02-211-10/+5
| * | Add more tests for socket.try/protectmpeterv2016-02-211-4/+29
| * | Support table errors.Philipp Janda2016-02-211-19/+27
|/ /
* | Merge pull request #155 from JonasKunze/feature/solarisDiego Nehab2016-02-112-3/+29
|\ \
| * | Added solaris platformJonas Kunze2016-01-152-3/+29
* | | Merge pull request #157 from mpeterv/ltn12-lua53Diego Nehab2016-02-114-3/+5
|\ \ \ | |/ / |/| |
| * | Don't break global mbox table in mbox.split_mboxmpeterv2016-02-111-1/+1
| * | Fix sink method in tp modulempeterv2016-02-111-1/+1
| * | Fix base_parsed global in url modulempeterv2016-02-111-0/+1
| * | Use base.select instead of just selectmpeterv2016-02-111-1/+1
| * | Fix error in ltn12 under Lua 5.3mpeterv2016-02-111-0/+1
|/ /
* | When zero-timeout, only try first address in connect.Diego Nehab2015-12-033-9/+12
* | Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-067-62/+64
* | Added support for arbitrary datagram sizes.Diego Nehab2015-10-053-29/+68
* | Merge branch 'KateAdams-tcp_reuseport'Diego Nehab2015-10-055-34/+21
|\ \
| * | Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into K...Diego Nehab2015-10-055-34/+21
|/| |
| * | Added ability to set the option `reuseport` of a tcp socket.kobra2013-09-122-1/+3
* | | Merge branch 'agnostic'Diego Nehab2015-08-2514-411/+460
|\ \ \
| * | | Fixes suggested by @Florob in #147.Diego Nehab2015-08-257-76/+78
| * | | New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-2214-351/+398
* | | | 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
| | |/ / | |/| |
* | | | Merge pull request #84 from PixelToast/patch-2Diego Nehab2015-08-241-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | the universe has only existed for 43.8 yearsPixelToast2013-11-071-2/+1
| |/ /
* | | Fix rockspec and serial.c module.Diego Nehab2015-08-213-25/+6
* | | 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-2120-173/+164
|/ / /
* | | Merge branch 'Tieske-errormsg'Diego Nehab2015-03-033-80/+107
|\ \ \
| * | | 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 #115 from tst2005/patch-1Diego Nehab2015-03-031-0/+1
|\ \ \ \
| * | | | white backgroundTsT2014-11-281-0/+1
| | |_|/ | |/| |
* | | | 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
* | | | Merge pull request #128 from Tieske/accidental_globalDiego Nehab2015-03-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-187-85/+96
|/ /
* | Merge pull request #114 from siffiejoe/yieldable_protect52Diego Nehab2014-11-101-5/+30
|\ \
| * | make socket.protect yieldable on Lua 5.2/5.3Philipp Janda2014-11-101-5/+30
* | | Merge pull request #113 from siffiejoe/yieldable_protect51Diego Nehab2014-11-101-15/+22
|\ \ \ | |/ / |/| |