diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-08 10:01:01 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-08 10:01:01 +0000 |
| commit | 8d4e240f6ae50d9b22ddc44f5e207018935da907 (patch) | |
| tree | d8ca9a51dc35534592f700e42740feac20242ede /FIX | |
| parent | 5d32848674b723521e87836eafa24f5ae8f80a89 (diff) | |
| download | luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.gz luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.bz2 luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.zip | |
Forward server working on Mac OS X...
Diffstat (limited to 'FIX')
| -rw-r--r-- | FIX | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,2 +1,9 @@ | |||
| 1 | tcp{client}:shutdown() was checking for group instead of class. | 1 | tcp{client}:shutdown() was checking for group instead of class. |
| 2 | tcp{client}:send() now returns i+sent-1... | 2 | tcp{client}:send() now returns i+sent-1... |
| 3 | get rid of a = socket.try() in the manual, except for protected cases. | ||
| 4 | replace it with assert. | ||
| 5 | get rid of "base." kludge | ||
| 6 | check all "require("http")" etc in the manual. | ||
| 7 | make sure sock_gethostname.* only return success if the hp is not null! | ||
| 8 | change 'l' prefix in C libraries to 'l-something'... | ||
| 9 | don't forget the declarations in luasocket.h and mime.h!!! | ||
