diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-12 22:35:20 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-12 22:35:20 +0000 |
commit | 4964552718b81dba2c36fc08494aefae89a799f4 (patch) | |
tree | 5473a82045a7f66f31c56f4cbd151b16a61e7e90 /TODO | |
parent | 396946b63a95fc9949b75aed82c7ac1c132ccd40 (diff) | |
download | luasocket-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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,6 @@ new scheme to choose family/protocol of object to create | |||
4 | change ltn13 to make sure drawbacks are obvious | 4 | change ltn13 to make sure drawbacks are obvious |
5 | - check discussion | 5 | - check discussion |
6 | make sure errors not thrown by try() are not caught by protect() | 6 | make sure errors not thrown by try() are not caught by protect() |
7 | use wim's filter.chain or something better | ||
8 | use mike's "don't set to blocking before closing unless needed" patch? | 7 | use mike's "don't set to blocking before closing unless needed" patch? |
9 | take a look at DB's smtp patch (add "extra argument" table) | 8 | take a look at DB's smtp patch (add "extra argument" table) |
10 | move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? | 9 | move 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. |