diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-16 06:48:48 +0000 |
commit | e4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch) | |
tree | aac49c61149d30bf11219ab8d9989915bf7bee37 /FIX | |
parent | 9a79d500eb3e015f5bf579aab714916d49c1f289 (diff) | |
download | luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.gz luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.tar.bz2 luasocket-e4e2223cff658a7016724a625ebbd3dacb92a8f9.zip |
Fixed a bunch of stuff. Added mike's patches.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ | |||
1 | fix bug that caused select return tables not to be associative on windows | ||
1 | compiles with g++ | 2 | compiles with g++ |
2 | new sample unix domain support | 3 | new sample unix domain support |
3 | new sample LPD support | 4 | new sample LPD support |
4 | comprehensive error messages in the default case. | 5 | comprehensive error messages in the default case. |
5 | new getstats method to help throttle. | 6 | new getstats method to help throttle. |
6 | setup error messages in the default case. | ||
7 | listen defaults to 32 backlog | 7 | listen defaults to 32 backlog |
8 | smtp/ftp/http fail gracefully | 8 | smtp/ftp/http fail gracefully |
9 | accept/connect/select interrupt safe | 9 | accept/connect/select interrupt safe |