summaryrefslogtreecommitdiff
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Jeremy Allison2011-02-272-0/+15
* s3: signals are processed twice in child.Bo Yang2010-05-063-5/+36
* Fix bug 6796 - Deleting an event context on shutdown can cause smbd to crash.Jeremy Allison2009-10-201-8/+2
* tevent: make sure we don't set errno within the signal handler function.Stefan Metzmacher2009-10-201-0/+3
* Fixing timeval calculationSimo Sorce2009-10-201-1/+1
* tevent: change version to 0.9.8 after some critical bugs have been fixedStefan Metzmacher2009-09-091-1/+1
* Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. SA...Jeremy Allison2009-09-091-2/+6
* tevent: Fix a segfault upon the first signalVolker Lendecke2009-09-091-0/+6
* lib/tevent: close pipe_fds on event_context destructionRusty Russell2009-09-091-0/+2
* lib/tevent: handle tevent_common_add_signal on different event contexts.Rusty Russell2009-09-092-14/+31
* lib/tevent: fix race with signals and tevent_common_add_signalRusty Russell2009-09-091-20/+20
* lib/tevent: remove spectacularly complicated manual subtractionRusty Russell2009-09-091-4/+1
* tevent: avoid using reserved c++ word.Günther Deschner2009-09-091-1/+1
* Fix for bug 6651 - smbd SIGSEGV when breaking oplocks. Based on a patch submi...Jeremy Allison2009-09-091-17/+54
* tevent: fix a commentMichael Adam2009-09-091-1/+1
* tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructureStefan Metzmacher2009-09-091-1/+1
* tevent: add tevent_req_cancel() infrastructureStefan Metzmacher2009-09-093-0/+70
* tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher2009-09-091-0/+38
* tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...Stefan Metzmacher2009-09-091-1/+11
* Change to talloc_zero_size instead of extra memset. Jeremy. (cherry picked fr...Jeremy Allison2009-09-091-2/+1
* When tallocing a memory block for the state in a tevent_req struct, ensure it...Jeremy Allison2009-09-091-0/+1
* Sort the signature files (cherry picked from commit 7119241c0d12768b31ebdb489...Stefan Metzmacher2009-09-092-45/+45
* Expose functions need by backend writersSimo Sorce2009-09-095-52/+67
* Revert "For tevent to install tevent_util.h"Simo Sorce2009-09-091-1/+0
* For tevent to install tevent_util.hEric Sandall2009-09-091-0/+1
* Add exports file and abi checker for teventSimo Sorce2009-09-097-2/+157
* Increase tevent version for tevent_req_notify_callback() (cherry picked from ...Stefan Metzmacher2009-09-091-1/+1
* Add tevent_req_notify_callbackVolker Lendecke2009-09-092-4/+13
* tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij2009-09-091-7/+1
* tevent: Define TALLOC_FREE() if it's not defined yet, to allow building with ...Jelmer Vernooij2009-09-091-0/+6
* tevent: Remove python module.Stefan Metzmacher2009-09-096-219/+0
* tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2009-09-092-1/+4
* Update copies of config.guess and config.sub. (cherry picked from commit 6230...Jelmer Vernooij2009-09-092-76/+282
* tevent: Don't install headers, since we don't install a shared lib either (fr...Jelmer Vernooij2009-09-091-5/+0
* tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher2009-09-091-1/+1
* tevent: fix the nesting logicStefan Metzmacher2009-09-091-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-09-091-1/+13
* tevent: change version to 0.9.5 after the ABI has changedStefan Metzmacher2009-04-151-1/+1
* tevent: store the location where a request was finishedStefan Metzmacher2009-04-153-19/+48
* tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher2009-04-152-42/+60
* tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2009-04-152-19/+13
* tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher2009-04-151-9/+5
* tevent: add support for immediate eventsStefan Metzmacher2009-04-158-34/+295
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-04-155-55/+33
* tevent: check signal events first in event_loop_onceStefan Metzmacher2009-04-153-0/+15
* tevent: let tevent_loop_once() just run one fd eventStefan Metzmacher2009-04-153-45/+7
* tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher2009-04-151-1/+1
* tevent: Fix might be unitialized warningTim Prouty2009-03-121-1/+1
* tevent: add tevent_loop_until()Stefan Metzmacher2009-03-122-0/+68
* tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher2009-03-123-1/+50