diff options
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 |