summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2012-05-06 19:47:38 +0000
committerroot <root>2012-05-06 19:47:38 +0000
commit85ba31039c775700f54612dcbfcfc3e7349bab9e (patch)
treea1325ac6bc317aa4b6350aab6421d1f7029fc89f /Changes
parent2de9ecb7221f0bfe6db88a6b30104bea82c6ceac (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 4 insertions, 3 deletions
diff --git a/Changes b/Changes
index 0852663..db51dfa 100644
--- a/Changes
+++ b/Changes
@@ -2,10 +2,9 @@ Revision history for libev, a high-performance and full-featured event loop.
TODO: ev_loop_wakeup
TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone)
-
-TODO: document WSA_EV_USE_SOCKET in win32 part
-TODO: ^ OR use WSASend/WSARecv on the handle, which always works
TODO: faq, process a thing in each iteration
+TODO: dbeugging tips, ev_verify, ev_init twice
+
- queueing pending watchers of higher priority from a watcher now invokes
them in a timely fashion (reported by Denis Bilenko).
- add throw() to all libev functions that cannot throw exceptions, for
@@ -30,6 +29,8 @@ TODO: faq, process a thing in each iteration
- check for io watcher loops in ev_verify, check for the most
common reported usage bug in ev_io_start.
- chose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET.
+ - always use WSASend/WSARecv directly on windows, hoping that this
+ works in all cases (unlike read/write/send/recv...).
4.11 Sat Feb 4 19:52:39 CET 2012
- INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as