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.
This commit is contained in:
parent
9ed7f955e5
commit
58096449c6
40 changed files with 2035 additions and 815 deletions
11
TODO
11
TODO
|
@ -2,6 +2,15 @@ ajeitar os README.*
|
|||
ajeitar select. upvalue nao tem nada a ver...
|
||||
make sure filter.chain fails gracefully.
|
||||
ajeitar o manual sobre select, mais liberal agora
|
||||
falar sobre o novo esquema de namespace
|
||||
tirar socket.url socket.ftp etc do manual. agora os namespaces estao
|
||||
liberados.
|
||||
ajeitar as referencias a RFCS e LTNS em todos os arquivos.
|
||||
proxy no ftp
|
||||
ajeitar < e-mail > no smtp?
|
||||
ajeitar referencias a LTN12 nos manuais
|
||||
|
||||
make sure sockets are closed when exceptions are raised
|
||||
|
||||
falar sobre encodet/wrapt/decodet no manual sobre mime
|
||||
|
||||
|
@ -14,8 +23,6 @@ expose encode/decode tables to provide extensibility for mime module
|
|||
use coroutines instead of fancy filters
|
||||
|
||||
check garbage collection in test*.lua
|
||||
pop3???
|
||||
|
||||
|
||||
add socket.TIMEOUT to be default timeout?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue