wafsamba: Fix typo: noextenion -> noextension.
[nivanova/samba-autobuild/.git] / lib / talloc /
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-05-31 Jelmer Vernooijtalloc: Don't set is_bundled for standalone build.
2010-05-31 Jelmer VernooijAdd manpages argument to SAMBA_LIBRARY().
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-10 Andreas Schneidertalloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-06 Andreas Schneidertalloc: Documented the missing string functions.
2010-05-01 Holger Hans Peter... talloc: Documentation fix for talloc
2010-04-20 Andrew Tridgelltalloc: there is no ambiguity when freeing a ptr with...
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 Tridgelltalloc: mark public functions as _PUBLIC_
2010-04-18 Andrew Tridgelltalloc-waf: added ABI checking for talloc
2010-04-13 Andrew Tridgells4-waf: don't try to use the system lib for the library...
2010-04-13 Andrew Tridgelltalloc-waf: the talloc1-compat lib depends on talloc
2010-04-13 Andrew Tridgelltalloc-waf: added the manpage generation and talloc1...
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 'waf dist' to build the tarball
2010-04-06 Andrew Tridgelltalloc-waf: install talloc.pc if standalone
2010-04-06 Andrew Tridgelltalloc-waf: match version number with main build
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgelltalloc-waf: don't build the talloc testsuite in s4
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: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: don't install talloc_testsuite and ldbtest
2010-04-06 Andrew Tridgellbuild: using deps= for deps is clearer
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-04-06 Andrew Tridgellbuild: renamed autoconf.py to wafsamba.py and added...
2010-04-06 Andrew Tridgellbuild: updates to waf scripts for replace and talloc
2010-04-06 Andrew Tridgellbuild: a first attempt at waf build for talloc and...
2010-04-02 Andrew Tridgelltalloc: a useful bit of debug code
2010-04-02 Andrew Tridgelltalloc: add a define for TALLOC_MAX_DEPTH
2010-04-02 Andrew Tridgelltalloc: change talloc minor version to 2.0.2
2010-04-02 Andrew Tridgelltalloc: limit the depth that talloc will go for talloc_...
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-29 Andrew Tridgelltalloc: testsuite should use <talloc.h> not "talloc.h"
2010-03-10 Kamen Mazdrashkidoxygen: talloc_get_type name fixed in Doxygen document...
2010-02-08 Simo Sorcerelease-scripts: parametrize scripts
2010-02-08 Simo Sorcetalloc: Fix abi checks in release script
2010-02-08 Simo Sorcetalloc: Fix abi checks and ifdefs
2010-02-08 Andrew Tridgelltalloc: fixed doc typo
2010-02-08 Andreas SchneiderMove the talloc details to the mainpage.
2010-02-08 Andreas Schneidertalloc: Added doxygen config file.
2010-02-08 Andreas Schneidertalloc: Documented talloc with doxygen.
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/talloc
2010-01-21 Jelmer Vernooijs4: Include Python.h early to avoid double definition...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Brian Lutalloc: create symbol links to shared libraries see...
2009-12-15 Simo SorceFix release script to work with recent git versions
2009-12-08 Kamen Mazdrashkitalloc: Fix write behind memory block
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-14 Simo Sorcetalloc: Fix exports and increment talloc version talloc-2.0.1
2009-10-14 Simo Sorcetalloc: Make abi checks in release script
2009-10-14 Simo Sorcetalloc: Move release script under /script too
2009-10-14 Simo Sorcetalloc: Change the way mksysms work
2009-09-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
2009-09-20 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-09-20 Andrew Tridgelltalloc: fixed talloc_disable_null_tracking()
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Andrew Tridgelltalloc: don't crash if f is NULL in talloc_report_*
2009-09-16 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Tridgelltalloc: when we enable NULL tracking, reparent the...
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-11 Michael Adamtalloc:mksigs: allow PRINTF_ATTRIBUTE(..) macros functi...
2009-09-11 Michael Adamtalloc:mksigs: normalize bool -> _Bool
2009-09-11 Michael Adamtalloc:mksigs: ignore symbols (like _DEPRECATED_) after...
2009-09-11 Michael Adamtalloc:mksigs: correctly ignode multiline function...
2009-09-11 Michael Adamtalloc:mksigs: ignore struct forward declarations.
2009-09-11 Michael Adamtalloc:mksyms: allow characters after closing functions...
2009-09-11 Michael Adamtalloc:mksyms: allow double pointer return value of...
2009-09-04 Andrew Tridgellreport the location of the original talloc_free on... talloc-2.0.0
2009-08-29 Michael AdamOne would expect I could spell my name.
2009-08-29 Michael Adamtalloc: move the original abi_checks script to script...
2009-08-29 Michael Adamtalloc: remove talloc_free from the exports
2009-08-29 Michael Adamtalloc: run abi_checks as part of "make test"
2009-08-29 Michael Adamtalloc: remove files generated by "make abi_check"...
2009-08-29 Michael Adamtalloc: add a target "abi_checks" to talloc.
2009-08-29 Michael Adamtalloc: add script/abi_checks.sh. check for abi changes...
2009-08-29 Michael Adamtalloc: add script to extract signatures from header...
2009-08-29 Michael Adamtalloc: add scripts to extract library symbols (exports...
2009-08-24 Andrew Tridgellnote the semantic change in talloc_free from 2.0
2009-08-24 Andrew Tridgellfixed typo in talloc doc XML
2009-08-24 Andrew Tridgellupdated XML source for talloc man page
2009-08-24 Andrew Tridgelladded talloc_set_log_* documentation
2009-08-24 Andrew Tridgellupdated talloc guide for recent API changes
next