aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 00:18:19 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 00:18:19 +0000
commit0c9f420a3549df3fb331bb24157b65a3301641d4 (patch)
treee1b6ce40b55a77ed2bc20493f10f8239b7c00071 /TODO
parent42e0e74487ca62b58a8a1fa06580154c632b4942 (diff)
downloadluasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.tar.gz
luasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.tar.bz2
luasocket-0c9f420a3549df3fb331bb24157b65a3301641d4.zip
New accept/connect code.
Better error checking. Better tests. __tostring implemented.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 835929f..f6a67f1 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,9 @@ manual
12 local connect 12 local connect
13 add thanks to 'carlos cassino' and 'david burgess' 13 add thanks to 'carlos cassino' and 'david burgess'
14 add new ip- options and reuseaddr option 14 add new ip- options and reuseaddr option
15 add listen to manual
16 bind method doesn't do listen anymore
17 bind doesn't turn an object into a server object: listen does.
15 18
16tests 19tests
17 checar todos os metodos 20 checar todos os metodos