Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-04 | talloc - some documentation changes | Matthias Dieter Wallnöfer | 1 | -28/+24 | |
- Fix some typos - Document better the differences in the behaviour between talloc 1.X and 2.X. Previously this seemed a bit spongy to me. Reviewed-by: Jelmer + Tridge Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Apr 4 11:05:42 CEST 2011 on sn-devel-104 | |||||
2010-09-24 | talloc: Add a warning about talloc_autofree_context() and dlclose() | Volker Lendecke | 1 | -0/+13 | |
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 | |