aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
commit773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (patch)
tree03e8e9a4bd64b9424006315c8e720c3f2841a751 /TODO
parent5e8ae76248ed31496dc6fef7855498a0479159ed (diff)
downloadluasocket-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--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index b2a167e..bd60aaa 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,8 @@
1new instalation scheme??? 1new instalation scheme???
2test empty socket.select no windows.
3bug by mathew percival?
4 2
5arranjar um jeito de fazer multipart/alternative 3test empty socket.select no windows.
6 4
7what the hell does __unload do? 5bug by mathew percival?
8 6
9test it on Windows!!! 7test 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.