aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2012-04-27 02:03:09 +0800
committerDiego Nehab <diego.nehab@gmail.com>2012-04-27 02:03:09 +0800
commit30d1aae140db85501672983481a987418eeba2ed (patch)
tree12ff6ce7c01f011d833ff9f4bd791277c327badd
parentc2e29537f576a7082247091036c7957479d42b21 (diff)
downloadluasocket-30d1aae140db85501672983481a987418eeba2ed.tar.gz
luasocket-30d1aae140db85501672983481a987418eeba2ed.tar.bz2
luasocket-30d1aae140db85501672983481a987418eeba2ed.zip
Added Sam's suggestion to TODO
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2c68d67..cc49daa 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,11 @@
1- document bind and connect behavior. 1- document the new bind and connect behavior.
2- shouldn't we instead make the code compatible to Lua 5.2 2- shouldn't we instead make the code compatible to Lua 5.2
3 without any compat stuff, and use a compatibility layer to 3 without any compat stuff, and use a compatibility layer to
4 make it work on 5.1? 4 make it work on 5.1?
5- add what's new to manual 5- add what's new to manual
6- should there be an equivalent to tohostname for IPv6? 6- should there be an equivalent to tohostname for IPv6?
7- should we add service name resolution as well to getaddrinfo? 7- should we add service name resolution as well to getaddrinfo?
8- Maybe the sockaddr to presentation conversion should be done with getnameinfo()?
8 9
9- add http POST sample to manual 10- add http POST sample to manual
10 people keep asking stupid questions 11 people keep asking stupid questions