diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,12 @@ | |||
1 | 1 | use wim's filter.chain or something better | |
2 | make sure standard libraries are "required" by modules before use. | 2 | make sure standard libraries are "required" by modules before use. |
3 | eliminate globals from namespaces created by module(). | 3 | eliminate globals from namespaces created by module(). |
4 | ftp.send/recv return bytes transfered? | 4 | ftp.send/recv return bytes transfered? |
5 | new scheme to choose family/protocol of object to create | 5 | new scheme to choose family/protocol of object to create |
6 | change ltn13 to make sure drawbacks are obvious | 6 | change ltn13 to make sure drawbacks are obvious |
7 | - check discussion | 7 | - check discussion |
8 | make sure errors not thrown by try() are not caught by protect() | ||
9 | use mike's "don't set to blocking before closing unless needed" patch? | 8 | use mike's "don't set to blocking before closing unless needed" patch? |
10 | take a look at DB's smtp patch (add "extra argument" table) | 9 | take a look at DB's smtp patch (add "extra argument" table) |
11 | move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? | ||
12 | 10 | ||
13 | optmize aux_getgroupudata (Mike idea) | 11 | optmize aux_getgroupudata (Mike idea) |
14 | make aux_newclass receive upvalues | 12 | make aux_newclass receive upvalues |
@@ -25,7 +23,10 @@ testar os options! | |||
25 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 23 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
26 | - inet_ntoa também é uma merda. | 24 | - inet_ntoa também é uma merda. |
27 | 25 | ||
28 | *use wim's filter.chain or something better | 26 | *close wasn't returning 1 |
27 | *make sure errors not thrown by try() are not caught by protect() | ||
28 | *move wsocket.c:sock_send kludge to buffer.c:sendraw? | ||
29 | *bug on UDP sendto. | ||
29 | *fix PROXY in http.lua | 30 | *fix PROXY in http.lua |
30 | *use new distribution scheme | 31 | *use new distribution scheme |
31 | *create the getstats method. | 32 | *create the getstats method. |