aboutsummaryrefslogtreecommitdiff
path: root/FIX (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-07Family agostic FTP and expose HTTP/FTP url parsingDiego Nehab4-32/+96
2016-03-04Remove global PORT. Fix https redirect.Diego Nehab2-19/+30
2016-03-04Added gettimeout for completeness.Diego Nehab10-519/+587
2016-03-04Added support for FTP command listsDiego Nehab3-5/+19
2016-02-24Clarify documentation for try/protect.Philipp Janda1-4/+6
2016-02-24Always put metatable in first upvalue.Philipp Janda1-4/+6
2016-02-24Don't swallow errors in finalizers.Philipp Janda3-4/+2
2016-02-21Update comment in except.hPhilipp Janda1-9/+14
2016-02-21Update HTML docs for try/protectmpeterv1-10/+5
2016-02-21Add more tests for socket.try/protectmpeterv1-4/+29
2016-02-21Support table errors.Philipp Janda1-19/+27
2016-02-11Don't break global mbox table in mbox.split_mboxmpeterv1-1/+1
2016-02-11Fix sink method in tp modulempeterv1-1/+1
2016-02-11Fix base_parsed global in url modulempeterv1-0/+1
2016-02-11Use base.select instead of just selectmpeterv1-1/+1
2016-02-11Fix error in ltn12 under Lua 5.3mpeterv1-0/+1
2016-01-15Added solaris platformJonas Kunze2-3/+29
2015-12-03When zero-timeout, only try first address in connect.Diego Nehab3-9/+12
2015-10-06Changed buffer-per-socket to buffer-per-operation.Diego Nehab7-62/+64
2015-10-05Added support for arbitrary datagram sizes.Diego Nehab3-29/+68
2015-08-25Fixes suggested by @Florob in #147.Diego Nehab7-76/+78
2015-08-22New agnostic IPv4 IPv6 functions.Diego Nehab14-351/+398
2015-08-21Fix rockspec and serial.c module.Diego Nehab3-25/+6
2015-08-21New compat.h module implements luaL_setfuncs.Diego Nehab20-173/+164
2015-06-11Added missing options for UDP getoption.cjtallman3-1/+16
2015-03-03Fix cut-paste typo on PIE_HOST_NOT_FOUND.Diego Nehab1-30/+30
2015-03-03updated error messages, less error prone, platform independentThijs Schreijer3-51/+78
2015-03-01Better solution to luaL_checkint...Diego Nehab2-12/+2
2015-03-01fixed accidental global in `ftp.lua`Thijs Schreijer1-1/+1
2015-02-18Fix inet_global_getaddrinfo leak of getnameinfoDiego Nehab1-0/+1
2015-02-18Out of the box support for Lua 5.3.Diego Nehab7-85/+96
2014-12-21Remove unused function luaL_typerror().Stephan Gatzka1-8/+0
2014-12-21Add missing prototype for opt_get_reuseport().Stephan Gatzka1-1/+2
2014-12-21Make local function udp_strerror() static.Stephan Gatzka1-1/+1
2014-12-21Make casts const correct.Stephan Gatzka1-10/+10
2014-11-28white backgroundTsT1-0/+1
2014-11-10make socket.protect yieldable on Lua 5.2/5.3Philipp Janda1-5/+30
2014-11-10fixed yieldable socket.protect in etc/dispatch.luaPhilipp Janda1-15/+22
2014-10-27src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.daurnimator1-4/+0
2014-10-27src/usocket: Do not setblocking on destroy;daurnimator1-1/+0
2014-07-15Fix Host: header according to RFC7230Diego Nehab1-3/+2
2014-03-27Add proxy authentication headers if present.Charles Tabor1-0/+9
2014-03-21Generate headers before proxy changes host and portCharles Tabor1-3/+3
2013-11-07the universe has only existed for 43.8 yearsPixelToast1-2/+1
2013-09-12Added ability to set the option `reuseport` of a tcp socket.kobra2-1/+3
2013-09-09Add MYCFLAGS and MYLDFLAGS go allow for customizationDiego Nehab1-6/+11
2013-09-09Add support for FreeBSD in makefileDiego Nehab2-1/+30
2013-09-09Fixed timeout bug introduced by commit e81a6ffDiego Nehab1-8/+4
2013-08-14include port in default Host headerPierre Chapuis1-1/+3
2013-07-05http: look for PROXY in _M, not as a globalPierre Chapuis1-2/+2