diff options
-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 | |||