summaryrefslogtreecommitdiffstats
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
...
* tevent: revalidate fde->flags after poll()Stefan Metzmacher2013-03-011-0/+6
* tevent: ignore POLLNVAL from poll() and disable the eventStefan Metzmacher2013-03-011-1/+44
* tevent: traverse the ev->fd_event list instead of the poll_ev->fds arrayStefan Metzmacher2013-03-011-26/+5
* tevent: maintain a list of disabled events in the poll backendStefan Metzmacher2013-03-011-7/+48
* tevent: merge poll_fresh_fde_destructor() into poll_event_fd_destructor()Stefan Metzmacher2013-03-011-18/+6
* tevent: use tevent_poll_event_add_fd_internal() in poll_event_add_fd()Stefan Metzmacher2013-03-011-2/+1
* tevent: make sure we cleanup the array passed to poll() after deleting an eventStefan Metzmacher2013-03-011-0/+30
* tevent: don't skip a fd event if the previous one was deleted during poll()Stefan Metzmacher2013-03-011-2/+9
* tevent: remember the errno from select(), poll() and epoll_wait()Stefan Metzmacher2013-03-013-5/+11
* tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCEMichael Adam2013-03-013-0/+18
* tevent: fix compiler warning in tevent_context_init_byname()Stefan Metzmacher2013-03-011-1/+1
* tevent: fix some compiler warnings in testsuite.cStefan Metzmacher2013-03-011-1/+15
* tevent: fix a comment typo in tevent_epoll.cMichael Adam2013-03-011-1/+1
* tevent: fix --disable-python cause configure fails (bug #8718)Galen.Liu2013-03-011-1/+1
* tevent: define TEVENT_NUM_SIGNALS based on configure checksStefan Metzmacher2013-03-013-2/+46
* tevent: Remove the previous "standard" tevent backend implementation.Jeremy Allison2013-02-141-556/+1
* tevent: Add in the new implementation of "standard" tevent backend.Jeremy Allison2013-02-141-6/+180
* tevent: Add a private function tevent_poll_event_add_fd_internal().Jeremy Allison2013-02-142-0/+19
* 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-142-0/+23
* tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...Jeremy Allison2013-02-143-0/+18
* tevent: Add in some test code to allow the panic fallback path to be tested.Jeremy Allison2013-02-141-0/+18
* tevent: Plumb in the panic fallback code into the epoll_panic() runtime call.Jeremy Allison2013-02-141-3/+20
* tevent: Add an internal function tevent_epoll_set_panic_fallback().Jeremy Allison2013-02-142-0/+27
* tevent: pass 'bool replay' to epoll_panic()Stefan Metzmacher2013-02-141-5/+6
* tevent: Ensure we return after every call to epoll_panic().Jeremy Allison2013-02-141-0/+2
* tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...Jeremy Allison2013-02-141-1/+1
* tevent_poll: add poll_event_loop_wait()Stefan Metzmacher2013-02-031-2/+31
* tevent_poll: fix the usage of tevent_re_initialise()Stefan Metzmacher2013-02-021-0/+8
* tevent_poll: call tevent_common_fd_destructor() from poll_fresh_fde_destructor()Stefan Metzmacher2013-02-021-2/+3
* tevent_poll: Avoid a crash in poll_event_set_fd_flagsVolker Lendecke2013-02-021-2/+8
* tevent_poll: Avoid a crash in poll_fresh_fde_destructorVolker Lendecke2013-02-021-2/+9
* tevent_poll: NULL out fde->event_ctx for "fresh" poll fdesVolker Lendecke2013-02-021-0/+8
* tevent_poll: Use the poll_event_context_destructor alwaysVolker Lendecke2013-02-021-5/+12
* tevent_poll: Re-order routinesVolker Lendecke2013-02-021-16/+16
* tevent_poll: Fix a crash in the poll backendVolker Lendecke2013-02-021-4/+15
* tevent: Fix a comment typoVolker Lendecke2013-01-311-1/+1
* tevent: Fix a commentVolker Lendecke2013-01-181-1/+1
* tevent: Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further s...Jeremy Allison2013-01-151-0/+29
* tevent: change version to 0.9.17 after adding the "poll_mt" backendStefan Metzmacher2012-08-162-1/+83
* tevent: Add threaded poll_mt testcaseVolker Lendecke2012-08-161-0/+145
* lib/tevent: Add a thread-safe tevent backendVolker Lendecke2012-08-163-3/+160
* tevent_poll: Decouple poll_ev->fds handling from adding/removing fdsVolker Lendecke2012-08-161-72/+135
* doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider2012-08-041-4/+1
* tevent: Refer to the correct header in testsuite.cVolker Lendecke2012-07-311-1/+1
* tevent: change version to 0.9.16Stefan Metzmacher2012-06-082-1/+83
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-082-3/+19
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-088-0/+82
* lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-081-0/+4