diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
commit | e4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch) | |
tree | aac49c61149d30bf11219ab8d9989915bf7bee37 /TODO | |
parent | 9a79d500eb3e015f5bf579aab714916d49c1f289 (diff) | |
download | luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.gz luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.bz2 luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.zip |
Fixed a bunch of stuff. Added mike's patches.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | test associativity of socket.select | ||
2 | probably if is dirty, no assoc is created. wonder why... | ||
3 | 1 | ||
2 | change sock:send to use indices just like string.sub? | ||
3 | use mike's "don't set to blocking before closing unless needed" patch? | ||
4 | take a look at DB's smtp patch | 4 | take a look at DB's smtp patch |
5 | 5 | ||
6 | optmize aux_getgroupudata (Mike idea) | 6 | optmize aux_getgroupudata (Mike idea) |
@@ -12,7 +12,6 @@ add error message stuff to the manual | |||
12 | 12 | ||
13 | make sure all modules that can use it actually use socket.newtry | 13 | make sure all modules that can use it actually use socket.newtry |
14 | adicionar exemplos de expansão: pipe, local, named pipe | 14 | adicionar exemplos de expansão: pipe, local, named pipe |
15 | Add service name translation. | ||
16 | testar os options! | 15 | testar os options! |
17 | - Thread-safe | 16 | - Thread-safe |
18 | - proteger get*by*.* com um mutex GLOBAL! | 17 | - proteger get*by*.* com um mutex GLOBAL! |
@@ -29,3 +28,4 @@ testar os options! | |||
29 | *use GetSystemTimeAsFileTime in windows (WinCE will suffer document) | 28 | *use GetSystemTimeAsFileTime in windows (WinCE will suffer document) |
30 | *add getstats to the manual | 29 | *add getstats to the manual |
31 | *Fazer compilar com g++ | 30 | *Fazer compilar com g++ |
31 | *test associativity of socket.select | ||