diff options
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -1,16 +1 @@ | |||
1 | mime filters are more strict with ltn12 standards | tcp:shutdown() was checking for group instead of class. | |
2 | ltn12 avoids coroutines (so you can go wild on the C side) | ||
3 | automated tests for ftp now in use | ||
4 | new compat-5.1 distribution | ||
5 | instalation should use new directory structure | ||
6 | namespace hierarchy is in now back in use (socket.url instead of url) | ||
7 | globals not visible from inside namespaces | ||
8 | all modules call "require" even for standard libraries | ||
9 | kludge on wsocket.c:sock_send for windows moved to buffer.c:sendraw | ||
10 | socket.protect only catches errors thrown by socke.try | ||
11 | udp:sendto was calling sock_send | ||
12 | close wasn't returning 1 | ||
13 | gettime returns time since Unix Epoch 1/1/1970 (UTC) | ||
14 | sleep is robust to interrupts | ||
15 | select had a stupid bug | ||
16 | http.PROXY etc wasn't working | ||