summaryrefslogtreecommitdiff
path: root/source3/lib/events.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01s3:lib/events: make use of tevent_common_loop_timer_delay()Stefan Metzmacher1-30/+6
2013-02-28s3:lib/events: make use of samba_tevent_set_debug()Stefan Metzmacher1-36/+1
2013-02-28s3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WAIT handlingStefan Metzmacher1-0/+6
2013-02-19s3:lib/events: s/EVENT_FD/TEVENT_FDStefan Metzmacher1-6/+6
2012-08-09s3-events: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett1-4/+6
2012-06-15s3-lib: Fix conversion of lib/events.c to modern tevent namesAndrew Bartlett1-2/+2
2012-06-15s3-lib: Convert lib/events.c to modern tevent namesAndrew Bartlett1-14/+14
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett1-8/+3
2011-08-09s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher1-0/+4
2011-07-04s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett1-1/+81
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-06-04Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison1-1/+14
2011-06-01Revert "s3: Mark sockets in error state writable"Volker Lendecke1-23/+0
2011-05-31s3: Mark sockets in error state writableVolker Lendecke1-0/+23
2011-05-10s3-events: tevent_internal.h is not a public headerAndrew Tridgell1-1/+1
2011-04-11s3: Fix timeout calculation in event_add_to_poll_argsVolker Lendecke1-1/+1
2011-02-28s3: Remove select-based s3 event backendVolker Lendecke1-114/+0
2011-02-28s3: Use poll for the event loopVolker Lendecke1-13/+267
2011-01-31s3:lib/events: use DLIST_DEMOTE() for fd eventsStefan Metzmacher1-0/+1
2011-01-31s3:lib/events: don't loop over fd events is select gave -1Stefan Metzmacher1-1/+1
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-15/+7
2011-01-24Revert "s3: Fix an infinite loop"Volker Lendecke1-4/+0
2011-01-23s3: Fix an infinite loopVolker Lendecke1-0/+4
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-6/+5
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-7/+15
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-03-26s3-event: switch s3 to using tevent_re_initialise()Andrew Tridgell1-6/+0
2010-03-14s3: Remove some unused codeVolker Lendecke1-20/+0
2010-02-05s3-events: make the old timed events compatible with teventAndrew Tridgell1-2/+19
2009-07-10Quieten events and tldap debug messagesVolker Lendecke1-1/+1
2009-05-17s3-events: Not only timed, also immediate events generate a timeout returnVolker Lendecke1-1/+1
2009-05-16s3-events: If immediate requests are pending, the timeout is 0Volker Lendecke1-0/+9
2009-03-17s3:events: add support for immediate eventsStefan Metzmacher1-9/+15
2009-03-17s3:events: make use of tevent_common_loop_wait()Stefan Metzmacher1-12/+1
2009-03-12s3:events: pass __location__ to event_loop_*()Stefan Metzmacher1-3/+3
2009-03-03Fix "ignore return" warning.Jeremy Allison1-2/+3
2009-02-25s3:events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher1-1/+1
2009-01-28Avoid valgrind errorsVolker Lendecke1-35/+13
2009-01-22s3:events: always run_events() before sys_select()Stefan Metzmacher1-5/+4
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
2009-01-09s3:events: debug sys_select() errorsStefan Metzmacher1-0/+3
2009-01-09s3:events: install a tevent debug handler that calls DEBUG()Stefan Metzmacher1-1/+42
2009-01-05s3:events: use more tevent_common_* functionsStefan Metzmacher1-158/+6
2009-01-05s3:events: register as tevent backendStefan Metzmacher1-137/+172
2009-01-05s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher1-16/+0
2009-01-05s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher1-16/+0
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-4/+4
2009-01-05s3:events: remove unused stuffStefan Metzmacher1-25/+0
2009-01-05clean event context after child is forked.Bo Yang1-0/+6