aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--FIX19
-rw-r--r--TODO6
2 files changed, 4 insertions, 21 deletions
diff --git a/FIX b/FIX
index f0ad3aa..2ffe9e7 100644
--- a/FIX
+++ b/FIX
@@ -1,18 +1 @@
1UDP has a reasonable maximum datagram size filter.chain is coroutine-free
2receive accepts the prefix optional argument
3send doesn't support multiple arguments anymore
4send allows the selection of the substring to be sent
5fix bug that caused select return tables not to be associative on windows
6compiles with g++
7new sample unix domain support
8new sample LPD support
9comprehensive error messages in the default case.
10new getstats method to help throttle.
11listen defaults to 32 backlog
12smtp/ftp/http fail gracefully
13accept/connect/select interrupt safe
14accepted sockets are nonblocking
15new timming functions. higher resolution, no wrap around
16bug fixes in the manual
17getfd missing cast
18fixed local domain socket kludge of name size
diff --git a/TODO b/TODO
index cbc2edb..e11e4de 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
1change sendraw to send by chunks
2
3use mike's "don't set to blocking before closing unless needed" patch? 1use mike's "don't set to blocking before closing unless needed" patch?
4take a look at DB's smtp patch 2take a look at DB's smtp patch (add "extra argument" table)
3move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?
5 4
6optmize aux_getgroupudata (Mike idea) 5optmize aux_getgroupudata (Mike idea)
7 make aux_newclass receive upvalues 6 make aux_newclass receive upvalues
@@ -32,3 +31,4 @@ testar os options!
32* fix manual for send and receive 31* fix manual for send and receive
33* add thanks to mike 32* add thanks to mike
34* change sock:send to use indices just like string.sub? 33* change sock:send to use indices just like string.sub?
34* change sendraw to send by chunks