diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2012-04-23 00:18:45 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2012-04-23 00:18:45 +0800 |
commit | f960b3872a668ed1b53bd50c5b6a708367332f3c (patch) | |
tree | e82a1b113ed40d70afae36d230b6a6048e1d9fab /TODO | |
parent | f37e0260261f7691246429d227cf7124c291e8b1 (diff) | |
download | luasocket-f960b3872a668ed1b53bd50c5b6a708367332f3c.tar.gz luasocket-f960b3872a668ed1b53bd50c5b6a708367332f3c.tar.bz2 luasocket-f960b3872a668ed1b53bd50c5b6a708367332f3c.zip |
Making progress toward a release
Documented headers.lua
Update copyright date everywhere
Remove RCSID from files
Move version back to 2.1 rather than 2.1.1
Fixed url package to support ipv6 hosts
Changed "domain" to "family" in tcp and udp structures
Implemented getfamily methods
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -1,39 +1,40 @@ | |||
1 | - merge luaL_typeerror into auxiliar to avoid using luaL prefix? | ||
2 | - getsockname should also support IPv6, no? | 1 | - getsockname should also support IPv6, no? |
3 | - remove RCSID from files? | ||
4 | - 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 |
5 | without any compat stuff, and use a compatibility layer to | 3 | without any compat stuff, and use a compatibility layer to |
6 | make it work on 5.1? | 4 | make it work on 5.1? |
7 | - why 2.1.1 rather than 2.1? | ||
8 | - add what's new to manual | 5 | - add what's new to manual |
9 | - should there be an equivalent to tohostname for IPv6? | 6 | - should there be an equivalent to tohostname for IPv6? |
10 | - should we add service name resolution as well to | 7 | - should we add service name resolution as well to getaddrinfo? |
11 | getaddrinfo? | ||
12 | - document bind and connect behavior based on address? | 8 | - document bind and connect behavior based on address? |
13 | 9 | ||
14 | - add functionality to query if object is ipv4 or 6? | ||
15 | - update copyright date everywhere? | ||
16 | - what to do about author? | ||
17 | - add http POST sample to manual | 10 | - add http POST sample to manual |
18 | people keep asking stupid questions | 11 | people keep asking stupid questions |
19 | - documentation of dirty/getfd/setfd is problematic because of portability | 12 | - documentation of dirty/getfd/setfd is problematic because of portability |
20 | same for unix and serial. | 13 | same for unix and serial. |
21 | what to do about this? add a stronger disclaimer? | 14 | what to do about this? add a stronger disclaimer? |
22 | - remove references to Lua 5.0 from documentation, add 5.2? | ||
23 | - update lua and luasocket version in samples in documentation | ||
24 | - document headers.lua? | ||
25 | - fix makefile with decent defaults? | 15 | - fix makefile with decent defaults? |
26 | 16 | ||
27 | Done: | 17 | Done: |
28 | 18 | ||
19 | - document headers.lua? | ||
20 | - update copyright date everywhere? | ||
21 | - remove RCSID from files? | ||
22 | - move version to 2.1 rather than 2.1.1? | ||
23 | - fixed url package to support ipv6 hosts | ||
24 | - changed domain to family | ||
25 | - implement getfamily methods. | ||
26 | |||
27 | - remove references to Lua 5.0 from documentation, add 5.2? | ||
28 | - update lua and luasocket version in samples in documentation | ||
29 | - document ipv5_v6only default option being set? | 29 | - document ipv5_v6only default option being set? |
30 | - document tcp6 and udp6 | 30 | - document tcp6 and udp6 |
31 | - document dns.getaddrinfo | 31 | - document dns.getaddrinfo |
32 | - document zero-sized send on udp vs. tcp? | 32 | - documented zero-sized datagram change? |
33 | no. | 33 | no. |
34 | - document unix socket and serial socket? add raw support? | 34 | - document unix socket and serial socket? add raw support? |
35 | no. | 35 | no. |
36 | - document getoption | 36 | - document getoption |
37 | - merge luaL_typeerror into auxiliar to avoid using luaL prefix? | ||
37 | 38 | ||
38 | 39 | ||
39 | 40 | ||