s3-build: only include memcache.h where needed.
[nivanova/samba-autobuild/.git] / lib / tevent /
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-06-10 Volker Lendecketevent: Fix maxfd calculation in tevent_select
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-10 Andreas Schneidertevent: Added a description for tevent queue.
2010-05-10 Andreas Schneidertevent: Added an introduction to the tevent_queue tutorial.
2010-05-10 Andreas Schneidertevent: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-05 Andreas Schneidertevent: Started a tevent_queue tutorial.
2010-05-05 Andreas Schneidertevent: Document the tevent_queue functions.
2010-05-05 Andreas Schneidertevent: Document the tevent helper functions.
2010-05-05 Andreas Schneidertevent: Document missing callback typedefs.
2010-05-05 Andreas Schneidertevent: Document the missing tevent async request callb...
2010-05-05 Andreas Schneidertevent: Create a typedef for the debug function callback.
2010-05-05 Stephen Gallaghertevent: Added more documentation.
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-05-05 Andreas Schneidertevent: Add doxygen tevent config file.
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-04-18 Andrew Tridgellbuild: more adjustments for the ABI type name maps
2010-04-18 Andrew Tridgells4-waf: rebuild signature files with the api type maps
2010-04-18 Andrew Tridgelltevent-waf: enabled ABI checking in tevent
2010-04-18 Andrew Tridgelltevent: mark backend init fns as _PRIVATE_
2010-04-13 Andrew Tridgelltevent-waf: added man page and pkgconfig file
2010-04-13 Andrew Tridgells4-tevent: up tevent version number
2010-04-12 Andrew Tridgellbuild: use a common autogen-waf.sh for all builds
2010-04-06 Andrew Tridgells4-waf: fixed waf distcheck for our standalone libs...
2010-04-06 Andrew Tridgells4-waf: added simple 'waf test' support for tdb, talloc...
2010-04-06 Andrew Tridgells4-waf: autogen-waf.sh for the standalone library builds
2010-04-06 Andrew Tridgells4-waf: use a common pattern for finding buildtools...
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: fixed finding of buildtools and srcdir
2010-04-06 Andrew Tridgells4-waf: avoid having to run waf configure before waf...
2010-04-06 Andrew Tridgells4-waf: allow standalone tarball build of libraries
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to our standalone libs as...
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgells4-waf: ensure we don't end up with mixed versions...
2010-04-06 Andrew Tridgells4-waf: support the use of system libraries
2010-04-06 Andrew Tridgells4-waf: set default for bundled libraries
2010-04-06 Andrew Tridgells4-waf: set the bundled library extension for some...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: updated configure checks or new syntax
2010-04-06 Andrew Tridgellbuild: tevent_epoll.c is conditional on HAVE_EPOLL
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...
2010-04-06 Andrew Tridgellbuild: added BUILD_SUBDIR() wrapper
2010-04-06 Andrew Tridgellbuild: added ADD_CFLAGS() and started of Samba4 build
2010-04-06 Andrew Tridgellbuild: added waf build rules for ldb
2010-04-06 Andrew Tridgellbuild: neater way to find libreplace and start on teven...
2010-03-26 Andrew Tridgelltevent: added tevent_re_initialise()
2010-02-22 Brad HardsSpelling fixes for tevent.
2010-02-14 Andrew Tridgellutil: update three other copies of our dlinklist.h...
2010-02-09 Bo Yangs3: signals are processed twice in child.
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Brian Lutevent: create symbol links to shared libraries see...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-20 Stefan Metzmachertevent: prefix types and defined with tevent_ and TEVENT_
2009-11-26 Volker Lendecketevent: Fix a comment
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-01 Jeremy AllisonNULL is not a valid event context.
2009-09-25 Simo SorceFixing timeval calculation
2009-09-22 Rusty Russelllib/tevent: a cleaner fix for be4ac227842530d484659f2db...
2009-09-21 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-21 Stefan Metzmachertevent: make sure we don't set errno within the signal...
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-11 Michael Adamtevent:mksyms: fix spelling...
2009-09-11 Michael Adamtevent:signatures: add _tevent_req_cancel and tevent_re...
2009-09-11 Michael Adamtevent:exports: add _tevent_req_cancel and tevent_req_s...
2009-09-11 Michael Adamtevent:mksigs: allow PRINTF_ATTRIBUTE(..) macros functi...
2009-09-11 Michael Adamtevent:mksigs: normalize bool -> _Bool
2009-09-11 Michael Adamtevent:mksigs: ignore symbols (like _DEPRECATED_) after...
2009-09-11 Michael Adamtevent:mksigs: correctly ignode multiline function...
2009-09-11 Michael Adamtevent:mksigs: ignore struct forward declarations.
2009-09-11 Michael Adamtevent:mksyms: allow characters after closing functions...
2009-09-11 Michael Adamtevent:mksyms: allow double pointer return value of...
2009-09-11 Michael Adamtevent: add abi_checks to "make test"
2009-09-11 Michael Adamtevent: remove filese generated by "make abi_checks...
2009-09-11 Michael Adamtevent: add a make target "make abi_checks"
2009-09-11 Michael Adamtevent: move the original abi_checks script to script...
2009-09-11 Michael Adamtevent: add script/abi_checks.sh. check for abi changes...
2009-09-11 Michael Adamtevent: add script to extract signatures from header...
2009-09-11 Michael Adamtevent: add scripts to extract library symbols (exports...
2009-09-04 Simo SorceAdd release script for tevent tevent-0.9.8
2009-09-04 Stefan Metzmachertevent: change version to 0.9.8 after some critical...
2009-09-03 Jeremy AllisonAnother part of the fix for bug 6651 - smbd SIGSEGV...
2009-08-29 Volker Lendecketevent: Fix a segfault upon the first signal
2009-08-28 Rusty Russelllib/tevent: close pipe_fds on event_context destruction
2009-08-28 Rusty Russelllib/tevent: handle tevent_common_add_signal on differen...
2009-08-28 Rusty Russelllib/tevent: fix race with signals and tevent_common_add...
2009-08-28 Rusty Russelllib/tevent: remove spectacularly complicated manual...
2009-08-24 Günther Deschnertevent: avoid using reserved c++ word.
2009-08-21 Jeremy AllisonFix for bug 6651 - smbd SIGSEGV when breaking oplocks.
2009-08-19 Michael Adamtevent: fix a comment
2009-08-17 Stefan Metzmachertevent: change version to 0.9.7 after adding tevent_req...
2009-08-17 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-08-15 Stefan Metzmachertevent: add some more doxygen comments for tevent_req...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-16 Stefan Metzmachertevent: try to fix the build on QNX qnx18 6.4.1 it...
2009-07-14 Jeremy AllisonChange to talloc_zero_size instead of extra memset.
2009-07-14 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-07-03 Simo SorceSort the signature files
2009-07-03 Simo SorceExpose functions need by backend writers
2009-06-18 Simo SorceRevert "For tevent to install tevent_util.h"
2009-06-18 Eric SandallFor tevent to install tevent_util.h
next