aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #472 from lunarmodules/feat/url-hosttypeCaleb Maclennan3 days1-0/+196
|\
| * feat(url): classify host as name/ipv4/ipv6 in parse and buildThijs Schreijer4 days1-0/+196
* | Merge pull request #467 from lunarmodules/fix/http-size-protectCaleb Maclennan3 days2-0/+200
|\ \
| * | feat(http/ftp/smtp): implement max size checksThijs Schreijer5 days2-0/+200
* | | Merge pull request #470 from lunarmodules/header-canonCaleb Maclennan3 days1-0/+131
|\ \ \
| * | | Apply code review suggestionsThijs Schreijer5 days1-1/+1
| * | | feat(headers): dynamically create cononicalized headersThijs Schreijer5 days1-0/+131
| | |/ | |/|
* | | Merge pull request #471 from lunarmodules/fix/zero-readCaleb Maclennan3 days3-0/+503
|\ \ \
| * | | fix(udp): receive(0) tests and bad call to getnameinfoThijs Schreijer4 days3-0/+467
| * | | fix(receive): a receive 0 should immediately return, not blockThijs Schreijer4 days1-0/+36
| | |/ | |/|
* / | chore(test): add 2 tests reusing partial resultsThijs Schreijer3 days1-3/+20
|/ /
* | fix(receive): guard numeric pattern against size_t overflow on castThijs Schreijer5 days1-2/+4
* | fix(receive): guard maxsize against size_t overflow on castThijs Schreijer5 days1-2/+4
* | feat(receive): add maxsize argument to bound memory usageThijs Schreijer2026-07-302-0/+219
|/
* fix(http): Allow relative redirect on https (#395)Henri D2022-10-081-0/+31
* refactor: Address issues raised by linterThijs Schreijer2022-03-199-146/+146
* test/find-connect-limit: add missing "socket ="E. Westbrook2020-03-281-1/+1
* test/udp-zero-length-send-recv: add missing "socket ="; use shebang "#!/usr/b...E. Westbrook2020-03-281-2/+2
* test/udp-zero-length-send: add missing "socket ="; use shebang "#!/usr/bin/en...E. Westbrook2020-03-281-2/+2
* test/getoptions: guard calls with pcall(); check result of getoption"linger"E. Westbrook2020-03-281-4/+18
* test/tcp-getoptions: bugfix: missing "socket =" in require"socket"E. Westbrook2020-03-281-1/+1
* Merge pull request #116 from linuxmaniac/masterDiego Nehab2019-02-241-1/+3
|\
| * Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" optionsVictor Seva2014-12-051-1/+3
* | url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-seg...E. Westbrook2018-08-211-0/+4
* | url.lua:remove_dot_components(): empty path component double-dot corner caseE. Westbrook2018-08-211-0/+1
* | url.lua:absolute_path(): ensure a separator between base_path and relative_pathE. Westbrook2018-08-211-1/+1
* | url.lua:remove_dot_components(): avoid overconsuming dot segmentsE. Westbrook2018-08-211-0/+5
* | url.lua:remove_dot_components(): limit beginning-of-string double-dot corner ...E. Westbrook2018-08-211-0/+1
* | url.lua: separate remove_dot_components() from absolute_path(); also use in _...E. Westbrook2018-08-211-4/+4
* | url.lua:absolute_path(): fix issue #254, simplify, add more test casesE. Westbrook2018-08-191-1/+24
* | Add ltn12.source.table()E. Westbrook2018-06-051-0/+9
* | fixed url parsing; postpone fragment parsing after authority parsing; added t...Herbert Leuwer2017-11-221-3/+72
* | Preserve path when parsing urls.Diego Nehab2017-03-201-1/+1
* | rename unix.tcp to unix.stream, unix.udp to unix.dgramenginix2016-12-254-5/+5
* | support datagram unix domain socketsenginix2016-06-244-2/+20
* | Family agostic FTP and expose HTTP/FTP url parsingDiego Nehab2016-03-071-11/+23
* | Don't swallow errors in finalizers.Philipp Janda2016-02-241-1/+0
* | Add more tests for socket.try/protectmpeterv2016-02-211-4/+29
* | Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-061-1/+0
* | Fixes suggested by @Florob in #147.Diego Nehab2015-08-251-7/+12
* | New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-223-53/+51
* | New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-1/+1
* | Out of the box support for Lua 5.3.Diego Nehab2015-02-183-16/+20
|/
* support multiple filters in ltn12.{sink,source}.chain()Fabien Fleutot2013-06-181-0/+25
* Fix makefile and test_socket_error.luaDiego Nehab2013-06-121-2/+6
* Unix domain tests still broken.Diego Nehab2013-05-302-12/+12
* Add. Allow get `error` option to socket.moteus2013-05-291-0/+27
* Fix. use table.unpack in mimetest on Lua 5.2.moteus2013-05-271-0/+2
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-2/+2
* Fix. Optional IPv6 testmoteus2013-05-271-2/+8