aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited 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