summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
Commit message (Expand)AuthorAgeFilesLines
* tevent: Fix trailing whitespacesPavel Filipenský2022-04-111-2/+2
* tevent: add event trace apiPavel Březina2021-07-071-2/+41
* tevent: add custom tag to eventsPavel Březina2021-07-071-0/+8
* tevent: Add tevent_req_profileVolker Lendecke2018-07-111-0/+19
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-111-0/+35
* tevent: split out tevent_common_invoke_fd_handler()Stefan Metzmacher2018-07-111-0/+4
* tevent: split out tevent_common_invoke_immediate_handler()Stefan Metzmacher2018-07-111-0/+4
* tevent: split out tevent_common_invoke_timer_handler()Stefan Metzmacher2018-07-111-0/+5
* tevent: split out tevent_common_invoke_signal_handler()Stefan Metzmacher2018-07-111-0/+5
* tevent: add tevent_common_check_double_free() helper functionStefan Metzmacher2018-07-111-0/+2
* tevent: make tevent_abort() available for backendsStefan Metzmacher2018-07-111-0/+2
* tevent: rewrite/simplify tevent_poll and maintain ev->fd_events correctlyStefan Metzmacher2018-07-111-1/+1
* lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2017-11-171-1/+0
* lib: tevent: Remove select backend.Jeremy Allison2017-09-161-1/+0
* tevent: Make talloc_free safe when threaded_contexts existVolker Lendecke2016-10-051-0/+5
* tevent: Add tevent_common_wakeup_fd()Volker Lendecke2016-10-051-0/+1
* tevent: Rename wakeup fdsVolker Lendecke2016-10-051-2/+2
* tevent: Use eventfd for signal/thread wakeupVolker Lendecke2016-08-241-2/+5
* tevent: reorder tevent_context for cache localityVolker Lendecke2016-08-241-9/+16
* tevent: Add threaded immediate activationVolker Lendecke2016-08-241-0/+17
* tevent: Move the async wakeup pipe to commonVolker Lendecke2016-08-241-0/+4
* Add Solaris ports as a tevent backend.Jeremy Allison2015-02-151-0/+3
* tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-171-0/+12
* tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher2013-12-111-1/+1
* tevent: optimize adding new zero timer eventsStefan Metzmacher2013-03-011-0/+14
* tevent: Add a private function tevent_poll_event_add_fd_internal().Jeremy Allison2013-02-141-0/+3
* tevent: Add a utility function tevent_find_ops_byname().Jeremy Allison2013-02-141-0/+1
* tevent: Add an internal function tevent_epoll_set_panic_fallback().Jeremy Allison2013-02-141-0/+3
* lib/tevent: Add a thread-safe tevent backendVolker Lendecke2012-08-161-0/+1
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-081-0/+8
* tevent: add tevent_req_defer_callback()Stefan Metzmacher2011-07-091-0/+6
* tevent: change tevent_fd->additional_flags to uint64_tStefan Metzmacher2011-03-101-1/+1
* tevent: Add a poll backendVolker Lendecke2011-02-281-0/+1
* s3: signals are processed twice in child.Bo Yang2010-02-091-0/+1
* tevent: Fix a commentVolker Lendecke2009-11-261-1/+1
* lib/tevent: handle tevent_common_add_signal on different event contexts.Rusty Russell2009-08-281-0/+1
* tevent: add tevent_req_cancel() infrastructureStefan Metzmacher2009-08-171-0/+19
* Expose functions need by backend writersSimo Sorce2009-07-031-50/+0
* tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2009-05-161-1/+3
* tevent: store the location where a request was finishedStefan Metzmacher2009-03-171-1/+11
* tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2009-03-171-2/+2
* tevent: add support for immediate eventsStefan Metzmacher2009-03-171-0/+35
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-03-171-0/+2
* tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher2009-03-121-0/+2
* tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher2009-03-121-0/+6
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-121-2/+2
* tevent: add tevent_req_received() functionStefan Metzmacher2009-03-101-1/+1
* Make struct tevent_req opaqueSimo Sorce2009-03-021-0/+93
* tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin2009-02-171-2/+0
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-13/+17