aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index dfb9178..c366bf6 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
1use wim's filter.chain or something better
2make sure standard libraries are "required" by modules before use.
3eliminate globals from namespaces created by module().
4ftp.send/recv return bytes transfered? 1ftp.send/recv return bytes transfered?
5new scheme to choose family/protocol of object to create 2new scheme to choose family/protocol of object to create
6change ltn13 to make sure drawbacks are obvious 3change ltn13 to make sure drawbacks are obvious
@@ -23,6 +20,9 @@ testar os options!
23 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) 20 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
24 - inet_ntoa também é uma merda. 21 - inet_ntoa também é uma merda.
25 22
23*eliminate globals from namespaces created by module().
24*make sure standard libraries are "required" by modules before use.
25*use wim's filter.chain or something better
26*close wasn't returning 1 26*close wasn't returning 1
27*make sure errors not thrown by try() are not caught by protect() 27*make sure errors not thrown by try() are not caught by protect()
28*move wsocket.c:sock_send kludge to buffer.c:sendraw? 28*move wsocket.c:sock_send kludge to buffer.c:sendraw?