diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ | |||
1 | - document bind and connect behavior. | ||
1 | - getsockname should also support IPv6, no? | 2 | - getsockname should also support IPv6, no? |
2 | - shouldn't we instead make the code compatible to Lua 5.2 | 3 | - shouldn't we instead make the code compatible to Lua 5.2 |
3 | without any compat stuff, and use a compatibility layer to | 4 | without any compat stuff, and use a compatibility layer to |
@@ -5,7 +6,6 @@ | |||
5 | - add what's new to manual | 6 | - add what's new to manual |
6 | - should there be an equivalent to tohostname for IPv6? | 7 | - should there be an equivalent to tohostname for IPv6? |
7 | - should we add service name resolution as well to getaddrinfo? | 8 | - should we add service name resolution as well to getaddrinfo? |
8 | - document bind and connect behavior based on address? | ||
9 | 9 | ||
10 | - add http POST sample to manual | 10 | - add http POST sample to manual |
11 | people keep asking stupid questions | 11 | people keep asking stupid questions |
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | Done: | 17 | Done: |
18 | 18 | ||
19 | - connect and bind try all adresses returned by getaddrinfo | ||
19 | - document headers.lua? | 20 | - document headers.lua? |
20 | - update copyright date everywhere? | 21 | - update copyright date everywhere? |
21 | - remove RCSID from files? | 22 | - remove RCSID from files? |