diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-28 07:06:42 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-28 07:06:42 +0000 |
commit | 8bf9fb51dd09fb066483247fccbfc979acc84071 (patch) | |
tree | 9755d6a329a2e2484a5692a600c494b4a8e27130 | |
parent | 9d218a93791ad9b19aff7cb0f8846feb7add084c (diff) | |
download | luasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.tar.gz luasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.tar.bz2 luasocket-8bf9fb51dd09fb066483247fccbfc979acc84071.zip |
Thread safety...
-rw-r--r-- | TODO | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -2,12 +2,6 @@ New mime support | |||
2 | 2 | ||
3 | 3 | ||
4 | 4 | ||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
11 | ftp send should return server replies? | 5 | ftp send should return server replies? |
12 | make sure there are no object files in the distribution tarball | 6 | make sure there are no object files in the distribution tarball |
13 | http handling of 100-continue, see DB patch | 7 | http handling of 100-continue, see DB patch |
@@ -19,7 +13,9 @@ ajeitar pra lua-5.1 | |||
19 | 13 | ||
20 | adicionar exemplos de expansão: pipe, local, named pipe | 14 | adicionar exemplos de expansão: pipe, local, named pipe |
21 | testar os options! | 15 | testar 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(), |
20 | inet_ntoa(), strerror(), | ||
21 | |||