aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
commit1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a (patch)
tree35012ac4464bf4a3c8ed942495ef37319b6c9ad1 /TODO
parenta04f15d1ca440006a53bd0d9f98c12e5abebd969 (diff)
downloadluasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.gz
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.bz2
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.zip
Fine tunned modules scheme.
Adjusted client modules. Fixed proxy bug in http.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9023555..1062177 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
1ftp.send/recv return bytes transfered?
1new scheme to choose family/protocol of object to create 2new scheme to choose family/protocol of object to create
2use new distribution scheme
3fix PROXY in http.lua
4change ltn13 to make sure drawbacks are obvious 3change ltn13 to make sure drawbacks are obvious
5 - check discussion 4 - check discussion
6make sure errors not thrown by try() are not caught by protect() 5make sure errors not thrown by try() are not caught by protect()
@@ -24,6 +23,8 @@ testar os options!
24 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) 23 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
25 - inet_ntoa também é uma merda. 24 - inet_ntoa também é uma merda.
26 25
26*fix PROXY in http.lua
27*use new distribution scheme
27*create the getstats method. 28*create the getstats method.
28*fix local domain socket kludge of name size 29*fix local domain socket kludge of name size
29*use TLS 30*use TLS