aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 03:32:09 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 03:32:09 +0000
commit7115c12fbc9aae1cd46fdf049697a27fb996181a (patch)
tree2e918f54f729766701aabdef488a6461bc623da1 /FIX
parent7aaba59909e8527190694285f56ca68772c97f6a (diff)
downloadluasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.gz
luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.bz2
luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.zip
Moving on to beta2.
Diffstat (limited to 'FIX')
-rw-r--r--FIX7
1 files changed, 4 insertions, 3 deletions
diff --git a/FIX b/FIX
index 720c72b..0972403 100644
--- a/FIX
+++ b/FIX
@@ -1,8 +1,9 @@
1setup error messages in the default case.
1listen defaults to 32 backlog 2listen defaults to 32 backlog
2smtp sends quit on exceptions 3smtp/ftp/http fail gracefully
3accept/connect interrupt safe 4accept/connect/select interrupt safe
4accepted sockets are nonblocking 5accepted sockets are nonblocking
5new timming functions. better sleep/gettime 6new timming functions. higher resolution, no wrap around
6bug fixes in the manual 7bug fixes in the manual
7getfd missing cast 8getfd missing cast
8added unix domain support example 9added unix domain support example