r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
[samba.git] / source / lib / talloc.c
2007-10-10 Andrew Tridgellr2791: got rid of talloc_unreference() and instead...
2007-10-10 Andrew Tridgellr2773: allow zero sized array talloc
2007-10-10 Andrew Tridgellr2744: ben elliston taught me about gcov today, which...
2007-10-10 Andrew Tridgellr2742: - fixed a bug in talloc_unreference()
2007-10-10 Andrew Tridgellr2737: fixed up a corner case where talloc_unreference...
2007-10-10 Andrew Tridgellr2718: - added a talloc_unreference() function as reque...
2007-10-10 Andrew Tridgellr2709: finally solved the talloc reference problem.
2007-10-10 Andrew Tridgellr2677: - fixed a bug in the recursive logic talloc_free...
2007-10-10 Andrew Tridgellr2675: added a convenience function
2007-10-10 Andrew Tridgellr2674: I have realised that talloc() should have its...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2662: make --leak-check completely silent if not block...
2007-10-10 Andrew Tridgellr2653: - data_blob() and data_blob_talloc() now get...
2007-10-10 Andrew Tridgellr2649: - used some cpp tricks to make users of talloc...
2007-10-10 Andrew Tridgellr2641: talloc_p() now produces a named talloc pointer...
2007-10-10 Andrew Tridgellr2640: valgrind does a great job on some types of memor...
2007-10-10 Andrew Bartlettr2506: Add more printf attributes for format checking.
2007-10-10 Andrew Tridgellr2308: make talloc_vasprintf() available outside talloc.c
2007-10-10 Andrew Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Andrew Tridgellr2049: talloc now has destructors and reference counts
2007-10-10 Andrew Bartlettr1991: After finding a talloc inconsistancy is a very...
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Simo Sorcer1898: Check the context we are going to return.
2007-10-10 Andrew Tridgellr1892: this adds talloc_get_context(), which is somethi...
2007-10-10 Andrew Bartlettr1474: It is useful if talloc_strdup() behaves like...
2007-10-10 Andrew Bartlettr1199: Make talloc_asprintf_append() work on a NULL...
2007-10-10 Andrew Tridgellr1017: - move to a centralised way of handling talloc...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Andrew Tridgellr507: the new ldb code will use talloc_free() a lot...
2003-12-14 Andrew Tridgellfixed some memory leaks in the rpc server code
2003-12-13 Andrew Tridgelladded a basic dcerpc endpoint mapper to Samba4. Current...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code