Age | Commit message (Expand) | Author | Files | Lines |
2010-04-20 | talloc: there is no ambiguity when freeing a ptr with a null parent | Andrew Tridgell | 1 | -0/+7 |
2010-04-18 | talloc: mark public functions as _PUBLIC_ | Andrew Tridgell | 1 | -62/+62 |
2010-04-02 | talloc: a useful bit of debug code | Andrew Tridgell | 1 | -0/+8 |
2010-04-02 | talloc: add a define for TALLOC_MAX_DEPTH | Andrew Tridgell | 1 | -1/+1 |
2010-04-02 | talloc: limit the depth that talloc will go for talloc_is_parent() | Andrew Tridgell | 1 | -2/+11 |
2009-12-08 | talloc: Fix write behind memory block | Kamen Mazdrashki | 1 | -1/+1 |
2009-09-20 | talloc: fixed talloc_disable_null_tracking() | Andrew Tridgell | 1 | -0/+27 |
2009-09-17 | talloc: don't crash if f is NULL in talloc_report_* | Andrew Tridgell | 1 | -2/+4 |
2009-09-15 | talloc: when we enable NULL tracking, reparent the autofree context | Andrew Tridgell | 1 | -0/+3 |
2009-09-04 | report the location of the original talloc_free on double free | Andrew Tridgell | 1 | -11/+18 |
2009-08-24 | talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSION | Stefan Metzmacher | 1 | -7/+39 |
2009-08-24 | talloc: remove ABI compat functions | Stefan Metzmacher | 1 | -28/+0 |
2009-08-24 | talloc: remove unused build dependecies to samba | Stefan Metzmacher | 1 | -18/+0 |
2009-08-24 | talloc: add talloc_set_log_fn() and talloc_set_log_stderr() | Stefan Metzmacher | 1 | -12/+49 |
2009-08-24 | talloc: let talloc_steal() only generate a warning if it's used with references | Stefan Metzmacher | 1 | -2/+1 |
2009-08-24 | talloc: call return after abort, because an overloaded abort function might n... | Stefan Metzmacher | 1 | -0/+4 |
2009-08-24 | talloc: report the size of reference handles as 0 | Stefan Metzmacher | 1 | -1/+3 |
2009-08-24 | talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c... | Stefan Metzmacher | 1 | -2/+15 |
2009-07-04 | Fix some warnings | Volker Lendecke | 1 | -2/+3 |
2009-07-03 | Restore ABI compatibility for talloc. | Simo Sorce | 1 | -4/+39 |
2009-07-02 | talloc: change TALLOC_MAGIC for version 2.0.0 | Stefan Metzmacher | 1 | -1/+12 |
2009-07-01 | a talloc_realloc() to zero size needs to use an unambiguous free | Andrew Tridgell | 1 | -1/+1 |
2009-07-01 | changes to remove the ambiguity in talloc_free() and talloc_steal() | Andrew Tridgell | 1 | -20/+99 |
2009-04-22 | Prevent reallocs of the talloc pool itself | Simo Sorce | 1 | -0/+5 |
2009-03-12 | talloc: add talloc_set_abort_fn() | Stefan Metzmacher | 1 | -4/+31 |
2009-03-03 | talloc: add talloc_get_type_abort() | Stefan Metzmacher | 1 | -0/+24 |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+1732 |