diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 48 |
1 files changed, 8 insertions, 40 deletions
@@ -1,25 +1,11 @@ | |||
1 | 1 | ftp send should return server replies? | |
2 | fix unix.c to return just a function | 2 | make sure there are no object files in the distribution tarball |
3 | get rid of setmetatable(, nil) since packages don't need this anymore in | 3 | http handling of 100-continue, see DB patch |
4 | 5.1 | 4 | DB ftp.lua bug. |
5 | 5 | test unix.c to return just a function and works with require"unix" | |
6 | new instalation scheme??? | 6 | get rid of setmetatable(, nil) since packages don't need this anymore in 5.1 |
7 | 7 | compat-5.1 novo | |
8 | test empty socket.select no windows. | 8 | ajeitar pra lua-5.1 |
9 | |||
10 | bug by mathew percival? | ||
11 | |||
12 | test it on Windows!!! | ||
13 | |||
14 | leave code for losers that don't have nanosleep | ||
15 | |||
16 | ftp.send/recv return bytes transfered? | ||
17 | new scheme to choose family/protocol of object to create | ||
18 | change ltn13 to make sure drawbacks are obvious | ||
19 | - check discussion | ||
20 | use mike's "don't set to blocking before closing unless needed" patch? | ||
21 | take a look at DB's smtp patch (add "extra argument" table) | ||
22 | |||
23 | 9 | ||
24 | adicionar exemplos de expansão: pipe, local, named pipe | 10 | adicionar exemplos de expansão: pipe, local, named pipe |
25 | testar os options! | 11 | testar os options! |
@@ -27,21 +13,3 @@ testar os options! | |||
27 | - proteger get*by*.* com um mutex GLOBAL! | 13 | - proteger get*by*.* com um mutex GLOBAL! |
28 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 14 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
29 | - inet_ntoa também é uma merda. | 15 | - inet_ntoa também é uma merda. |
30 | |||
31 | * protect doesn't catch errors by error and assert | ||
32 | * BUG NO SET DO TINYIRC!!! SINISTRO. | ||
33 | * _VERSION, _DEBUG, etc. | ||
34 | * talk about new create field in HTTP, FTP and SMTP | ||
35 | * talk about the non-blocking connect in the manual | ||
36 | * think about how to extend http, ftp, smtp to use special send and receive | ||
37 | * functions for non-blocking so they can be used in the context of the | ||
38 | * dispatcher! | ||
39 | * adjust manual for new sock:send returns. | ||
40 | * think about a dispatcher. | ||
41 | * - it creates a server and receives a function that will do the work on | ||
42 | * received connections | ||
43 | * - this function is invoked with the client socket | ||
44 | * - it calls special send and receive functions that yield on timeout | ||
45 | * arranjar um jeito de fazer multipart/alternative | ||
46 | * what the hell does __unload do? | ||
47 | * it's there just in case someone wants to use it. | ||