diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 06:24:00 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 06:24:00 +0000 |
commit | 58096449c6044b7aade5cd41cfd71c6bec1d273d (patch) | |
tree | 1814ffebe89c4c2556d84f97f66db37a7e8b4554 /TODO | |
parent | 9ed7f955e5fc69af9bf1794fa2c8cd227981ba24 (diff) | |
download | luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.tar.gz luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.tar.bz2 luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.zip |
Manual is almost done. HTTP is missing.
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,6 +2,15 @@ ajeitar os README.* | |||
2 | ajeitar select. upvalue nao tem nada a ver... | 2 | ajeitar select. upvalue nao tem nada a ver... |
3 | make sure filter.chain fails gracefully. | 3 | make sure filter.chain fails gracefully. |
4 | ajeitar o manual sobre select, mais liberal agora | 4 | ajeitar o manual sobre select, mais liberal agora |
5 | falar sobre o novo esquema de namespace | ||
6 | tirar socket.url socket.ftp etc do manual. agora os namespaces estao | ||
7 | liberados. | ||
8 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. | ||
9 | proxy no ftp | ||
10 | ajeitar < e-mail > no smtp? | ||
11 | ajeitar referencias a LTN12 nos manuais | ||
12 | |||
13 | make sure sockets are closed when exceptions are raised | ||
5 | 14 | ||
6 | falar sobre encodet/wrapt/decodet no manual sobre mime | 15 | falar sobre encodet/wrapt/decodet no manual sobre mime |
7 | 16 | ||
@@ -14,8 +23,6 @@ expose encode/decode tables to provide extensibility for mime module | |||
14 | use coroutines instead of fancy filters | 23 | use coroutines instead of fancy filters |
15 | 24 | ||
16 | check garbage collection in test*.lua | 25 | check garbage collection in test*.lua |
17 | pop3??? | ||
18 | |||
19 | 26 | ||
20 | add socket.TIMEOUT to be default timeout? | 27 | add socket.TIMEOUT to be default timeout? |
21 | 28 | ||