Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-14 | talloc:documentation - explain that "talloc_free" works also with "NULL" ↵ | Matthias Dieter Wallnöfer | 1 | -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-02 | Change uint_t to unsigned int in lib/talloc | Matt Kraai | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-08-24 | note the semantic change in talloc_free from 2.0 | Andrew Tridgell | 1 | -4/+4 | |
2009-08-24 | added talloc_set_log_* documentation | Andrew Tridgell | 1 | -0/+11 | |
2009-08-24 | updated talloc guide for recent API changes | Andrew Tridgell | 1 | -2/+54 | |
2008-10-01 | Fix some syntax errors for use with ReST. | Jelmer Vernooij | 1 | -17/+26 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+685 | |