diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-20 08:56:19 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-20 08:56:19 +0000 |
commit | 5e09779c7f6b1710150d5a0f12d86ded7ede75c6 (patch) | |
tree | ffd2e2e7d918cc30015c89bd14122aa8cadb1546 /doc/index.html | |
parent | f20f4889bfe5a02cd9b77868b90cc8042352176a (diff) | |
download | luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.tar.gz luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.tar.bz2 luasocket-5e09779c7f6b1710150d5a0f12d86ded7ede75c6.zip |
In pre release mode!
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 3d5acb3..7ac0d4c 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -165,6 +165,13 @@ support. | |||
165 | </p> | 165 | </p> |
166 | 166 | ||
167 | <ul> | 167 | <ul> |
168 | <li> New: sample module <tt>dispatch.lua</tt> implements a | ||
169 | coroutine based dispatcher; | ||
170 | <li> New: sample <tt>check-links.lua</tt> works | ||
171 | both in blocking and non-blocking mode using coroutines | ||
172 | (using the new dispatcher); | ||
173 | <li> New: sample <tt>forward.lua</tt> implements a coroutine | ||
174 | based forward server (using the new dispatcher); | ||
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; | 175 | <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 | 176 | <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; | 177 | <tt>create</tt> that overrides the function used to create socket objects; |