aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-12 22:35:20 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-12 22:35:20 +0000
commit4964552718b81dba2c36fc08494aefae89a799f4 (patch)
tree5473a82045a7f66f31c56f4cbd151b16a61e7e90 /TODO
parent396946b63a95fc9949b75aed82c7ac1c132ccd40 (diff)
downloadluasocket-4964552718b81dba2c36fc08494aefae89a799f4.tar.gz
luasocket-4964552718b81dba2c36fc08494aefae89a799f4.tar.bz2
luasocket-4964552718b81dba2c36fc08494aefae89a799f4.zip
My own ltn12.filter.chain is done.
Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 557c0db..26ce419 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ new scheme to choose family/protocol of object to create
4change ltn13 to make sure drawbacks are obvious 4change ltn13 to make sure drawbacks are obvious
5 - check discussion 5 - check discussion
6make sure errors not thrown by try() are not caught by protect() 6make sure errors not thrown by try() are not caught by protect()
7use wim's filter.chain or something better
8use mike's "don't set to blocking before closing unless needed" patch? 7use mike's "don't set to blocking before closing unless needed" patch?
9take a look at DB's smtp patch (add "extra argument" table) 8take a look at DB's smtp patch (add "extra argument" table)
10move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? 9move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?
@@ -24,6 +23,7 @@ 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*use wim's filter.chain or something better
27*fix PROXY in http.lua 27*fix PROXY in http.lua
28*use new distribution scheme 28*use new distribution scheme
29*create the getstats method. 29*create the getstats method.