diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,4 @@ | |||
1 | - document bind and connect behavior. | 1 | - document bind and connect behavior. |
2 | - getsockname should also support IPv6, no? | ||
3 | - 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 |
4 | without any compat stuff, and use a compatibility layer to | 3 | without any compat stuff, and use a compatibility layer to |
5 | make it work on 5.1? | 4 | make it work on 5.1? |
@@ -16,6 +15,11 @@ | |||
16 | 15 | ||
17 | Done: | 16 | Done: |
18 | 17 | ||
18 | - added IPv6 support to getsockname | ||
19 | - simplified getpeername implementation | ||
20 | - added family to return of getsockname and getpeername | ||
21 | and added modification to the manual to describe | ||
22 | |||
19 | - connect and bind try all adresses returned by getaddrinfo | 23 | - connect and bind try all adresses returned by getaddrinfo |
20 | - document headers.lua? | 24 | - document headers.lua? |
21 | - update copyright date everywhere? | 25 | - update copyright date everywhere? |