From 8bf9fb51dd09fb066483247fccbfc979acc84071 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 28 Apr 2006 07:06:42 +0000 Subject: [PATCH] Thread safety... --- TODO | 16 ++++++---------- 1 file 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 - - - - - - ftp send should return server replies? make sure there are no object files in the distribution tarball http handling of 100-continue, see DB patch @@ -19,7 +13,9 @@ ajeitar pra lua-5.1 adicionar exemplos de expansão: pipe, local, named pipe testar os options! -- Thread-safe - - proteger get*by*.* com um mutex GLOBAL! - - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) - - inet_ntoa também é uma merda. + + +- Thread-unsafe functions to protect + gethostbyname(), gethostbyaddr(), gethostent(), +inet_ntoa(), strerror(), +