2004-10-11 06:18:57 +00:00
|
|
|
|
ftp.send/recv return bytes transfered?
|
2004-09-21 18:58:47 +00:00
|
|
|
|
new scheme to choose family/protocol of object to create
|
|
|
|
|
change ltn13 to make sure drawbacks are obvious
|
|
|
|
|
- check discussion
|
|
|
|
|
make sure errors not thrown by try() are not caught by protect()
|
2004-08-04 06:31:44 +00:00
|
|
|
|
use wim's filter.chain
|
2004-07-16 06:48:48 +00:00
|
|
|
|
use mike's "don't set to blocking before closing unless needed" patch?
|
2004-07-29 05:55:51 +00:00
|
|
|
|
take a look at DB's smtp patch (add "extra argument" table)
|
|
|
|
|
move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?
|
2004-06-23 01:08:54 +00:00
|
|
|
|
|
2004-07-02 23:31:32 +00:00
|
|
|
|
optmize aux_getgroupudata (Mike idea)
|
2004-06-24 07:36:49 +00:00
|
|
|
|
make aux_newclass receive upvalues
|
|
|
|
|
use one upvalue per string name of class/group
|
|
|
|
|
make aux_checkgroup by upvalue (faster)
|
|
|
|
|
|
2004-07-02 22:25:58 +00:00
|
|
|
|
add error message stuff to the manual
|
2004-06-24 07:36:49 +00:00
|
|
|
|
|
2004-06-23 01:08:54 +00:00
|
|
|
|
make sure all modules that can use it actually use socket.newtry
|
2004-06-18 21:41:44 +00:00
|
|
|
|
adicionar exemplos de expans<6E>o: pipe, local, named pipe
|
|
|
|
|
testar os options!
|
2003-03-21 01:07:23 +00:00
|
|
|
|
- Thread-safe
|
2004-02-04 14:29:11 +00:00
|
|
|
|
- proteger get*by*.* com um mutex GLOBAL!
|
2003-06-26 18:47:49 +00:00
|
|
|
|
- proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
|
|
|
|
|
- inet_ntoa tamb<6D>m <20> uma merda.
|
2004-07-01 05:35:35 +00:00
|
|
|
|
|
2004-10-11 06:18:57 +00:00
|
|
|
|
*fix PROXY in http.lua
|
|
|
|
|
*use new distribution scheme
|
2004-07-02 22:25:58 +00:00
|
|
|
|
*create the getstats method.
|
2004-07-01 05:35:35 +00:00
|
|
|
|
*fix local domain socket kludge of name size
|
|
|
|
|
*use TLS
|
2004-07-02 22:25:58 +00:00
|
|
|
|
*sort out the wrap around of gettime...
|
|
|
|
|
*use doubles all over
|
|
|
|
|
*sock_send, sock_recv & sock_select use p_tm instead of timeout
|
|
|
|
|
*make select interrupt safe (will be with tm stuff)
|
|
|
|
|
*use GetSystemTimeAsFileTime in windows (WinCE will suffer document)
|
|
|
|
|
*add getstats to the manual
|
|
|
|
|
*Fazer compilar com g++
|
2004-07-16 06:48:48 +00:00
|
|
|
|
*test associativity of socket.select
|
2004-07-26 05:17:37 +00:00
|
|
|
|
* fix manual for send and receive
|
|
|
|
|
* add thanks to mike
|
|
|
|
|
* change sock:send to use indices just like string.sub?
|
2004-07-29 05:55:51 +00:00
|
|
|
|
* change sendraw to send by chunks
|