aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #224 from pdgendt/patch-2Diego Nehab2019-02-241-2/+1
|\
| * mime.lua: Obsolete require("io")Pieter De Gendt2017-09-041-2/+1
* | Merge pull request #246 from xyida/yodaDiego Nehab2019-02-241-2/+9
|\ \
| * | Fixed an issue that was mistaken for HTTP 0.9 when timeoutxyida2018-04-261-2/+9
* | | Merge pull request #244 from leyyer/optionsDiego Nehab2019-02-244-0/+32
|\ \ \
| * | | add options:surenyi2018-03-254-0/+32
| |/ /
* | | Merge pull request #116 from linuxmaniac/masterDiego Nehab2019-02-243-0/+72
|\ \ \
| * | | Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" optionsVictor Seva2014-12-053-0/+72
* | | | Merge pull request #258 from ewestbrook/luasec117Diego Nehab2019-02-241-6/+14
|\ \ \ \
| * | | | http.lua: if default for scheme, omit port number in "Host:" headerE. Westbrook2019-02-201-6/+14
* | | | | Merge pull request #265 from ewestbrook/dualincpathsDiego Nehab2019-02-241-12/+12
|\ \ \ \ \
| * | | | | src/makefile: support both lua/$(LUAV) and lua$(LUAV) include pathsE. Westbrook2019-02-221-12/+12
| |/ / / /
* | | | | Merge pull request #266 from siffiejoe/luajit-static-linkingDiego Nehab2019-02-241-0/+2
|\ \ \ \ \
| * | | | | Fix static linking problem with LuaJITPhilipp Janda2019-02-231-0/+2
| |/ / / /
* / / / / http.lua: allow override of hard-coded 5 max redirectsE. Westbrook2019-02-231-1/+4
|/ / / /
* | | | Merge pull request #264 from ewestbrook/freebsd-unix-bind-connectDiego Nehab2019-02-191-15/+12
|\ \ \ \
| * | | | Use SUN_LEN macroE. Westbrook2019-02-191-2/+8
| * | | | src/unixdgram.c: allow connect() and bind() on freebsd without dummy char, an...E. Westbrook2019-02-191-15/+6
* | | | | src/makefile: define UNIX_HAS_SUN_LEN for FreeBSD buildsE. Westbrook2019-02-191-2/+2
|/ / / /
* | | | Update to Visual Studio 2017.Diego Nehab2018-08-224-5/+5
* | | | url.lua:remove_dot_components(): avoid ambiguous numeric representation as em...E. Westbrook2018-08-211-2/+3
* | | | url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg...E. Westbrook2018-08-211-2/+3
* | | | url.lua:remove_dot_components(): empty path component double-dot corner caseE. Westbrook2018-08-211-0/+4
* | | | url.lua:absolute_path(): ensure a separator between base_path and relative_pathE. Westbrook2018-08-211-0/+1
* | | | url.lua:remove_dot_components(): avoid overconsuming dot segmentsE. Westbrook2018-08-211-2/+2
* | | | url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ...E. Westbrook2018-08-211-1/+1
* | | | url.lua: separate remove_dot_components() from absolute_path(); also use in _...E. Westbrook2018-08-211-17/+34
* | | | url.lua:absolute_path(): fix issue #254, simplify, add more test casesE. Westbrook2018-08-191-14/+12
* | | | Fix gcc-8.1.0 warning.Joris Clement2018-08-061-0/+1
* | | | Merge pull request #250 from ewestbrook/testudata-compatDiego Nehab2018-06-053-1/+20
|\ \ \ \
| * | | | src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1E. Westbrook2018-06-042-0/+19
| * | | | Update auxiliar.cGeorge Zhao2018-06-031-1/+1
| | |/ / | |/| |
* / | | Add ltn12.source.table()E. Westbrook2018-06-051-0/+10
|/ / /
* | | src/options.c: increase buffer from 45 to 57, to accommodate string sizes spe...E. Westbrook2017-12-221-2/+2
* | | fixed url parsing; postpone fragment parsing after authority parsing; added t...Herbert Leuwer2017-11-221-5/+5
* | | fixed URL parsing in url.lua: parse fragment after parsing username and passw...Herbert Leuwer2017-11-191-5/+5
| |/ |/|
* | Fix typoElliptica2017-04-171-1/+1
* | Merge pull request #210 from Lord-Helmchen/patch-1Diego Nehab2017-03-201-2/+2
|\ \
| * | correct typoLordHelmchen2017-03-161-1/+1
| * | make protect_segment in url.lua rfc compliantLordHelmchen2017-03-161-1/+1
* | | Preserve path when parsing urls.Diego Nehab2017-03-201-2/+3
* | | Fix issue #196Diego Nehab2017-03-201-0/+1
* | | fix for Lua 5.3 built without number / string conversionFrançois Perrad2017-03-161-1/+1
|/ /
* | Add backwards compatibility wrappers for socket.unixCourtney Bane2017-01-251-5/+45
* | Create socket on first sendto if family agnostic udp() was usedNatanael Copa2017-01-251-0/+21
* | rename unix.tcp to unix.stream, unix.udp to unix.dgramenginix2016-12-257-124/+124
* | allow DESTDIR to be set from the environmentMike Usenko2016-11-081-1/+1
* | add getsockname api for unix {udp,tcp} socketenginix2016-07-222-0/+36
* | fix unixudp object checking issueenginix2016-07-041-2/+2
* | unix socket: compat lua 5.1enginix2016-06-303-2/+5