r25216: make talloc_append_string() a deprecated macro instead of
[kai/samba.git] / source / lib / talloc / talloc.c
2007-10-10 Stefan Metzmacherr25216: make talloc_append_string() a deprecated macro...
2007-10-10 Stefan Metzmacherr25211: fix compiler warning
2007-10-10 Stefan Metzmacherr25209: unify logic of talloc_vasprintf_append() and...
2007-10-10 Stefan Metzmacherr25208: add talloc_str[n]dup_append[_buffer]() functions
2007-10-10 Stefan Metzmacherr25207: remove one nesting level and use unlikely()
2007-10-10 Stefan Metzmacherr25206: unify logic of talloc_strdup() and talloc_strnd...
2007-10-10 Jeremy Allisonr25164: Add talloc_asprintf_append_buffer() and the...
2007-10-10 Jeremy Allisonr25116: Fix talloc_asprintf_append to do the right...
2007-10-10 Stefan Metzmacherr24626: as TALLOC_ABORT() is defined to abort() by...
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 Stefan Metzmacherr22758: - add missing _talloc_set_name_const(ret, ret...
2007-10-10 Jeremy Allisonr22563: As tridge requested remove the _strict calls...
2007-10-10 Jeremy Allisonr22539: Added _strict varients of the talloc calls to
2007-10-10 Andrew Tridgellr21174: many thanks to Paul Wayper for pointing out...
2007-10-10 Stefan Metzmacherr20195: fix typo
2007-10-10 Stefan Metzmacherr20194: inline all static talloc functions
2007-10-10 Stefan Metzmacherr20193: - let talloc_parent_chunk() handle a NULL pointer
2007-10-10 Andrew Tridgellr19412: some rather strange looking changes to talloc...
2007-10-10 Simo Sorcer19304: If you really want to look at the contents...
2007-10-10 Stefan Metzmacherr18995: - fix bug 4078
2007-10-10 Stefan Metzmacherr18946: fix compiler warning
2007-10-10 Andrew Tridgellr18521: implement volkers suggestion for avoiding the...
2007-10-10 Andrew Tridgellr18435: added a function talloc_move() which is like...
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Stefan Metzmacherr18100: actually make usage of libreplace :-)
2007-10-10 Volker Lendecker18027: Fix some 64-bit warnings
2007-10-10 Stefan Metzmacherr17950: sync talloc with samba3
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 Metzmacherr17892: fix the last talloc c++ warning
2007-10-10 Stefan Metzmacherr17891: remove c++ warnings from talloc
2007-10-10 Andrew Tridgellr17578: in standalone talloc build ensure we get intptr...
2007-10-10 Stefan Metzmacherr17264: - remove unused includes from talloc
2007-10-10 Stefan Metzmacherr17176: remove off_t from talloc. size_t is large enoug...
2007-10-10 Stefan Metzmacherr17062: make correct use of talloc destructors, and...
2007-10-10 Stefan Metzmacherr17061: - remove the currect talloc chunk from it's...
2007-10-10 Stefan Metzmacherr16446: talloc_set_name() allocates and can fail...
2007-10-10 Andrew Tridgellr15856: fixed talloc_asprintf_append() on solaris
2007-10-10 Andrew Tridgellr15852: patch from Rusty to make talloc_set_destructor...
2007-10-10 Andrew Tridgellr15828: a talloc steal optimisation spotted by metze
2007-10-10 Andrew Tridgellr15824: fixed a subtle talloc bug to do with memory...
2007-10-10 Jelmer Vernooijr14999: Remove more unused autoconf code
2007-10-10 Andrew Tridgellr14288: - make the snprintf call in talloc portable...
2007-10-10 Volker Lendecker14131: Fix Coverity bug # 127
2007-10-10 James Peachr13400: Only return NULL from talloc_asprintf if vsnpri...
2007-10-10 James Peachr13397: Propagate the error return from vsnprintf to...
2007-10-10 Andrew Tridgellr12633: expose talloc_vasprintf_append()
2007-10-10 Andrew Tridgellr11983: make talloc LGPL. This makes more sense given...
2007-10-10 Andrew Tridgellr10726: fix to talloc_parent() from Michael O'Brien
2007-10-10 Andrew Tridgellr8127: fixed code in function error
2007-10-10 Andrew Tridgellr8126: - moved to 16 byte alignment for talloc. This...
2007-10-10 Andrew Tridgellr8032: added loop detection into talloc. Robert Collins...
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 Tridgellr7780: fixed a bug in talloc_find_parent_byname()
2007-10-10 Andrew Tridgellr7778: added talloc_find_parent_bytype() and talloc_fin...
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 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 Vernooijr6804: Add config.h for talloc (and use it)
2007-10-10 Andrew Tridgellr6741: prevent talloc_strndup() from reading one byte...
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