aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-28 07:06:42 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-28 07:06:42 +0000
commit8bf9fb51dd09fb066483247fccbfc979acc84071 (patch)
tree9755d6a329a2e2484a5692a600c494b4a8e27130
parent9d218a93791ad9b19aff7cb0f8846feb7add084c (diff)
downloadluasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.tar.gz
luasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.tar.bz2
luasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.zip
Thread safety...
-rw-r--r--TODO16
1 files changed, 6 insertions, 10 deletions
diff --git a/TODO b/TODO
index d79aea5..07814a5 100644
--- a/TODO
+++ b/TODO
@@ -2,12 +2,6 @@ New mime support
2 2
3 3
4 4
5
6
7
8
9
10
11ftp send should return server replies? 5ftp send should return server replies?
12make sure there are no object files in the distribution tarball 6make sure there are no object files in the distribution tarball
13http handling of 100-continue, see DB patch 7http handling of 100-continue, see DB patch
@@ -19,7 +13,9 @@ ajeitar pra lua-5.1
19 13
20adicionar exemplos de expansão: pipe, local, named pipe 14adicionar exemplos de expansão: pipe, local, named pipe
21testar os options! 15testar os options!
22- Thread-safe 16
23 - proteger get*by*.* com um mutex GLOBAL! 17
24 - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) 18- Thread-unsafe functions to protect
25 - inet_ntoa também é uma merda. 19 gethostbyname(), gethostbyaddr(), gethostent(),
20inet_ntoa(), strerror(),
21