diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:17:37 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 05:17:37 +0000 |
commit | 911e8d7e7f63e6e90814e82955bfaf26328afb19 (patch) | |
tree | 575a916f4616a0f865bff9928faa9be67a8c867e /TODO | |
parent | d914007507a6a4ad3489cca19652af403fef7074 (diff) | |
download | luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.gz luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.bz2 luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.zip |
Beta2 is out! Total timeout works on Windows.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,5 @@ | |||
1 | change sendraw to send by chunks | ||
1 | 2 | ||
2 | fix manual for send and receive | ||
3 | add thanks to mike | ||
4 | |||
5 | change sock:send to use indices just like string.sub? | ||
6 | use mike's "don't set to blocking before closing unless needed" patch? | 3 | use mike's "don't set to blocking before closing unless needed" patch? |
7 | take a look at DB's smtp patch | 4 | take a look at DB's smtp patch |
8 | 5 | ||
@@ -32,3 +29,6 @@ testar os options! | |||
32 | *add getstats to the manual | 29 | *add getstats to the manual |
33 | *Fazer compilar com g++ | 30 | *Fazer compilar com g++ |
34 | *test associativity of socket.select | 31 | *test associativity of socket.select |
32 | * fix manual for send and receive | ||
33 | * add thanks to mike | ||
34 | * change sock:send to use indices just like string.sub? | ||