2005-10-05 05:16:17 +02:00
|
|
|
|
fix unix.c to return just a function
|
2005-09-29 08:11:42 +02:00
|
|
|
|
get rid of setmetatable(, nil) since packages don't need this anymore in
|
|
|
|
|
5.1
|
|
|
|
|
|
2005-08-12 07:56:32 +02:00
|
|
|
|
new instalation scheme???
|
2005-01-27 22:30:01 +01:00
|
|
|
|
|
2005-08-23 07:53:14 +02:00
|
|
|
|
test empty socket.select no windows.
|
2005-01-27 22:30:01 +01:00
|
|
|
|
|
2005-08-23 07:53:14 +02:00
|
|
|
|
bug by mathew percival?
|
2005-01-27 22:30:01 +01:00
|
|
|
|
|
2005-08-12 07:56:32 +02:00
|
|
|
|
test it on Windows!!!
|
2005-01-05 07:06:59 +01:00
|
|
|
|
|
2005-02-08 11:01:01 +01:00
|
|
|
|
leave code for losers that don't have nanosleep
|
2004-12-07 21:39:02 +01:00
|
|
|
|
|
2004-10-11 08:18:57 +02:00
|
|
|
|
ftp.send/recv return bytes transfered?
|
2004-09-21 20:58:47 +02:00
|
|
|
|
new scheme to choose family/protocol of object to create
|
|
|
|
|
change ltn13 to make sure drawbacks are obvious
|
|
|
|
|
- check discussion
|
2004-07-16 08:48:48 +02:00
|
|
|
|
use mike's "don't set to blocking before closing unless needed" patch?
|
2004-07-29 07:55:51 +02:00
|
|
|
|
take a look at DB's smtp patch (add "extra argument" table)
|
2004-06-23 03:08:54 +02:00
|
|
|
|
|
2004-06-24 09:36:49 +02:00
|
|
|
|
|
2004-06-18 23:41:44 +02:00
|
|
|
|
adicionar exemplos de expans<6E>o: pipe, local, named pipe
|
|
|
|
|
testar os options!
|
2003-03-21 02:07:23 +01:00
|
|
|
|
- Thread-safe
|
2004-02-04 15:29:11 +01:00
|
|
|
|
- proteger get*by*.* com um mutex GLOBAL!
|
2003-06-26 20:47:49 +02:00
|
|
|
|
- proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
|
|
|
|
|
- inet_ntoa tamb<6D>m <20> uma merda.
|
2004-07-01 07:35:35 +02:00
|
|
|
|
|
2005-09-29 08:11:42 +02:00
|
|
|
|
* protect doesn't catch errors by error and assert
|
2005-04-21 05:15:34 +02:00
|
|
|
|
* BUG NO SET DO TINYIRC!!! SINISTRO.
|
2005-06-14 06:29:23 +02:00
|
|
|
|
* _VERSION, _DEBUG, etc.
|
2005-08-12 07:56:32 +02:00
|
|
|
|
* talk about new create field in HTTP, FTP and SMTP
|
|
|
|
|
* talk about the non-blocking connect in the manual
|
|
|
|
|
* think about how to extend http, ftp, smtp to use special send and receive
|
|
|
|
|
* functions for non-blocking so they can be used in the context of the
|
|
|
|
|
* dispatcher!
|
|
|
|
|
* adjust manual for new sock:send returns.
|
|
|
|
|
* think about a dispatcher.
|
|
|
|
|
* - it creates a server and receives a function that will do the work on
|
|
|
|
|
* received connections
|
|
|
|
|
* - this function is invoked with the client socket
|
|
|
|
|
* - it calls special send and receive functions that yield on timeout
|
2005-08-23 07:53:14 +02:00
|
|
|
|
* arranjar um jeito de fazer multipart/alternative
|
|
|
|
|
* what the hell does __unload do?
|
|
|
|
|
* it's there just in case someone wants to use it.
|