aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-16 06:48:48 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-16 06:48:48 +0000
commite4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch)
treeaac49c61149d30bf11219ab8d9989915bf7bee37 /TODO
parent9a79d500eb3e015f5bf579aab714916d49c1f289 (diff)
downloadluasocket-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--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 935a409..ec8f25e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
1test associativity of socket.select
2 probably if is dirty, no assoc is created. wonder why...
3 1
2change sock:send to use indices just like string.sub?
3use mike's "don't set to blocking before closing unless needed" patch?
4take a look at DB's smtp patch 4take a look at DB's smtp patch
5 5
6optmize aux_getgroupudata (Mike idea) 6optmize aux_getgroupudata (Mike idea)
@@ -12,7 +12,6 @@ add error message stuff to the manual
12 12
13make sure all modules that can use it actually use socket.newtry 13make sure all modules that can use it actually use socket.newtry
14adicionar exemplos de expansão: pipe, local, named pipe 14adicionar exemplos de expansão: pipe, local, named pipe
15Add service name translation.
16testar os options! 15testar 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