summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-111-1/+29
* tevent: add tevent_common_check_double_free() helper functionStefan Metzmacher2018-07-111-0/+19
* tevent: make tevent_abort() available for backendsStefan Metzmacher2018-07-111-3/+1
* tevent: allow tevent_abort() to cope with ev == NULLStefan Metzmacher2018-07-111-2/+4
* lib: tevent: Remove select backend.Jeremy Allison2017-09-161-1/+0
* tevent: Simplify create_immediateVolker Lendecke2017-06-211-10/+1
* tevent: Fix a memleak on FreeBSDVolker Lendecke2017-06-081-0/+5
* tevent: Re-init threading in tevent_re_initialiseVolker Lendecke2017-06-081-0/+2
* tevent: Factor out context initializationVolker Lendecke2017-06-081-25/+34
* tevent: Make talloc_free safe when threaded_contexts existVolker Lendecke2016-10-051-10/+51
* tevent: Add tevent_common_wakeup_fd()Volker Lendecke2016-10-051-7/+12
* tevent: Rename wakeup fdsVolker Lendecke2016-10-051-10/+11
* tevent: Use eventfd for signal/thread wakeupVolker Lendecke2016-08-241-18/+48
* tevent: Move a variable declaration into a while blockVolker Lendecke2016-08-241-1/+1
* tevent: Move rundown of the event pipeVolker Lendecke2016-08-241-6/+15
* tevent: Add threaded immediate activationVolker Lendecke2016-08-241-0/+147
* tevent: Move the async wakeup pipe to commonVolker Lendecke2016-08-241-4/+83
* Add Solaris ports as a tevent backend.Jeremy Allison2015-02-151-1/+4
* tevent: optimize adding new zero timer eventsStefan Metzmacher2013-03-011-0/+1
* tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCEMichael Adam2013-03-011-0/+4
* tevent: fix compiler warning in tevent_context_init_byname()Stefan Metzmacher2013-03-011-1/+1
* tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()Stefan Metzmacher2013-02-141-14/+5
* tevent: make sure tevent_backend_init() only runs onceStefan Metzmacher2013-02-141-0/+8
* tevent: Add a utility function tevent_find_ops_byname().Jeremy Allison2013-02-141-0/+22
* tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...Jeremy Allison2013-02-141-1/+1
* lib/tevent: Add a thread-safe tevent backendVolker Lendecke2012-08-161-0/+1
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-081-3/+5
* tevent: tevent_schedule_immediate never failsVolker Lendecke2011-12-091-1/+0
* tevent: don't force the nesting flag to false in the destructorAndrew Tridgell2011-08-121-3/+7
* tevent: cleanup nesting counter when doing a full reinit.Simo Sorce2011-08-101-0/+7
* tevent: Add a poll backendVolker Lendecke2011-02-281-0/+1
* tevent: Do not use talloc_autofree_contextVolker Lendecke2010-10-081-3/+2
* tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSEStephen Gallagher2010-05-051-3/+0
* tevent: added tevent_re_initialise()Andrew Tridgell2010-03-261-0/+15
* s3: signals are processed twice in child.Bo Yang2010-02-091-0/+7
* lib/tevent: close pipe_fds on event_context destructionRusty Russell2009-08-281-0/+2
* tevent: fix the nesting logicStefan Metzmacher2009-03-191-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-03-191-1/+13
* tevent: add support for immediate eventsStefan Metzmacher2009-03-171-0/+49
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-03-171-0/+28
* tevent: Fix might be unitialized warningTim Prouty2009-03-121-1/+1
* tevent: add tevent_loop_until()Stefan Metzmacher2009-03-121-0/+62
* tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher2009-03-121-1/+39
* tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher2009-03-121-1/+36
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-121-4/+4
* tevent: add tevent_set_abort_fn()Stefan Metzmacher2009-03-121-0/+19
* tevent: add tevent_signal_support()Stefan Metzmacher2009-03-121-0/+8
* lib/tevent: change to LGPLv3+Stefan Metzmacher2009-02-161-12/+17
* lib/tevent: remove broken tevent_aio supportStefan Metzmacher2009-02-131-19/+0
* tevent: use for() loops instead of while() loopsStefan Metzmacher2009-01-121-12/+9