summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Make struct tevent_req opaqueSimo Sorce3-100/+137
2009-03-01Merge branch 'master' of git://git.samba.org/samba into teventfixJelmer Vernooij4-4/+275
2009-03-01Avoid using tevent_util.h, which won't be available if we use the systemJelmer Vernooij1-2/+2
2009-02-26tevent: add tevent_queue infrastructureStefan Metzmacher3-1/+221
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher2-3/+35
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher2-0/+18
2009-02-25Attempt to fix the OpenChange build -- sorry for the breakVolker Lendecke1-1/+1
2009-02-24tevent.h requires bool and uint[16|32|64]_tVolker Lendecke1-0/+1
2009-02-21pytevent: Fix include path - tevent_util is not installed.Jelmer Vernooij1-1/+1
2009-02-18tevent: add tevent_wakeup_send/recv()Stefan Metzmacher3-1/+76
2009-02-18tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher2-2/+2
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin7-23/+61
2009-02-16tevent: fix compiler warning in pytevent.cStefan Metzmacher1-1/+3
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher16-188/+253
2009-02-14Add missing prototype for "tevent_req_print"Volker Lendecke1-0/+2
2009-02-14Fix a warning and a bug: pipe(2) can failVolker Lendecke1-1/+4
2009-02-14Add two variable assignments to shut up gccVolker Lendecke1-2/+4
2009-02-13tevent: raise version to 0.9.3Stefan Metzmacher1-1/+1
2009-02-13lib/tevent: add tevent_req infrastructureStefan Metzmacher4-202/+303
2009-02-13lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher1-0/+338
2009-02-13lib/tevent: expose ev_timeval_zero() for internal usageStefan Metzmacher2-1/+2
2009-02-13lib/tevent: remove broken tevent_aio supportStefan Metzmacher5-610/+0
2009-02-02lib/tevent: the python bindings don't use swig anymoreStefan Metzmacher1-7/+2
2009-02-02lib/tevent: s/private/private_dataStefan Metzmacher1-6/+6
2009-01-30Do not install private headersSimo Sorce1-2/+0
2009-01-30lib/tevent: include replace.h in pytevent.cStefan Metzmacher1-0/+1
2009-01-30Fix standalone configure scriptsSimo Sorce1-0/+1
2009-01-27tevent: change SA_INFO_QUEUE_COUNT from 10 to 100Stefan Metzmacher1-1/+1
2009-01-20tevent: rename signal handler functions to start with tevent_common_Stefan Metzmacher1-5/+6
2009-01-12tevent: use for() loops instead of while() loopsStefan Metzmacher1-12/+9
2009-01-11tevent: Fix build breakTim Prouty1-1/+1
2009-01-11Fix tevent_common_context_destructor to remove all events instead of just the...Bo Yang1-4/+10
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+6
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-07tevent: don't try to dereference fde->event_ctx when the event context doesn'...Stefan Metzmacher1-0/+3
2009-01-06Add dependency to talloc in tevent pc file.Jelmer Vernooij1-0/+1
2009-01-06Ensure libreplace is included into the tevent python bindingsAndrew Bartlett1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2009-01-05tevent: add some debugging for timer events, that mostly matches samba3Stefan Metzmacher1-0/+12
2009-01-05tevent: add tevent_context destructor that unlinks the events from the contextStefan Metzmacher2-0/+33
2009-01-05tevent: don't crash if te->event_ctx is NULLStefan Metzmacher1-3/+3
2009-01-05tevent: keep a linked list of fd_eventsStefan Metzmacher6-142/+116
2009-01-05tevent: keep a linked list of signal eventsStefan Metzmacher6-21/+57
2009-01-05tevent: make tevent_debug() a noop if ev is NULLStefan Metzmacher1-0/+3
2009-01-05Attempt to fix the build on netbsd5Volker Lendecke1-0/+1
2009-01-05tevent: fix tevent_add_timer() and tevent_add_aio() macrosStefan Metzmacher1-2/+2
2009-01-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher4-66/+32
2009-01-04tevent: completely initialize tevent_fd structsStefan Metzmacher4-0/+6
2009-01-03tevent: raise version to 0.9.2 after AUTOCLOSE changesStefan Metzmacher1-1/+1
2009-01-03tevent: remove TEVENT_FD_AUTOCLOSE featureStefan Metzmacher5-14/+0