summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/tevent: add tevent_req infrastructureStefan Metzmacher2009-02-131-1/+1
* lib/tevent: expose ev_timeval_zero() for internal usageStefan Metzmacher2009-02-131-0/+1
* lib/tevent: remove broken tevent_aio supportStefan Metzmacher2009-02-131-14/+0
* tevent: add tevent_context destructor that unlinks the events from the contextStefan Metzmacher2009-01-051-0/+2
* tevent: keep a linked list of fd_eventsStefan Metzmacher2009-01-051-0/+12
* tevent: keep a linked list of signal eventsStefan Metzmacher2009-01-051-3/+3
* tevent: add tevent_fd_set_close_fn()Stefan Metzmacher2009-01-031-1/+6
* tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher2009-01-031-0/+3
* tevent: rename ev_debug_ops => tevent_debug_opsStefan Metzmacher2009-01-021-13/+5
* tevent: pass down handler_name and location to the backend layerStefan Metzmacher2009-01-021-21/+44
* tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLLStefan Metzmacher2009-01-021-2/+2
* tevent: rename event_register_backend() => tevent_register_backend()Stefan Metzmacher2009-01-021-5/+5
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2008-12-291-57/+60
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-1/+1
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+158