aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2013-07-05http: do not set global TIMEOUTPierre Chapuis1-1/+1
2013-06-18support multiple filters in ltn12.{sink,source}.chain()Fabien Fleutot2-3/+35
2013-06-14Change link to github page.v3.0-rc1Diego Nehab1-2/+2
2013-06-14Add files to distribution.Diego Nehab1-4/+5
2013-06-14Change 2.1 to 3.0Diego Nehab1-2/+2
2013-06-14Change 2.1 to 3.0-rc1Diego Nehab2-1/+2
2013-06-14Update NEW file and sectionDiego Nehab3-39/+68
2013-06-13Download archive with https rather than git schemeDiego Nehab1-2/+2
2013-06-13Fix version in rockspec.Diego Nehab1-1/+1
2013-06-13Fix path for rockspec in travis file.Diego Nehab1-2/+2
2013-06-13Merging moteus suggestions for rockspec and travisDiego Nehab2-4/+57
2013-06-12Fix makefile and test_socket_error.luaDiego Nehab3-4/+12
2013-06-11new rockspec using builtin build typeFabio Mascarenhas2-67/+105
2013-06-11Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab10-34/+33
2013-06-11Fix unix export marker.Diego Nehab2-1/+7
2013-06-05Export global table only if "module()" is defined.Diego Nehab2-21/+24
2013-06-04No need for inet_pton.Diego Nehab3-39/+3
2013-05-30Unix domain tests still broken.Diego Nehab2-12/+12
2013-05-30Remove warnings. Move windows specific code.unknown5-31/+40
2013-05-30Leaving if in src/ but out of build for now.Diego Nehab8-196/+265
2013-05-30Fix. recive 2xx while ftp.get cause timeout errormoteus1-1/+5
2013-05-29Add. Allow get `error` option to socket.moteus5-0/+43
2013-05-29Change VC12 project to no LUA_COMPAT_MODUULEunknown2-8/+8
2013-05-29Export global only if LUA_COMPAT_MODULE defined.Diego Nehab11-37/+55
2013-05-28Fix "final" bug in pton and TCP connreset handlingunknown2-19/+27
2013-05-28Typo fixed.Diego Nehab1-1/+1
2013-05-28Fixed inet_pton and a new Winsock UDP bug.unknown4-69/+84
2013-05-27Fix wrong usage of inet_pton.unknown1-2/+2
2013-05-27Link only against ws2_32.lib.unknown2-7/+7
2013-05-27Simplifying getaddrinfo treatment.Diego Nehab1-32/+18