r7133: work in progress, including a HIGHLY revised and simplified schema
[kai/samba.git] / source4 / lib / talloc /
2007-10-10 Andrew Tridgellr6845: make the talloc header align to 40 bytes, which...
2007-10-10 Andrew Tridgellr6831: talloc now requires config.h (this fixes ldb...
2007-10-10 Andrew Tridgellr6830: put header checks in config.m4 so when it is...
2007-10-10 Jelmer Vernooijr6828: More portability fixes
2007-10-10 Andrew Tridgellr6812: more talloc portability tweaks
2007-10-10 Andrew Tridgellr6808: - test for gcov not needed
2007-10-10 Jelmer Vernooijr6807: Fix in-tree build of talloc testsuite
2007-10-10 Jelmer Vernooijr6804: Add config.h for talloc (and use it)
2007-10-10 Andrew Tridgellr6802: - fixed CFLAGS
2007-10-10 Andrew Tridgellr6741: prevent talloc_strndup() from reading one byte...
2007-10-10 Jelmer Vernooijr6664: Obey overrided CC in the Makefile
2007-10-10 Andrew Tridgellr6663: only use -Wall for gcc
2007-10-10 Andrew Tridgellr6662: add an installcheck target for talloc
2007-10-10 Andrew Tridgellr6661: fix up talloc autoconf to have a chance of worki...
2007-10-10 Volker Lendecker6660: Sorry for the spam... I think now I've got a...
2007-10-10 Simo Sorcer6650: keep style consistent
2007-10-10 Simo Sorcer6645: Add talloc_get_size() function.
2007-10-10 Jelmer Vernooijr6622: Add talloc manpage in DocBook XML, based on...
2007-10-10 Volker Lendecker6513: Commit talloc_free_children.
2007-10-10 Jelmer Vernooijr6478: Add 'make install' and a pkg-config file
2007-10-10 Jelmer Vernooijr6477: Remove call to autoheader as autogenerated heade...
2007-10-10 Andrew Tridgellr6474: - added a simple talloc web page at talloc.samba...
2007-10-10 Andrew Tridgellr6075: added talloc_enable_null_tracking() (asked for...
2007-10-10 Andrew Bartlettr6033: Patch from 'lifeless' to clarify behaviour with...
2007-10-10 Andrew Tridgellr5939: improve talloc_realloc() docs after feedback...
2007-10-10 Andrew Tridgellr5938: - allow NULL string argument to talloc_vasprintf...
2007-10-10 Andrew Tridgellr5937: - performance improvement to talloc_asprintf_app...
2007-10-10 Stefan Metzmacherr5142: fix compiler warning
2007-10-10 Andrew Tridgellr5119: fflush after talloc reports to ensure they are...
2007-10-10 Andrew Tridgellr4793: minor doc updates
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Andrew Tridgellr4718: don't use the deprecated __va_copy() unless...
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Stefan Metzmacherr4689: - make talloc_report_depth() public
2007-10-10 Stefan Metzmacherr4688: don't run male proto for lib/talloc/
2007-10-10 Stefan Metzmacherr4687: use struct type and location for easier finding
2007-10-10 Stefan Metzmacherr4609: add a usefull data_blob_dup_talloc() macro
2007-10-10 Andrew Tridgellr4593: don't use the _p function in the testsuite,...
2007-10-10 Andrew Tridgellr4592: fixed typo from talloc testsuite fixup for the...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4479: added the function talloc_autofree_context(...
2007-10-10 Andrew Tridgellr4473: - moved talloc into its own lib/talloc/ area