s3: Make ads_ranged_search_internal static
[kai/samba.git] / lib / tevent /
2010-11-17 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-11-11 Matthias Dieter... s4:pytevent.c - fix a discard const warning
2010-11-03 Andrew Tridgellbuild: a more portable way of finding waf in makefiles
2010-11-03 Andrew Tridgellwaf: added reconfigure targets to our libraries
2010-10-30 Jelmer Vernooijtevent: Drop autoconf-based build system for standalone...
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgells4-build: fixed some formatting
2010-10-08 Volker Lendecketevent: Do not use talloc_autofree_context
2010-10-06 Volker Lendecketevent: Only call handlers that ask for events
2010-09-28 Jelmer Vernooijldb/tevent: Fix detection of waf paths.
2010-09-28 Jelmer Vernooijtevent: Remove make targets that are not relevant for...
2010-09-28 Jelmer Vernooijtevent: Don't update Makefile/configure files.
2010-09-25 Jelmer Vernooijpyteven: Fix build warnings.
2010-09-25 Jelmer VernooijCheck in configure/Makefile for those projects that...
2010-09-25 Jelmer Vernooijpytevent: Add more tests.
2010-09-25 Jelmer Vernooijpytevent: Fill in client side fnuctions.
2010-09-25 Jelmer Vernooijtevent: Add infrastructure for python bindings.
2010-09-25 Jelmer Vernooijtevent: Switch to using waf by default.
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 save-diskspace-tags/tevent-0.9.8
2009-09-04 Stefan Metzmachertevent: change version to 0.9.8 after some critical...
next