aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2011-05-25 20:57:22 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2011-05-25 20:57:22 +0000
commit3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch)
treefe1cc5379a2e0e031663fe9c15d908653844bc73 /doc/index.html
parentbce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff)
downloadluasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.gz
luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.bz2
luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.zip
Saving before big changes to support IPv6.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html
index 5b54c59..665b97b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -138,18 +138,22 @@ all!
138</p> 138</p>
139 139
140<ul> 140<ul>
141<li> Fixed: manual sample of HTTP authentication now uses correct
142 "authorization" header (Alexandre Ittner);
143<li> Fixed: receive() returns immediatelly if prefix can satisfy
144 bytes requested (M Joonas Pihlaja);
141<li> Fixed: multicast didn't work on Windows, or anywhere 145<li> Fixed: multicast didn't work on Windows, or anywhere
142 else for that matter (Herbert Leuwer, Adrian Sietsma) 146 else for that matter (Herbert Leuwer, Adrian Sietsma);
143<li> Fixed: select() now reports an error when called with more 147<li> Fixed: select() now reports an error when called with more
144 sockets than FD_SETSIZE (Lorenzo Leonini) 148 sockets than FD_SETSIZE (Lorenzo Leonini);
145<li> Fixed: manual links to home.html changed to index.html (Robert Hahn) 149<li> Fixed: manual links to home.html changed to index.html (Robert Hahn);
146<li> Fixed: mime.unb64() would return an empty string on results that started 150<li> Fixed: mime.unb64() would return an empty string on results that started
147 with a null character (Robert Raschke) 151 with a null character (Robert Raschke);
148<li> Fixed: HTTP now automatically redirects on 303 and 307 (Jonathan Gray) 152<li> Fixed: HTTP now automatically redirects on 303 and 307 (Jonathan Gray);
149<li> Fixed: calling sleep() with negative numbers could 153<li> Fixed: calling sleep() with negative numbers could
150 block forever, wasting CPU. Now it returns immediately (MPB); 154 block forever, wasting CPU. Now it returns immediately (MPB);
151<li> Improved: FTP commands are now sent in upper case to 155<li> Improved: FTP commands are now sent in upper case to
152 help buggy servers (Anders Eurenius) 156 help buggy servers (Anders Eurenius);
153<li> Improved: known headers now sent in canonic 157<li> Improved: known headers now sent in canonic
154 capitalization to help buggy servers (Joseph Stewart); 158 capitalization to help buggy servers (Joseph Stewart);
155<li> Improved: Clarified tcp:receive() in the manual (MPB); 159<li> Improved: Clarified tcp:receive() in the manual (MPB);