aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 06:24:00 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 06:24:00 +0000
commit58096449c6044b7aade5cd41cfd71c6bec1d273d (patch)
tree1814ffebe89c4c2556d84f97f66db37a7e8b4554 /TODO
parent9ed7f955e5fc69af9bf1794fa2c8cd227981ba24 (diff)
downloadluasocket-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--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index bc307d5..69cfc6b 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,15 @@ ajeitar os README.*
2ajeitar select. upvalue nao tem nada a ver... 2ajeitar select. upvalue nao tem nada a ver...
3make sure filter.chain fails gracefully. 3make sure filter.chain fails gracefully.
4ajeitar o manual sobre select, mais liberal agora 4ajeitar o manual sobre select, mais liberal agora
5falar sobre o novo esquema de namespace
6tirar socket.url socket.ftp etc do manual. agora os namespaces estao
7liberados.
8ajeitar as referencias a RFCS e LTNS em todos os arquivos.
9proxy no ftp
10ajeitar < e-mail > no smtp?
11ajeitar referencias a LTN12 nos manuais
12
13make sure sockets are closed when exceptions are raised
5 14
6falar sobre encodet/wrapt/decodet no manual sobre mime 15falar sobre encodet/wrapt/decodet no manual sobre mime
7 16
@@ -14,8 +23,6 @@ expose encode/decode tables to provide extensibility for mime module
14use coroutines instead of fancy filters 23use coroutines instead of fancy filters
15 24
16check garbage collection in test*.lua 25check garbage collection in test*.lua
17pop3???
18
19 26
20add socket.TIMEOUT to be default timeout? 27add socket.TIMEOUT to be default timeout?
21 28