summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2010-04-21 13:13:17 +0000
committerroot <root>2010-04-21 13:13:17 +0000
commit66262f3aa28b34b483430dbe9250966274a4cb06 (patch)
tree6e552f31d90f016a261ed976f0feee94b7ac93c8 /Changes
parentad3342e3bd3fd76f87dbed6c184742438d38e6a2 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 4dda738..8375f27 100644
--- a/Changes
+++ b/Changes
@@ -9,6 +9,8 @@ TODO: EV_USE__XXX default with config, document
testcase by Vladimir Timofeev).
- applied win32 fixes by Michael Lenaghan (also James Mansion).
- replace EV_MINIMAL by EV_FEATURES.
+ - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it
+ seems the former is *much* faster than the latter.
- remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu).
- add (undocumented) EV_ENABLE when adding events with kqueue,
this might help with OS X, which seems to need it despite documenting