diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ | |||
1 | - merge luaL_typeerror into auxiliar to avoid using luaL prefix? | ||
2 | - document ipv5_v6only default option being set? | ||
3 | - document bind and connect behavior based on address? | ||
4 | - document tcp6 and udp6 | ||
5 | - document dns.getaddrinfo | ||
6 | - check getaddrinfo's output format | ||
7 | - add functionality to query if object is ipv4 or 6? | ||
8 | - normalize error messages to have all first capitals or not? | ||
9 | - what is this lua_Reg vs lua_reg business? | ||
10 | what is this putchar vs addchar business? | ||
11 | is this the compat-5.2 stuff? | ||
12 | - why 2.1.1 rather than 2.1? | ||
13 | - update copyright date everywhere? | ||
14 | - what to do about author? | ||
15 | - any chance we can do without the compat for the final release? | ||
16 | - are only _API symbols being exported now? | ||
17 | it used to export all externs... | ||
18 | - document zero-sized send on udp vs. tcp? | ||
19 | - add http POST sample to manual | ||
20 | people keep asking stupid questions | ||
21 | - document unix socket and serial socket? add raw support? | ||
22 | if so, add tests? | ||
23 | - make sure unix conforms to tcp and udp style | ||
24 | - make sure serial conforms to tcp and udp style | ||
25 | does it need to use write/read instead of send/receive? | ||
26 | - documentation of dirty/getfd/setfd is problematic because of portability | ||
27 | same for unix and serial. | ||
28 | what to do about this? add a stronger disclaimer? | ||
29 | - nice getoption! | ||
30 | prefix all setters with set_ and all getters with get_? | ||
31 | - add what's new to manual | ||
32 | - remove references to Lua 5.0 from documentation, add 5.2? | ||
33 | - update lua and luasocket version in samples in documentation | ||
34 | - document headers.lua? | ||
35 | - fix makefile with decent defaults? | ||
36 | |||
37 | |||
1 | replace \r\n with \0xD\0xA in everything | 38 | replace \r\n with \0xD\0xA in everything |
2 | New mime support | 39 | New mime support |
3 | 40 | ||