]> granicus.if.org Git - libevent/history - event.c
Change code for samples
[libevent] / event.c
2022-08-28 mareksmFix non-std printf %p arguments (#1327)
2021-09-11 Yong Wuev_io_timeout consistency
2021-09-05 Yong Wumodify typo - timeeouts
2020-05-25 Azat Khuzhinhttp: Merge branch 'http-max_connections-pr-592'
2020-05-08 Nick GrifkaAdd wepoll support to light up the epoll backend on...
2020-02-15 chenguolongevent_base_once: fix potential null pointer threat
2019-09-02 Azat KhuzhinRevert "Warn if forked from the event loop during event...
2019-08-27 Jan KasiakFix memory corruption in EV_CLOSURE_EVENT_FINALIZE...
2019-07-01 Azat KhuzhinWarn if forked from the event loop during event_reinit()
2019-04-30 Azat KhuzhinMerge remote-tracking branch 'official/pr/804'
2019-04-22 Tobias StoeckmannProtect min_heap_push_ against integer overflow.
2019-04-17 Dan Rosenevwatch: fix race condition
2019-04-03 Dan Rosenevwatch: Add "prepare" and "check" watchers.
2019-03-03 John OhlAdd support for EV_TIMEOUT to event_base_active_by_fd
2018-12-09 Azat KhuzhinDo not check O_NONBLOCK for invalid fds
2018-11-13 Azat Khuzhinevent: add some debug information into loop for event_b...
2018-11-03 Azat KhuzhinMerge branch 'check-O_NONBLOCK-in-debug'
2018-11-03 Greg Hazelassert that fds are nonblocking in debug mode
2018-10-30 Azat KhuzhinMerge branch 'event-ET-#636-v2'
2018-10-30 Azat KhuzhinAdd ET flag into event_base_dump_events()
2018-05-02 Nathan FrenchMerge pull request #632 from NathanFrench/realign_struc...
2018-04-25 Azat KhuzhinNotify event base if there are no more events, so it...
2018-02-28 Azat KhuzhinFix base unlocking in event_del() if event_base_set...
2018-02-27 Azat KhuzhinConvert event_debug_*() helpers from macros to static...
2017-12-10 yongqing.jiaoIf precise_time is false, we should not set EVENT_BASE_...
2017-08-14 James SyngeFix race in access to ev_res from event loop with event...
2017-04-29 José Luis MillánReturn from event_del() after the last event callback...
2017-03-26 Azat KhuzhinMake event_count macros cleaner
2017-03-13 Azat KhuzhinMerge branch 'cmake-missing-bits'
2017-03-13 Azat KhuzhinExport symbols for -fvisibility=hidden (under cmake)
2017-01-29 Azat KhuzhinFix -Werror=implicit-fallthrough (fixes gcc-7)
2015-12-27 Azat KhuzhinMerge branch 'event_reinit-for-signals-v3'
2015-12-26 Nicholas Marriottevent_reinit: make signals works after fork() without...
2015-12-26 Nicholas Marriottevent_reinit: always re-init signal's socketpair
2015-12-21 Mark EllzeyMerge pull request #125 from libevent/master
2015-10-30 Azat KhuzhinFree event queues even for recursive finalizers
2015-10-04 Azat KhuzhinFix checking for make_base_notifiable()
2015-09-29 Azat Khuzhinevent_debug_created_threadable_ctx_: fix compilation...
2015-06-17 Mark EllzeyMerge pull request #190 from JohnOhl/evhttp-post-fix
2015-06-17 Mark EllzeyMerge pull request #183 from azat/dns-example
2015-05-29 Mark EllzeyMerge pull request #251 from ellzey/21_err_on_thread_in...
2015-05-15 Mark EllzeyDebug mode option to error on evthread init AFTER other...
2015-03-25 Greg Hazeltab
2015-03-25 Greg Hazelfix the return value of event_deferred_cb_schedule_
2015-02-04 Nick MathewsonMerge remote-tracking branch 'azat/be-pair-fix-freeing...
2015-02-04 Nick MathewsonMerge pull request #207 from azat/avoid-leaking-of...
2015-01-25 Azat Khuzhinevent_free_debug_globals_locks(): disable lock debugging
2015-01-08 Azat Khuzhinevent: call event_disable_debug_mode() in libevent_glob...
2014-12-04 Andrea ShepardImplement new/free for struct evutil_monotonic_timer...
2014-12-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-12-01 Nick MathewsonMerge remote-tracking branch 'public/patches-2.0'
2014-12-01 Nick MathewsonMerge branch 'patches-2.0' of github.com:libevent/libev...
2014-12-01 vjpaiFix race caused by event_active
2014-10-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonMerge pull request #168 from ufo2243/master
2014-09-18 Nick MathewsonMerge pull request #119 from ldx/winhosts
2014-09-18 John OhlFix use-after-free error in EV_CLOSURE_EVENT callback
2014-09-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-09-18 Nick MathewsonMerge pull request #118 from azat/http-forward-family...
2014-09-18 Nick MathewsonMerge pull request #128 from azat/tests-disable-when...
2014-09-18 Nick MathewsonMerge pull request #129 from azat/disable-probing-with...
2014-08-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-08-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-08-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-31 Nick MathewsonMerge pull request #125 from azat/tree.h-drop-copy
2014-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-26 Nick MathewsonMerge pull request #121 from azat/dns-regress-leaks
2014-03-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-03-18 Nick MathewsonFix a use-after-free error on EV_CLOSURE_EVENT_FINALIZE...
2014-03-06 Nick MathewsonMove assert(ev) to before we use ev in EV_CLOSURE_EVENT...
2014-03-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-01-27 John OhlTweaked callbacks to prevent race condition (https...
2014-01-27 John OhlTweaked callbacks to prevent race condition (https...
2014-01-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2014-01-21 Nick MathewsonMerge remote-tracking branch 'origin/pr/98'
2014-01-21 Nick MathewsonMerge remote-tracking branch 'joakimsoderberg/new_cmake'
2014-01-18 Diego GiagioImplemented EV_CLOSED event for epoll backend (EPOLLRDHUP).
2014-01-07 Nick MathewsonMerge remote-tracking branch 'asweeny86/on-complete-cb'
2014-01-06 Nick MathewsonMerge remote-tracking branch 'asweeny86/event-count...
2014-01-05 Andrew SweeneyFixed bug using wrong variable in max event compare
2013-12-30 Andrew SweeneyAdd access to max event count stats
2013-12-24 Nick MathewsonMerge remote-tracking branch 'resetius/https'
2013-12-24 Nick MathewsonMerge remote-tracking branch 'rbalint/from-forked-daapd'
2013-12-24 Nick MathewsonMerge remote-tracking branch 'mistotebe/bufferevent_tri...
2013-12-24 Nick MathewsonUnit tests for active_by_fd; unsupport active_by_fd...
2013-12-22 Nick MathewsonAdd event_base_active_by_signal by analogy
2013-12-22 Nick MathewsonSanity-check arguments to event_base_active_by_fd()
2013-12-22 Nick MathewsonMerge remote-tracking branch 'ghazel/event_base_active_...
2013-12-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-12-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-11-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-16 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/tree-build'
2013-09-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-13 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-07 Nick MathewsonAdd an assertion for another of the complaints from...
next