2004-12-07 21:39:02 +01:00
|
|
|
mime filters are more strict with ltn12 standards
|
2004-11-28 01:59:12 +01:00
|
|
|
ltn12 avoids coroutines (so you can go wild on the C side)
|
2004-11-27 09:47:09 +01:00
|
|
|
automated tests for ftp now in use
|
|
|
|
new compat-5.1 distribution
|
|
|
|
instalation should use new directory structure
|
|
|
|
namespace hierarchy is in now back in use (socket.url instead of url)
|
|
|
|
globals not visible from inside namespaces
|
|
|
|
all modules call "require" even for standard libraries
|
|
|
|
kludge on wsocket.c:sock_send for windows moved to buffer.c:sendraw
|
|
|
|
socket.protect only catches errors thrown by socke.try
|
|
|
|
udp:sendto was calling sock_send
|
|
|
|
close wasn't returning 1
|
2004-08-04 22:51:57 +02:00
|
|
|
gettime returns time since Unix Epoch 1/1/1970 (UTC)
|
|
|
|
sleep is robust to interrupts
|
2004-10-11 08:18:57 +02:00
|
|
|
select had a stupid bug
|
|
|
|
http.PROXY etc wasn't working
|