diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-23 05:53:14 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-23 05:53:14 +0000 |
commit | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (patch) | |
tree | 03e8e9a4bd64b9424006315c8e720c3f2841a751 /TODO | |
parent | 5e8ae76248ed31496dc6fef7855498a0479159ed (diff) | |
download | luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.gz luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.bz2 luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.zip |
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,8 @@ | |||
1 | new instalation scheme??? | 1 | new instalation scheme??? |
2 | test empty socket.select no windows. | ||
3 | bug by mathew percival? | ||
4 | 2 | ||
5 | arranjar um jeito de fazer multipart/alternative | 3 | test empty socket.select no windows. |
6 | 4 | ||
7 | what the hell does __unload do? | 5 | bug by mathew percival? |
8 | 6 | ||
9 | test it on Windows!!! | 7 | test it on Windows!!! |
10 | 8 | ||
@@ -45,3 +43,6 @@ testar os options! | |||
45 | * received connections | 43 | * received connections |
46 | * - this function is invoked with the client socket | 44 | * - this function is invoked with the client socket |
47 | * - it calls special send and receive functions that yield on timeout | 45 | * - it calls special send and receive functions that yield on timeout |
46 | * arranjar um jeito de fazer multipart/alternative | ||
47 | * what the hell does __unload do? | ||
48 | * it's there just in case someone wants to use it. | ||