diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
commit | 62a4c505e488c714e8795ea85564504562d30301 (patch) | |
tree | f270f53f26905b7275cea172e52ebc269a41c695 /TODO | |
parent | 0c9f420a3549df3fb331bb24157b65a3301641d4 (diff) | |
download | luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2 luasocket-62a4c505e488c714e8795ea85564504562d30301.zip |
Working on the manual...
Making better tests for error messages.
Changed a few names.
Moved gethostname to inet.c.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,5 @@ | |||
1 | manual | 1 | manual |
2 | check all occurences of it's | ||
2 | add shutdown | 3 | add shutdown |
3 | add gethostname | 4 | add gethostname |
4 | the need of a content-length header in the post method... | 5 | the need of a content-length header in the post method... |
@@ -22,6 +23,11 @@ tests | |||
22 | checar garbage collection | 23 | checar garbage collection |
23 | check for interrupts | 24 | check for interrupts |
24 | 25 | ||
26 | close has to block... | ||
27 | fmt is not a good name | ||
28 | change wrap() to accept a number and default to "character" | ||
29 | move gethostname to dns table | ||
30 | get rid of _cb in name of functions? | ||
25 | trust character constants in mime.c? noooooo. | 31 | trust character constants in mime.c? noooooo. |
26 | smtp.lua needs stuff filter | 32 | smtp.lua needs stuff filter |
27 | 33 | ||