diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
commit | 7115c12fbc9aae1cd46fdf049697a27fb996181a (patch) | |
tree | 2e918f54f729766701aabdef488a6461bc623da1 /FIX | |
parent | 7aaba59909e8527190694285f56ca68772c97f6a (diff) | |
download | luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.gz luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.bz2 luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.zip |
Moving on to beta2.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ | |||
1 | setup error messages in the default case. | ||
1 | listen defaults to 32 backlog | 2 | listen defaults to 32 backlog |
2 | smtp sends quit on exceptions | 3 | smtp/ftp/http fail gracefully |
3 | accept/connect interrupt safe | 4 | accept/connect/select interrupt safe |
4 | accepted sockets are nonblocking | 5 | accepted sockets are nonblocking |
5 | new timming functions. better sleep/gettime | 6 | new timming functions. higher resolution, no wrap around |
6 | bug fixes in the manual | 7 | bug fixes in the manual |
7 | getfd missing cast | 8 | getfd missing cast |
8 | added unix domain support example | 9 | added unix domain support example |