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