aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-11 03:31:53 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-11 03:31:53 +0000
commit390846b640ee7013d51a766b4b2472bdcfbbdfcc (patch)
tree3bedd023a0a84feb714615245b58eab5ffb4309b /TODO
parent0b2542d1a61fc5425ff65ab3dbf7ba7de174763f (diff)
downloadluasocket-390846b640ee7013d51a766b4b2472bdcfbbdfcc.tar.gz
luasocket-390846b640ee7013d51a766b4b2472bdcfbbdfcc.tar.bz2
luasocket-390846b640ee7013d51a766b4b2472bdcfbbdfcc.zip
Added ltn12 module. Modified mime to be stand alone.
Still crashes on invalid input. Dunno why.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9e9923c..7479cfc 100644
--- a/TODO
+++ b/TODO
@@ -19,10 +19,16 @@
19* Separar as classes em arquivos 19* Separar as classes em arquivos
20* Retorno de sendto em datagram sockets pode ser refused 20* Retorno de sendto em datagram sockets pode ser refused
21 21
22unify filter and send/receive callback. new sink/source/pump idea.
23get rid of aux_optlstring
24wrap sink and sources with a function that performs the replacement
25get rid of unpack in mime.lua
22 26
23check garbage collection in test*.lua 27check garbage collection in test*.lua
24pop3??? 28pop3???
25 29
30break chain into a simpler binary chain and a complex (recursive) one.
31
26add socket.TIMEOUT to be default timeout? 32add socket.TIMEOUT to be default timeout?
27 33
28manual 34manual