summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-10-23 04:56:49 +0000
committerroot <root>2008-10-23 04:56:49 +0000
commitc20fc675dcb3570f5da597115ced5a2a82c71029 (patch)
treeaa21394378c95b58e5eb4304ad65149d2b4b948f /Changes
parente18edf2b394650ac41062113ebb0750d493e18c3 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index b6a771c..fe8324b 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
Revision history for libev, a high-performance and full-featured event loop.
WISH? monotonic clocks times/GetTickCount for coarse corrections?
+
+ - further optimise away the EPOLL_CTL_ADD/MOD combo in the epoll
+ backend by assuming the kernel event mask hasn't changed if
+ ADD fails with EEXIST.
+ - use memset to initialise most arrays now and do away with the
+ init functions.
+
3.45 Tue Oct 21 21:59:26 CEST 2008
- disable inotify usage on linux <2.6.25, as it is broken
(reported by Yoann Vandoorselaere).