diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/index.html | |
parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
download | luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2 luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip |
Final push for release...
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 933fa5f..e596f8e 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -168,6 +168,7 @@ support. | |||
168 | <li> Improved: <tt>tcp:send(data, i, j)</tt> to return <tt>(i+sent-1)</tt>. This is great for non-blocking I/O, but might break some code; | 168 | <li> Improved: <tt>tcp:send(data, i, j)</tt> to return <tt>(i+sent-1)</tt>. This is great for non-blocking I/O, but might break some code; |
169 | <li> Improved: HTTP, SMTP, and FTP functions to accept a new field | 169 | <li> Improved: HTTP, SMTP, and FTP functions to accept a new field |
170 | <tt>create</tt> that overrides the function used to create socket objects; | 170 | <tt>create</tt> that overrides the function used to create socket objects; |
171 | <li> Fixed: <tt>smtp.send</tt> was hanging on errors returned by LTN12 sources; | ||
171 | <li> Fixed: <tt>url.absolute()</tt> to work when <tt>base_url</tt> is in | 172 | <li> Fixed: <tt>url.absolute()</tt> to work when <tt>base_url</tt> is in |
172 | parsed form; | 173 | parsed form; |
173 | <li> Fixed: <tt>http.request()</tt> not to redirect when the location | 174 | <li> Fixed: <tt>http.request()</tt> not to redirect when the location |
@@ -194,7 +195,8 @@ with descriptor 0 to be ignored (Renato Maia); | |||
194 | <li> Fixed: "Bug" that caused <tt>gethostbyname</tt> to crash under VMS | 195 | <li> Fixed: "Bug" that caused <tt>gethostbyname</tt> to crash under VMS |
195 | (Renato Maia); | 196 | (Renato Maia); |
196 | <li> Fixed: <tt>tcp:send("")</tt> to return 0 bytes sent (Alexander Marinov); | 197 | <li> Fixed: <tt>tcp:send("")</tt> to return 0 bytes sent (Alexander Marinov); |
197 | <li> Improved: <tt>socket.DEBUG</tt> and <tt>socket.VERSION</tt> became <tt>socket._DEBUGs</tt> and <tt>socket._VERSION</tt> for uniformity with other libraries. | 198 | <li> Improved: <tt>socket.DEBUG</tt> and <tt>socket.VERSION</tt> became <tt>socket._DEBUGs</tt> and <tt>socket._VERSION</tt> for uniformity with other libraries; |
199 | <li> Improved: <tt>socket.select</tt> now works on empty sets on Windows. | ||
198 | </ul> | 200 | </ul> |
199 | 201 | ||
200 | <!-- incompatible +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 202 | <!-- incompatible +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |