diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 22:25:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 22:25:58 +0000 |
commit | ae898616d13bde7a8652c36dd7a775be2c53ac5c (patch) | |
tree | c29f5d704399347668058aeaba380f974a50fdc4 /FIX | |
parent | 4583a6304ddb28a93f76779b723fac5f279e2992 (diff) | |
download | luasocket-ae898616d13bde7a8652c36dd7a775be2c53ac5c.tar.gz luasocket-ae898616d13bde7a8652c36dd7a775be2c53ac5c.tar.bz2 luasocket-ae898616d13bde7a8652c36dd7a775be2c53ac5c.zip |
Ready to release beta.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ | |||
1 | compiles with g++ | ||
1 | new sample unix domain support | 2 | new sample unix domain support |
2 | new sample LPD support | 3 | new sample LPD support |
3 | comprehensive error messages in the default case. | 4 | comprehensive error messages in the default case. |
4 | added getstats to help throttle. | 5 | new getstats method to help throttle. |
5 | setup error messages in the default case. | 6 | setup error messages in the default case. |
6 | listen defaults to 32 backlog | 7 | listen defaults to 32 backlog |
7 | smtp/ftp/http fail gracefully | 8 | smtp/ftp/http fail gracefully |