diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 08:59:21 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 08:59:21 +0000 |
commit | 3ea92711269153916990d6cd7999bf436775e647 (patch) | |
tree | 7643554eabc998871bf7627abe499614836e3b3d /TODO | |
parent | 50ce1437255ada7ec8e667020001a1a00cf5744e (diff) | |
download | luasocket-3ea92711269153916990d6cd7999bf436775e647.tar.gz luasocket-3ea92711269153916990d6cd7999bf436775e647.tar.bz2 luasocket-3ea92711269153916990d6cd7999bf436775e647.zip |
Added new filter to code.c, to convert between line conventions.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ | |||
1 | 1 | write some utilities that use the code.lua module and put them | |
2 | 2 | in etc, modify the README.etc file and makefile.dist (eol.lua is done) | |
3 | 3 | ||
4 | check for interrupt compliance | 4 | check for interrupt compliance |
5 | add connect with timeout | 5 | add connect with timeout |
6 | add gethostname and use it in HTTP, SMTP etc, and add manual entry. | 6 | add gethostname and use it in HTTP, SMTP etc, and add manual entry. |
7 | add thanks for cassino and david burgess | ||
7 | 8 | ||
8 | add local connect, and manual entry | 9 | add local connect, and manual entry |
9 | 10 | ||