kc3-lang/libevent/event.c

Branch :


Log

Author Commit Date CI Message
5209fadf 2011-03-07 22:59:19 Disable lazy gettimeofday/clock_gettime comparison for now
a459ef70 2011-03-03 15:34:22 Have event_base_gettimeofday_cached() always return wall-clock time Based on code by Dave Hart
5beeec9d 2010-12-01 21:28:03 Correctly notify the main thread when activating an event from a subthread
2e5a175b 2010-11-25 23:03:46 Merge remote branch 'github/20_once_fixes'
652024b6 2010-11-23 13:08:07 Remove _event_initialized(); make event_initialized() a function(); make it consistent on windows and non-windows
3ab578f8 2010-11-20 01:41:34 Make sure the CLOEXEC flag is set on fds we open for base notification
2d5e1bd0 2010-11-14 19:32:13 Do not let EVLOOP_ONCE exit the loop until all deferred callbacks have run
0617a818 2010-11-14 19:25:54 Make EVLOOP_ONCE ignore internal events Merely getting an internal notification event from having an event added or deleted from another thread should not cause event_base_loop(base, EVLOOP_ONCE) to exit; previously, it did.
b81217f7 2010-10-27 17:37:32 Fix signal handler types for win64.
19c71e74 2010-10-27 10:36:08 Fix som event_warns that should have been event_warnx