diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,3 +1,7 @@ | |||
1 | |||
2 | get rid of setmetatable(, nil) since packages don't need this anymore in | ||
3 | 5.1 | ||
4 | |||
1 | new instalation scheme??? | 5 | new instalation scheme??? |
2 | 6 | ||
3 | test empty socket.select no windows. | 7 | test empty socket.select no windows. |
@@ -15,14 +19,7 @@ change ltn13 to make sure drawbacks are obvious | |||
15 | use mike's "don't set to blocking before closing unless needed" patch? | 19 | use mike's "don't set to blocking before closing unless needed" patch? |
16 | take a look at DB's smtp patch (add "extra argument" table) | 20 | take a look at DB's smtp patch (add "extra argument" table) |
17 | 21 | ||
18 | optmize aux_getgroupudata (Mike idea) | ||
19 | make aux_newclass receive upvalues | ||
20 | use one upvalue per string name of class/group | ||
21 | make aux_checkgroup by upvalue (faster) | ||
22 | |||
23 | add error message stuff to the manual | ||
24 | 22 | ||
25 | make sure all modules that can use it actually use socket.newtry | ||
26 | adicionar exemplos de expansão: pipe, local, named pipe | 23 | adicionar exemplos de expansão: pipe, local, named pipe |
27 | testar os options! | 24 | testar os options! |
28 | - Thread-safe | 25 | - Thread-safe |
@@ -30,6 +27,7 @@ testar os options! | |||
30 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 27 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
31 | - inet_ntoa também é uma merda. | 28 | - inet_ntoa também é uma merda. |
32 | 29 | ||
30 | * protect doesn't catch errors by error and assert | ||
33 | * BUG NO SET DO TINYIRC!!! SINISTRO. | 31 | * BUG NO SET DO TINYIRC!!! SINISTRO. |
34 | * _VERSION, _DEBUG, etc. | 32 | * _VERSION, _DEBUG, etc. |
35 | * talk about new create field in HTTP, FTP and SMTP | 33 | * talk about new create field in HTTP, FTP and SMTP |