diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
commit | 076451c75336b30e6152bd5c02f355db39107f7d (patch) | |
tree | 785a6c71ca1e5246f2ce09a9b91f98eb902ac2a0 /TODO | |
parent | 89f3ecf7820857f91c4039536d2bbe3cf12d5f95 (diff) | |
download | luasocket-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-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,8 +1,13 @@ | |||
1 | change send/recv to avoid using select | ||
2 | 1 | ||
2 | |||
3 | |||
4 | check for interrupt compliance | ||
5 | add connect with timeout | ||
3 | add gethostname and use it in HTTP, SMTP etc, and add manual entry. | 6 | add gethostname and use it in HTTP, SMTP etc, and add manual entry. |
7 | |||
4 | add local connect, and manual entry | 8 | add local connect, and manual entry |
5 | add shutdown, and manual entry | 9 | |
10 | add shutdown manual entry | ||
6 | 11 | ||
7 | only allocate in case of success | 12 | only allocate in case of success |
8 | only call select if io fails... | 13 | only 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 |