diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 23:19:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 23:19:38 +0000 |
commit | 62799a416d2b29d8058331f3d8725fb67c75d261 (patch) | |
tree | fead4d5d3d8b0167c28d2a4a2d5cbf2b2e897691 /TODO | |
parent | 07dda08c5d25dca0f8e79b80998559544aa7c398 (diff) | |
download | luasocket-62799a416d2b29d8058331f3d8725fb67c75d261.tar.gz luasocket-62799a416d2b29d8058331f3d8725fb67c75d261.tar.bz2 luasocket-62799a416d2b29d8058331f3d8725fb67c75d261.zip |
Seems to be working.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,13 +2,14 @@ | |||
2 | ajeitar os README.* | 2 | ajeitar os README.* |
3 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. | 3 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. |
4 | 4 | ||
5 | smtp.o goes to mime.dll | ||
6 | make sure sockets are closed when exceptions are raised | 5 | make sure sockets are closed when exceptions are raised |
7 | 6 | ||
8 | check garbage collection in test*.lua | 7 | check garbage collection in test*.lua |
9 | 8 | ||
10 | 9 | ||
11 | manual | 10 | manual |
11 | socket.skip | ||
12 | send return convention changed. | ||
12 | * compatibility: select sets are associative | 13 | * compatibility: select sets are associative |
13 | * add socket.connect and socket.bind to the manual | 14 | * add socket.connect and socket.bind to the manual |
14 | * add shutdown | 15 | * add shutdown |
@@ -157,3 +158,4 @@ these are done | |||
157 | * use coroutines instead of fancy filters | 158 | * use coroutines instead of fancy filters |
158 | * add socket.TIMEOUT to be default timeout? no. | 159 | * add socket.TIMEOUT to be default timeout? no. |
159 | * use gethostname it in SMTP | 160 | * use gethostname it in SMTP |
161 | * smtp.o goes to mime.dll | ||