Removed version number from file header.
[jra/samba/.git] / source3 / lib / talloc.c
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jean-François Mico... picky about realloc
2002-01-14 Martin PoolFIXME We should turn the global list off when using...
2002-01-03 Martin PoolCope nicely with pools with no name.
2002-01-03 Martin Pooltalloc accounting now includes number of chunks and...
2002-01-03 Martin PoolAdd talloc_asprintf_append, which grows an existing...
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-19 Martin PoolMake TALLOC_CTX and talloc_chunk private to talloc.c.
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolPut PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
2001-12-19 Martin PoolDoc.
2001-12-19 Martin PoolStart adding some debugging features to talloc based...
2001-12-05 Andrew Tridgellfixed an off by 1 bug in talloc_asprintf()
2001-12-04 Andrew Tridgellconst religion in talloc calls
2001-10-14 Andrew Tridgellreturn of vsnprintf doesn't include termination
2001-10-14 Andrew Tridgellbit neater talloc_asprintf() implementation
2001-10-13 Simo Sorceintroduce mangle backward compatibility functions
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-02 Jeremy AllisonMade talloc_realloc() semantics match realloc(). JF...
2001-06-22 Tim PotterSpelling fix.
2001-06-22 Andrew Tridgellthe BAD_PTR idea in talloc.h is actually a bad idea...
2001-05-11 Tim PotterAdded talloc_strdup() funcion.
2001-03-23 Jeremy AllisonAdded Gerald's fixes.
2001-03-23 Andrew Tridgella much simpler talloc() implementation. This version...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-08-12 Gerald Carterreworked talloc() to in order to help track down invalid
2000-08-10 Gerald Cartertalloc returns 0xdeadbeef when asked to allocate 0...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-06-26 Andrew Tridgellfixed size alignment in talloc
2000-01-11 Jeremy AllisonFixed pointer arithmetic found by IRIX compiler.
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...