Add talloc_asprintf_append, which grows an existing string buffer to
[samba.git] / source3 / include / talloc.h
2002-01-03 Martin PoolAdd talloc_asprintf_append, which grows an existing...
2001-12-19 Martin PoolMake TALLOC_CTX and talloc_chunk private to talloc.c.
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolPut PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
2001-12-19 Martin PoolStart adding some debugging features to talloc based...
2001-06-22 Andrew Tridgellthe BAD_PTR idea in talloc.h is actually a bad idea...
2001-03-23 Andrew Tridgella much simpler talloc() implementation. This version...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2000-08-12 Gerald Carterreworked talloc() to in order to help track down invalid
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...