aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 18:40:52 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 18:40:52 +0000
commit195069cf5f929f445b0ce20e531cd482d2559083 (patch)
tree6444d37c4ce32395428ba26ee0d16c0c372bd9da /TODO
parente63f500d24ff0238425c9e13f220daf09a277ef5 (diff)
downloadluasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.gz
luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.bz2
luasocket-195069cf5f929f445b0ce20e531cd482d2559083.zip
Fixed functions that return messages in ?socket.c.
Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index b24f9e5..835929f 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,7 @@ tests
22trust character constants in mime.c? noooooo. 22trust character constants in mime.c? noooooo.
23smtp.lua needs stuff filter 23smtp.lua needs stuff filter
24 24
25add comments into each C module.
25new option.c module to put all options (TCP and UDP share...)? 26new option.c module to put all options (TCP and UDP share...)?
26testar os options! 27testar os options!
27add _tostring methods! 28add _tostring methods!