mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
16 lines
585 B
Plaintext
16 lines
585 B
Plaintext
ftp send should return server replies?
|
|
make sure there are no object files in the distribution tarball
|
|
http handling of 100-continue, see DB patch
|
|
DB ftp.lua bug.
|
|
test unix.c to return just a function and works with require"unix"
|
|
get rid of setmetatable(, nil) since packages don't need this anymore in 5.1
|
|
compat-5.1 novo
|
|
ajeitar pra lua-5.1
|
|
|
|
adicionar exemplos de expansão: pipe, local, named pipe
|
|
testar os options!
|
|
- Thread-safe
|
|
- proteger get*by*.* com um mutex GLOBAL!
|
|
- proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
|
|
- inet_ntoa também é uma merda.
|