aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-17 00:17:46 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-17 00:17:46 +0000
commit076451c75336b30e6152bd5c02f355db39107f7d (patch)
tree785a6c71ca1e5246f2ce09a9b91f98eb902ac2a0 /TODO
parent89f3ecf7820857f91c4039536d2bbe3cf12d5f95 (diff)
downloadluasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.gz
luasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.bz2
luasocket-076451c75336b30e6152bd5c02f355db39107f7d.zip
Tested in windows. Still needs more testing, but progress has been made.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index bd8a950..5566d16 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,13 @@
1change send/recv to avoid using select
2 1
2
3
4check for interrupt compliance
5add connect with timeout
3add gethostname and use it in HTTP, SMTP etc, and add manual entry. 6add gethostname and use it in HTTP, SMTP etc, and add manual entry.
7
4add local connect, and manual entry 8add local connect, and manual entry
5add shutdown, and manual entry 9
10add shutdown manual entry
6 11
7only allocate in case of success 12only allocate in case of success
8only call select if io fails... 13only call select if io fails...
@@ -65,6 +70,8 @@ Ajeitar o protocolo da luaopen_socket()... sei lá qual é.
65- testar os options! 70- testar os options!
66- adicionar exemplos de expansão: pipe, local, named pipe 71- adicionar exemplos de expansão: pipe, local, named pipe
67 72
73* add shutdown
74* change send/recv to avoid using select
68* O location do "redirect" pode ser relativo ao servidor atual (não pode, 75* O location do "redirect" pode ser relativo ao servidor atual (não pode,
69 mas os servidores fazem merda...) 76 mas os servidores fazem merda...)
70* Ajeitar para Lua 5.0 77* Ajeitar para Lua 5.0