r22518: Create pkgconfig dir.
[kai/samba.git] / source4 / lib / talloc / talloc_guide.txt
2007-10-10 Volker Lendecker19684: Talloc_guide text on multithreading by Remi...
2007-10-10 Stefan Metzmacherr17907: - add a generic talloc_report_depth_cb() functi...
2007-10-10 Stefan Metzmacherr17895: - talloc_increase_ref_count() can fail
2007-10-10 Stefan Metzmacherr17893: add a function to disable the null_context
2007-10-10 Stefan Metzmacherr17886: add talloc_ptrtype() and talloc_array_ptrtype(),
2007-10-10 Stefan Metzmacherr17176: remove off_t from talloc. size_t is large enoug...
2007-10-10 Volker Lendecker11869: talloc has been ported :-)
2007-10-10 Andrew Tridgellr8126: - moved to 16 byte alignment for talloc. This...
2007-10-10 Andrew Tridgellr7778: added talloc_find_parent_bytype() and talloc_fin...
2007-10-10 Derrell Lipmanr7556: fixed typo in documentation
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 Tridgellr5939: improve talloc_realloc() docs after feedback...
2007-10-10 Andrew Tridgellr4793: minor doc updates
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
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 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