ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/Changes
(Generate patch)

Comparing libev/Changes (file contents):
Revision 1.230 by root, Sat Jun 4 05:25:02 2011 UTC vs.
Revision 1.270 by root, Sun May 6 19:47:38 2012 UTC

1Revision history for libev, a high-performance and full-featured event loop. 1Revision history for libev, a high-performance and full-featured event loop.
2 2
3TODO: ev_loop_prefork hint?
4TODO: ev_loop_wakeup 3TODO: ev_loop_wakeup
5TODO: confusion about threads ongiong 4TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone)
6TODO: not_blocked flag. 5TODO: faq, process a thing in each iteration
6TODO: dbeugging tips, ev_verify, ev_init twice
7 7
8TODO: ev_sleep suffers from different backend_fudge... 8 - queueing pending watchers of higher priority from a watcher now invokes
9 them in a timely fashion (reported by Denis Bilenko).
10 - add throw() to all libev functions that cannot throw exceptions, for
11 further code size decrease when compiling for C++.
12 - add throw () to callbacks that must not throw exceptions (allocator,
13 syserr, loop acquire/release, periodic reschedule cbs).
14 - fix event_base_loop return code, add event_get_callback, event_base_new,
15 event_base_get_method calls to improve libevent 1.x emulation and add
16 some libevent 2.x funcitonality (based on a patch by Jeff Davey).
17 - add more memory fences to fix a bug reported by Jeff Davey. Better
18 be overfenced than underprotected.
19 - ev_run now returns a boolean status (true meaning watchers are
20 still active).
21 - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with
22 libev's EV_ERROR (reported by 191919).
23 - (ecb) add memory fence support for xlC (Darin McBride).
24 - (ecb) add memory fence support for gcc-mips (Anton Kirilov).
25 - (ecb) add memory fence support for gcc-alpha (Christian Weisgerber).
26 - work around some kernels losing file descriptors by leaking
27 the kqueue descriptor in the child.
28 - include sys/syscall.h instead of plain syscall.h.
29 - check for io watcher loops in ev_verify, check for the most
30 common reported usage bug in ev_io_start.
31 - chose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET.
32 - always use WSASend/WSARecv directly on windows, hoping that this
33 works in all cases (unlike read/write/send/recv...).
34
354.11 Sat Feb 4 19:52:39 CET 2012
36 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as
37 was documented already, but not implemented in the repeating case.
38 - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS.
39 - fix a race where the workaround against the epoll fork bugs
40 caused signals to not be handled anymore.
9 - correct backend_fudge for most backends, and implement a windows 41 - correct backend_fudge for most backends, and implement a windows
10 specific workaround to avoid looping because we call both 42 specific workaround to avoid looping because we call both
11 select and Sleep, both with different time resolutions. 43 select and Sleep, both with different time resolutions.
12 - document range and guarantees of ev_sleep. 44 - document range and guarantees of ev_sleep.
45 - document reasonable ranges for periodics interval and offset.
46 - rename backend_fudge to backend_mintime to avoid future confusion :)
13 - change the default periodic reschedule function to hopefully be more 47 - change the default periodic reschedule function to hopefully be more
14 exact and correct even in corner cases or in the far future. 48 exact and correct even in corner cases or in the far future.
15 - document reasonable ranges for periodics interval and offset.
16 - do not rely on -lm anymore: use it when available but use our 49 - do not rely on -lm anymore: use it when available but use our
17 own floor () if it is missing. This should make it easier to embed, 50 own floor () if it is missing. This should make it easier to embed,
18 as no external libraries are required. 51 as no external libraries are required.
52 - strategically import macros from libecb and mark rarely-used functions
53 as cache-cold (saving almost 2k code size on typical amd64 setups).
54 - add Symbols.ev and Symbols.event files, that were missing.
55 - fix backend_mintime value for epoll (was 1/1024, is 1/1000 now).
56 - fix #3 "be smart about timeouts" to not "deadlock" when
57 timeout == now, also improve the section overall.
58 - avoid "AVOIDING FINISHING BEFORE RETURNING" idiom.
59 - support new EV_API_STATIC mode to make all libev symbols
60 static.
61 - supply default CFLAGS of -g -O3 with gcc when original CFLAGS
62 were empty.
19 63
204.04 Wed Feb 16 09:01:51 CET 2011 644.04 Wed Feb 16 09:01:51 CET 2011
21 - fix two problems in the native win32 backend, where reuse of fd's 65 - fix two problems in the native win32 backend, where reuse of fd's
22 with different underlying handles caused handles not to be removed 66 with different underlying handles caused handles not to be removed
23 or added to the select set (analyzed and tested by Bert Belder). 67 or added to the select set (analyzed and tested by Bert Belder).
109 catch race conditions, but the users have spoken. 153 catch race conditions, but the users have spoken.
110 - point out the unspecified signal mask in the documentation, and 154 - point out the unspecified signal mask in the documentation, and
111 that this is a race condition regardless of EV_SIGNALFD. 155 that this is a race condition regardless of EV_SIGNALFD.
112 - backport inotify code to C89. 156 - backport inotify code to C89.
113 - inotify file descriptors could leak into child processes. 157 - inotify file descriptors could leak into child processes.
114 - ev_stat watchers could keep an errornous extra ref on the loop, 158 - ev_stat watchers could keep an erroneous extra ref on the loop,
115 preventing exit when unregistering all watchers (testcases 159 preventing exit when unregistering all watchers (testcases
116 provided by ry@tinyclouds.org). 160 provided by ry@tinyclouds.org).
117 - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration 161 - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration
118 symbols to make it easier for apps to do their own fd management. 162 symbols to make it easier for apps to do their own fd management.
119 - support EV_IDLE_ENABLE being disabled in ev++.h 163 - support EV_IDLE_ENABLE being disabled in ev++.h
177 - correctly zero the idx values for arrays, so destroying and 221 - correctly zero the idx values for arrays, so destroying and
178 reinitialising the default loop actually works (patch by 222 reinitialising the default loop actually works (patch by
179 Malek Hadj-Ali). 223 Malek Hadj-Ali).
180 - implement ev_suspend and ev_resume. 224 - implement ev_suspend and ev_resume.
181 - new EV_CUSTOM revents flag for use by applications. 225 - new EV_CUSTOM revents flag for use by applications.
182 - add documentation section about priorites. 226 - add documentation section about priorities.
183 - add a glossary to the dcoumentation. 227 - add a glossary to the dcoumentation.
184 - extend the ev_fork description slightly. 228 - extend the ev_fork description slightly.
185 - optimize a jump out of call_pending. 229 - optimize a jump out of call_pending.
186 230
1873.53 Sun Feb 15 02:38:20 CET 2009 2313.53 Sun Feb 15 02:38:20 CET 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines