aboutsummaryrefslogtreecommitdiff
path: root/src/except.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-25pragma.c: use LUASOCKET_PRIVATEE. Westbrook1-2/+3
2019-02-25buffer.c: use LUASOCKET_PRIVATEE. Westbrook1-7/+9
2019-02-25auxiliar.c: use LUASOCKET_PRIVATEE. Westbrook1-13/+13
2019-02-25unix.c: use LUASOCKET_APIE. Westbrook1-1/+3
2019-02-25mime.c: use LUASOCKET_APIE. Westbrook1-1/+1
2019-02-25unix.h: use LUASOCKET_APIE. Westbrook1-5/+2
2019-02-25mime.h: use LUASOCKET_APIE. Westbrook1-8/+2
2019-02-25luasocket.h: define LUASOCKET_API and LUASOCKET_PRIVATE for export visibilityE. Westbrook1-1/+13
2019-02-24http.lua: Error informatively if insufficient LuaSec supportE. Westbrook1-1/+5
2019-02-24socket.http.request(): simultaneous support for http and https URL schemes, w...E. Westbrook1-19/+37
2019-02-23http.lua: allow override of hard-coded 5 max redirectsE. Westbrook2-4/+9
2019-02-23Fix static linking problem with LuaJITPhilipp Janda1-0/+2
2019-02-22src/makefile: support both lua/$(LUAV) and lua$(LUAV) include pathsE. Westbrook1-12/+12
2019-02-20http.lua: if default for scheme, omit port number in "Host:" headerE. Westbrook1-6/+14
2019-02-19Use SUN_LEN macroE. Westbrook1-2/+8
2019-02-19src/unixdgram.c: allow connect() and bind() on freebsd without dummy char, an...E. Westbrook1-15/+6
2019-02-19src/makefile: define UNIX_HAS_SUN_LEN for FreeBSD buildsE. Westbrook1-2/+2
2019-01-11compile unixdgram.c, unixstream.c into unix.sofregie1-1/+1
2018-09-29Make macosx.cmd genericDavid Gumberg1-1/+1
2018-08-22Update to Visual Studio 2017.Diego Nehab10-178/+151
2018-08-21url.lua:remove_dot_components(): avoid ambiguous numeric representation as em...E. Westbrook1-2/+3
2018-08-21url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg...E. Westbrook2-2/+7
2018-08-21url.lua:remove_dot_components(): empty path component double-dot corner caseE. Westbrook2-0/+5
2018-08-21url.lua:absolute_path(): ensure a separator between base_path and relative_pathE. Westbrook2-1/+2
2018-08-21url.lua:remove_dot_components(): avoid overconsuming dot segmentsE. Westbrook2-2/+7
2018-08-21url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ...E. Westbrook2-1/+2
2018-08-21url.lua: separate remove_dot_components() from absolute_path(); also use in _...E. Westbrook2-21/+38
2018-08-19url.lua:absolute_path(): fix issue #254, simplify, add more test casesE. Westbrook2-15/+36
2018-08-06Fix gcc-8.1.0 warning.Joris Clement1-0/+1
2018-06-05Add ltn12.source.table()E. Westbrook4-1/+31
2018-06-04src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1E. Westbrook2-0/+19
2018-06-03Update auxiliar.cGeorge Zhao1-1/+1
2018-04-26Fixed an issue that was mistaken for HTTP 0.9 when timeoutxyida1-2/+9
2018-03-25add options:surenyi4-0/+32
2017-12-22src/options.c: increase buffer from 45 to 57, to accommodate string sizes spe...E. Westbrook1-2/+2
2017-11-22fixed url parsing; postpone fragment parsing after authority parsing; added t...Herbert Leuwer2-8/+77
2017-11-19fixed URL parsing in url.lua: parse fragment after parsing username and passw...Herbert Leuwer1-5/+5
2017-09-04mime.lua: Obsolete require("io")Pieter De Gendt1-2/+1
2017-04-17Fix typoElliptica1-1/+1
2017-03-20Preserve path when parsing urls.Diego Nehab2-3/+4
2017-03-20Fix issue #196Diego Nehab1-0/+1
2017-03-16correct typoLordHelmchen1-1/+1
2017-03-16fix for Lua 5.3 built without number / string conversionFrançois Perrad1-1/+1
2017-03-16make protect_segment in url.lua rfc compliantLordHelmchen1-1/+1
2017-01-25Add backwards compatibility wrappers for socket.unixCourtney Bane1-5/+45
2017-01-25Create socket on first sendto if family agnostic udp() was usedNatanael Copa1-0/+21
2016-12-25rename unix.tcp to unix.stream, unix.udp to unix.dgramenginix11-129/+129
2016-11-08allow DESTDIR to be set from the environmentMike Usenko1-1/+1
2016-07-22add getsockname api for unix {udp,tcp} socketenginix2-0/+36
2016-07-04fix unixudp object checking issueenginix1-2/+2