summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc_guide.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-09-24talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke1-0/+13
2010-08-14talloc:documentation - explain that "talloc_free" works also with "NULL" ↵Matthias Dieter Wallnöfer1-4/+5
pointers (talloc.c) ... > static inline int _talloc_free_internal(void *ptr, const char *location) > { > struct talloc_chunk *tc; > > if (unlikely(ptr == NULL)) { > return -1; > } > > tc = talloc_chunk_from_ptr(ptr); ... Obviously this never had been documented before.
2010-02-02Change uint_t to unsigned int in lib/tallocMatt Kraai1-3/+3
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-08-24note the semantic change in talloc_free from 2.0Andrew Tridgell1-4/+4
2009-08-24added talloc_set_log_* documentationAndrew Tridgell1-0/+11
2009-08-24updated talloc guide for recent API changesAndrew Tridgell1-2/+54
2008-10-01Fix some syntax errors for use with ReST.Jelmer Vernooij1-17/+26
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+685