summaryrefslogtreecommitdiff
path: root/source3/include/event.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:include: avoid TEVENT_COMPAT_DEFINESStefan Metzmacher1-1/+0
2013-02-19s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-3/+3
2013-02-19s3:includes: remove event_context_init() define for s3_tevent_context_init()Stefan Metzmacher1-3/+0
2011-07-04s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett1-1/+9
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-1/+1
2011-02-28s3: Remove select-based s3 event backendVolker Lendecke1-5/+0
2011-02-28s3: Use poll for the event loopVolker Lendecke1-0/+5
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-1/+1
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-1/+0
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-1/+1
2010-03-26s3-event: switch s3 to using tevent_re_initialise()Andrew Tridgell1-1/+0
2010-03-14s3: Remove some unused codeVolker Lendecke1-4/+0
2009-01-05s3:events: register as tevent backendStefan Metzmacher1-27/+5
2009-01-05s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher1-2/+0
2009-01-05s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher1-2/+0
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+4
2009-01-05s3:events: move prototypes to event.hStefan Metzmacher1-0/+44
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-5/+0
2007-10-10r20846: Before this gets out of control...Volker Lendecke1-9/+8
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+31