summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc_guide.txt
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2010-09-241-0/+13
|
* talloc:documentation - explain that "talloc_free" works also with "NULL" ↵Matthias Dieter Wallnöfer2010-08-141-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.
* Change uint_t to unsigned int in lib/tallocMatt Kraai2010-02-021-3/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* note the semantic change in talloc_free from 2.0Andrew Tridgell2009-08-241-4/+4
|
* added talloc_set_log_* documentationAndrew Tridgell2009-08-241-0/+11
|
* updated talloc guide for recent API changesAndrew Tridgell2009-08-241-2/+54
|
* Fix some syntax errors for use with ReST.Jelmer Vernooij2008-10-011-17/+26
|
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+685