aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 7dadfd9..dfb9178 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,12 @@
1 1use wim's filter.chain or something better
2make sure standard libraries are "required" by modules before use. 2make sure standard libraries are "required" by modules before use.
3eliminate globals from namespaces created by module(). 3eliminate globals from namespaces created by module().
4ftp.send/recv return bytes transfered? 4ftp.send/recv return bytes transfered?
5new scheme to choose family/protocol of object to create 5new scheme to choose family/protocol of object to create
6change ltn13 to make sure drawbacks are obvious 6change ltn13 to make sure drawbacks are obvious
7 - check discussion 7 - check discussion
8make sure errors not thrown by try() are not caught by protect()
9use mike's "don't set to blocking before closing unless needed" patch? 8use mike's "don't set to blocking before closing unless needed" patch?
10take a look at DB's smtp patch (add "extra argument" table) 9take a look at DB's smtp patch (add "extra argument" table)
11move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?
12 10
13optmize aux_getgroupudata (Mike idea) 11optmize 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.