r23798: updated old Temple Place FSF addresses to new URL
[kamenim/samba.git] / source4 / lib / talloc / talloc.h
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Jeremy Allisonr22563: As tridge requested remove the _strict calls...
2007-10-10 Jeremy Allisonr22541: Added talloc_size_strict macro.
2007-10-10 Jeremy Allisonr22540: Added _strict varients of the macro calls ...
2007-10-10 Jeremy Allisonr22539: Added _strict varients of the talloc calls to
2007-10-10 Stefan Metzmacherr22267: protect #define __location__ with an #ifndef
2007-10-10 Jelmer Vernooijr21297: Remove the GTK+ tools and library from the...
2007-10-10 Stefan Metzmacherr20193: - let talloc_parent_chunk() handle a NULL pointer
2007-10-10 Andrew Tridgellr18521: implement volkers suggestion for avoiding the...
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18435: added a function talloc_move() which is like...
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 Metzmacherr17891: remove c++ warnings from talloc
2007-10-10 Stefan Metzmacherr17886: add talloc_ptrtype() and talloc_array_ptrtype(),
2007-10-10 Stefan Metzmacherr17885: use _TALLOC_TYPEPF() consitently
2007-10-10 Andrew Tridgellr17645: gcc 4.1.x has started producing "value computed...
2007-10-10 Stefan Metzmacherr17263: export talloc_free_children()
2007-10-10 Stefan Metzmacherr17176: remove off_t from talloc. size_t is large enoug...
2007-10-10 Stefan Metzmacherr16922: move some macros out of talloc.h as the don...
2007-10-10 Stefan Metzmacherr16446: talloc_set_name() allocates and can fail...
2007-10-10 Andrew Tridgellr15852: patch from Rusty to make talloc_set_destructor...
2007-10-10 Andrew Tridgellr15824: fixed a subtle talloc bug to do with memory...
2007-10-10 Andrew Tridgellr12633: expose talloc_vasprintf_append()
2007-10-10 Andrew Tridgellr11984: LGPL on header and testsuite as well
2007-10-10 Simo Sorcer7936: new ldb_dn_explode and ldb_dn_casefold functions...
2007-10-10 Andrew Tridgellr7781: finding the parent of a talloc ptr is trickier...
2007-10-10 Andrew Tridgellr7778: added talloc_find_parent_bytype() and talloc_fin...
2007-10-10 Simo Sorcer6645: Add talloc_get_size() function.
2007-10-10 Andrew Tridgellr6075: added talloc_enable_null_tracking() (asked for...
2007-10-10 Andrew Tridgellr5937: - performance improvement to talloc_asprintf_app...
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Stefan Metzmacherr4689: - make talloc_report_depth() public
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 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