diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-29 05:55:51 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-29 05:55:51 +0000 |
commit | cf57768e77c84025a4bfbd99485b21cc6faaaff6 (patch) | |
tree | 75d68816def9e9dc2c7012314cc88a32ada5105b /TODO | |
parent | ecb8db95a4ed38ec1a816a4ae42a1ddc7d1c0d0c (diff) | |
download | luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.tar.gz luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.tar.bz2 luasocket-cf57768e77c84025a4bfbd99485b21cc6faaaff6.zip |
Accounting...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||