r6660: Sorry for the spam... I think now I've got a version that should compile on
[samba.git] / source4 / lib / talloc / talloc.c
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 Volker Lendecker6513: Commit talloc_free_children.
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 Tridgellr5938: - allow NULL string argument to talloc_vasprintf...
2007-10-10 Andrew Tridgellr5937: - performance improvement to talloc_asprintf_app...
2007-10-10 Andrew Tridgellr5119: fflush after talloc reports to ensure they are...
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 Stefan Metzmacherr4689: - make talloc_report_depth() public
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 Tridgellr4479: added the function talloc_autofree_context(...
2007-10-10 Andrew Tridgellr4473: - moved talloc into its own lib/talloc/ area