aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-11-28 08:17:16 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-11-28 08:17:16 +0000
commit534b0cedf714d4de0a6cf67570e11f232cdccf84 (patch)
tree14b26a6a8460e57c9739025eb0e661f64bb78b4f /TODO
parent297b32e828b76ee544c9d4f89f996eda78830cc0 (diff)
downloadluasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.tar.gz
luasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.tar.bz2
luasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.zip
Added new instalation section to the manual.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index dfb9178..c366bf6 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
1use wim's filter.chain or something better
2make sure standard libraries are "required" by modules before use.
3eliminate globals from namespaces created by module().
4ftp.send/recv return bytes transfered? 1ftp.send/recv return bytes transfered?
5new scheme to choose family/protocol of object to create 2new scheme to choose family/protocol of object to create
6change ltn13 to make sure drawbacks are obvious 3change ltn13 to make sure drawbacks are obvious
@@ -23,6 +20,9 @@ testar os options!
23 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) 20 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
24 - inet_ntoa também é uma merda. 21 - inet_ntoa também é uma merda.
25 22
23*eliminate globals from namespaces created by module().
24*make sure standard libraries are "required" by modules before use.
25*use wim's filter.chain or something better
26*close wasn't returning 1 26*close wasn't returning 1
27*make sure errors not thrown by try() are not caught by protect() 27*make sure errors not thrown by try() are not caught by protect()
28*move wsocket.c:sock_send kludge to buffer.c:sendraw? 28*move wsocket.c:sock_send kludge to buffer.c:sendraw?