2003-08-16 02:06:04 +02:00
|
|
|
|
Adjust dates in all files
|
2003-08-31 02:58:07 +02:00
|
|
|
|
|
2003-08-16 02:06:04 +02:00
|
|
|
|
Test the library on every system possible
|
2003-08-31 02:58:07 +02:00
|
|
|
|
|
2003-08-16 02:06:04 +02:00
|
|
|
|
Document socket.time and socket.sleep
|
|
|
|
|
|
|
|
|
|
Implement time critical stuff from code module in C.
|
|
|
|
|
Add service name translation.
|
|
|
|
|
|
|
|
|
|
Ajeitar o protocolo da lua_socketlibopen()...
|
|
|
|
|
|
|
|
|
|
- testar os options!
|
2003-06-26 20:47:49 +02:00
|
|
|
|
- adicionar exemplos de expans<6E>o: pipe, local, named pipe
|
2003-03-21 02:07:23 +01:00
|
|
|
|
|
|
|
|
|
* O location do "redirect" pode ser relativo ao servidor atual (n<>o pode,
|
|
|
|
|
mas os servidores fazem merda...)
|
2003-06-26 20:47:49 +02:00
|
|
|
|
* Ajeitar para Lua 5.0
|
|
|
|
|
* Padronizar os retornos de funccao
|
|
|
|
|
* Separar as classes em arquivos
|
|
|
|
|
* Retorno de sendto em datagram sockets pode ser refused
|
|
|
|
|
* Fazer compilar com g++
|
2003-03-21 02:07:23 +01:00
|
|
|
|
|
|
|
|
|
- Thread-safe
|
|
|
|
|
- proteger gethostby*.* 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.
|
2003-03-21 02:07:23 +01:00
|
|
|
|
- SSL
|
2003-06-26 20:47:49 +02:00
|
|
|
|
- Proxy support pro http
|
2003-03-21 02:07:23 +01:00
|
|
|
|
|
|
|
|
|
- checar opera<72><61>es em closed sockets
|
|
|
|
|
- checar teste de writable socket com select
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- checar todos os metodos
|
|
|
|
|
- checar options em UDP
|
|
|
|
|
- checar todas as globais
|
|
|
|
|
- checar os metodos virtuais
|
|
|
|
|
- checar garbage collection
|
|
|
|
|
|
|
|
|
|
- unix 92 bytes maximo no endere<72>o, incluindo o zero
|
|
|
|
|
- unix 9216 maximo de datagram size
|
|
|
|
|
|