aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbb61e73..7b24960f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1Thu Jan 21 19:35:18 CET 2016
2 Fixed old bug with making sockets non-blocking on
3 various platforms so now sockets are really
4 non-blocking on all supported platforms.
5 Reworked and fixed code for using SOCK_CLOEXEC,
6 SOCK_NONBLOCK and EPOLL_CLOEXEC resulting in
7 fewer used system calls. -EG
8
1Tue Jan 19 20:59:59 CET 2016 9Tue Jan 19 20:59:59 CET 2016
2 Cleaned up and optimized with minor fixes code for 10 Cleaned up and optimized with minor fixes code for
3 making sockets non-blocking non-inheritable. -EG 11 making sockets non-blocking non-inheritable. -EG