diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-02-11 03:31:53 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-02-11 03:31:53 +0000 |
commit | 390846b640ee7013d51a766b4b2472bdcfbbdfcc (patch) | |
tree | 3bedd023a0a84feb714615245b58eab5ffb4309b /TODO | |
parent | 0b2542d1a61fc5425ff65ab3dbf7ba7de174763f (diff) | |
download | luasocket-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-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
22 | unify filter and send/receive callback. new sink/source/pump idea. | ||
23 | get rid of aux_optlstring | ||
24 | wrap sink and sources with a function that performs the replacement | ||
25 | get rid of unpack in mime.lua | ||
22 | 26 | ||
23 | check garbage collection in test*.lua | 27 | check garbage collection in test*.lua |
24 | pop3??? | 28 | pop3??? |
25 | 29 | ||
30 | break chain into a simpler binary chain and a complex (recursive) one. | ||
31 | |||
26 | add socket.TIMEOUT to be default timeout? | 32 | add socket.TIMEOUT to be default timeout? |
27 | 33 | ||
28 | manual | 34 | manual |