index
:
luasocket
feature/compiler-override
hjelmeland-patch-1
issue297
master
revert-256-luasocket254
A mirror of https://github.com/lunarmodules/luasocket.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-07
Hide ftp.PORT "constant" as a local
Diego Nehab
2
-3
/
+2
2016-03-07
Family agostic FTP and expose HTTP/FTP url parsing
Diego Nehab
4
-32
/
+96
2016-03-04
Remove global PORT. Fix https redirect.
Diego Nehab
2
-19
/
+30
2016-03-04
Added gettimeout for completeness.
Diego Nehab
10
-519
/
+587
2016-03-04
Added support for FTP command lists
Diego Nehab
3
-5
/
+19
2016-02-24
Clarify documentation for try/protect.
Philipp Janda
1
-4
/
+6
2016-02-24
Always put metatable in first upvalue.
Philipp Janda
1
-4
/
+6
2016-02-24
Don't swallow errors in finalizers.
Philipp Janda
3
-4
/
+2
2016-02-21
Update comment in except.h
Philipp Janda
1
-9
/
+14
2016-02-21
Update HTML docs for try/protect
mpeterv
1
-10
/
+5
2016-02-21
Add more tests for socket.try/protect
mpeterv
1
-4
/
+29
2016-02-21
Support table errors.
Philipp Janda
1
-19
/
+27
2016-02-11
Don't break global mbox table in mbox.split_mbox
mpeterv
1
-1
/
+1
2016-02-11
Fix sink method in tp module
mpeterv
1
-1
/
+1
2016-02-11
Fix base_parsed global in url module
mpeterv
1
-0
/
+1
2016-02-11
Use base.select instead of just select
mpeterv
1
-1
/
+1
2016-02-11
Fix error in ltn12 under Lua 5.3
mpeterv
1
-0
/
+1
2016-01-15
Added solaris platform
Jonas Kunze
2
-3
/
+29
2015-12-03
When zero-timeout, only try first address in connect.
Diego Nehab
3
-9
/
+12
2015-10-06
Changed buffer-per-socket to buffer-per-operation.
Diego Nehab
7
-62
/
+64
2015-10-05
Added support for arbitrary datagram sizes.
Diego Nehab
3
-29
/
+68
2015-08-25
Fixes suggested by @Florob in #147.
Diego Nehab
7
-76
/
+78
2015-08-22
New agnostic IPv4 IPv6 functions.
Diego Nehab
14
-351
/
+398
2015-08-21
Fix rockspec and serial.c module.
Diego Nehab
3
-25
/
+6
2015-08-21
New compat.h module implements luaL_setfuncs.
Diego Nehab
20
-173
/
+164
2015-06-11
Added missing options for UDP getoption.
cjtallman
3
-1
/
+16
2015-03-03
Fix cut-paste typo on PIE_HOST_NOT_FOUND.
Diego Nehab
1
-30
/
+30
2015-03-03
updated error messages, less error prone, platform independent
Thijs Schreijer
3
-51
/
+78
2015-03-01
Better solution to luaL_checkint...
Diego Nehab
2
-12
/
+2
2015-03-01
fixed accidental global in `ftp.lua`
Thijs Schreijer
1
-1
/
+1
2015-02-18
Fix inet_global_getaddrinfo leak of getnameinfo
Diego Nehab
1
-0
/
+1
2015-02-18
Out of the box support for Lua 5.3.
Diego Nehab
7
-85
/
+96
2014-12-21
Remove unused function luaL_typerror().
Stephan Gatzka
1
-8
/
+0
2014-12-21
Add missing prototype for opt_get_reuseport().
Stephan Gatzka
1
-1
/
+2
2014-12-21
Make local function udp_strerror() static.
Stephan Gatzka
1
-1
/
+1
2014-12-21
Make casts const correct.
Stephan Gatzka
1
-10
/
+10
2014-11-28
white background
TsT
1
-0
/
+1
2014-11-10
make socket.protect yieldable on Lua 5.2/5.3
Philipp Janda
1
-5
/
+30
2014-11-10
fixed yieldable socket.protect in etc/dispatch.lua
Philipp Janda
1
-15
/
+22
2014-10-27
src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.
daurnimator
1
-4
/
+0
2014-10-27
src/usocket: Do not setblocking on destroy;
daurnimator
1
-1
/
+0
2014-07-15
Fix Host: header according to RFC7230
Diego Nehab
1
-3
/
+2
2014-03-27
Add proxy authentication headers if present.
Charles Tabor
1
-0
/
+9
2014-03-21
Generate headers before proxy changes host and port
Charles Tabor
1
-3
/
+3
2013-11-07
the universe has only existed for 43.8 years
PixelToast
1
-2
/
+1
2013-09-12
Added ability to set the option `reuseport` of a tcp socket.
kobra
2
-1
/
+3
2013-09-09
Add MYCFLAGS and MYLDFLAGS go allow for customization
Diego Nehab
1
-6
/
+11
2013-09-09
Add support for FreeBSD in makefile
Diego Nehab
2
-1
/
+30
2013-09-09
Fixed timeout bug introduced by commit e81a6ff
Diego Nehab
1
-8
/
+4
2013-08-14
include port in default Host header
Pierre Chapuis
1
-1
/
+3
[next]