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

Comparing libev/Changes (file contents):
Revision 1.352 by root, Tue Dec 24 13:27:28 2019 UTC vs.
Revision 1.368 by root, Thu Jul 30 00:59:36 2020 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: revisit 59.x timer in the light of modern powersaving 3TODO: for next ABI/API change, consider moving EV__IOFDSSET into io->fd instead and provide a getter.
4TODO: document EV_TSTAMP_T 4TODO: document EV_TSTAMP_T
5 5
6 - due to a logic bug, timerfd availability did not always translate
7 into fewer wakeups - libev is now more aggressive in using
8 longer sleeps, even when timerfd is not in use.
9
104.33 Wed Mar 18 13:22:29 CET 2020
11 - no changes w.r.t. 4.32.
12
134.32 (EV only)
6 - the new timerfd code wrongly changed the priority of ther signal 14 - the 4.31 timerfd code wrongly changed the priority of the signal
7 fd watcher, which is usuallys harmless unless signal fds are 15 fd watcher, which is usually harmless unless signal fds are
8 also used (found via cpan tester service). 16 also used (found via cpan tester service).
17 - the documentation wrongly claimed that user may modify fd and events
18 members in io watchers when the watcher was stopped
19 (found by b_jonas).
20 - new ev_io_modify mutator which changes only the events member,
21 which can be faster. also added ev::io::set (int events) method
22 to ev++.h.
23 - officially allow a zero events mask for io watchers. this should
24 work with older libev versions as well but was not officially
25 allowed before.
26 - do not wake up every minute when timerfd is used to detect timejumps.
27 - do not wake up every minute when periodics are disabled and we have
28 a monotonic clock.
29 - support a lot more "uncommon" compile time configurations,
30 such as ev_embed enabled but ev_timer disabled.
31 - use a start/stop wrapper class to reduce code duplication in
32 ev++.h and make it needlessly more c++-y.
33 - the linux aio backend is no longer compiled in by default.
34 - update to libecb version 0x00010008.
9 35
104.31 Fri Dec 20 21:58:29 CET 2019 364.31 Fri Dec 20 21:58:29 CET 2019
11 - handle backends with minimum wait time a bit better by not 37 - handle backends with minimum wait time a bit better by not
12 waiting in the presence of already-expired timers 38 waiting in the presence of already-expired timers
13 (behaviour reported by Felipe Gasper). 39 (behaviour reported by Felipe Gasper).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines