aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-22 16:12:53 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-22 16:12:53 +0000
commit1ce47ebe3942a8b18b3b709f1ad915ac9ce82782 (patch)
tree7e78b55363929ecd43ac01a64dec6f22b2386215 /FIX
parent7195ab620bd5029856a5c6c88e54a9a6eceb5e87 (diff)
downloadluasocket-1ce47ebe3942a8b18b3b709f1ad915ac9ce82782.tar.gz
luasocket-1ce47ebe3942a8b18b3b709f1ad915ac9ce82782.tar.bz2
luasocket-1ce47ebe3942a8b18b3b709f1ad915ac9ce82782.zip
Added support for unix stream sockets.
Diffstat (limited to 'FIX')
-rw-r--r--FIX6
1 files changed, 6 insertions, 0 deletions
diff --git a/FIX b/FIX
new file mode 100644
index 0000000..6a8913e
--- /dev/null
+++ b/FIX
@@ -0,0 +1,6 @@
1accept/connect interrupt safe
2accepted sockets are nonblocking
3new timming functions. better sleep/gettime
4bug fixes in the manual
5getfd missing cast
6added unix domain support example