aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-16 06:48:48 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-16 06:48:48 +0000
commite4e2223cff658a7016724a625ebbd3dacb92a8f9 (patch)
treeaac49c61149d30bf11219ab8d9989915bf7bee37 /FIX
parent9a79d500eb3e015f5bf579aab714916d49c1f289 (diff)
downloadluasocket-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--FIX2
1 files changed, 1 insertions, 1 deletions
diff --git a/FIX b/FIX
index b617219..08f1452 100644
--- a/FIX
+++ b/FIX
@@ -1,9 +1,9 @@
1fix bug that caused select return tables not to be associative on windows
1compiles with g++ 2compiles with g++
2new sample unix domain support 3new sample unix domain support
3new sample LPD support 4new sample LPD support
4comprehensive error messages in the default case. 5comprehensive error messages in the default case.
5new getstats method to help throttle. 6new getstats method to help throttle.
6setup error messages in the default case.
7listen defaults to 32 backlog 7listen defaults to 32 backlog
8smtp/ftp/http fail gracefully 8smtp/ftp/http fail gracefully
9accept/connect/select interrupt safe 9accept/connect/select interrupt safe