diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
commit | 195069cf5f929f445b0ce20e531cd482d2559083 (patch) | |
tree | 6444d37c4ce32395428ba26ee0d16c0c372bd9da /TODO | |
parent | e63f500d24ff0238425c9e13f220daf09a277ef5 (diff) | |
download | luasocket-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-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ tests | |||
22 | trust character constants in mime.c? noooooo. | 22 | trust character constants in mime.c? noooooo. |
23 | smtp.lua needs stuff filter | 23 | smtp.lua needs stuff filter |
24 | 24 | ||
25 | add comments into each C module. | ||
25 | new option.c module to put all options (TCP and UDP share...)? | 26 | new option.c module to put all options (TCP and UDP share...)? |
26 | testar os options! | 27 | testar os options! |
27 | add _tostring methods! | 28 | add _tostring methods! |