aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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