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