Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | build: Remove autoconf build system | Andrew Bartlett | 2 | -52/+0 |
2013-05-20 | talloc: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-05-14 | talloc: only provide the --enable-talloc-compat1 in standalone build | Stefan Metzmacher | 1 | -4/+6 |
2013-04-18 | talloc: Simplify _talloc_free_poolmem a bit | Volker Lendecke | 1 | -2/+14 |
2013-04-18 | talloc: Do an early return | Volker Lendecke | 1 | -3/+6 |
2013-04-18 | talloc: Avoid some "else" by doing early returns | Volker Lendecke | 1 | -4/+8 |
2013-04-18 | talloc: Fix nonblank line endings | Volker Lendecke | 1 | -34/+34 |
2012-12-03 | lib/talloc: Move manpage to man/. | Karolin Seeger | 2 | -13/+13 |
2012-11-29 | docs: man talloc: Add missing meta data. | Karolin Seeger | 1 | -0/+12 |
2012-10-05 | talloc: Convert error cecking macros into fns | Simo Sorce | 1 | -37/+74 |
2012-10-05 | Add tests for talloc_memlimit | Simo Sorce | 1 | -0/+172 |
2012-10-05 | Add memory limiting capability to talloc | Simo Sorce | 5 | -40/+327 |
2012-08-04 | doc: Remove build/ from doxygen config or it will not work in brew. | Andreas Schneider | 1 | -4/+1 |
2012-07-18 | talloc: don't allow a talloc_pool inside a talloc_pool. | Rusty Russell | 2 | -1/+9 |
2012-07-18 | talloc: use a struct for pool headers. | Rusty Russell | 2 | -106/+90 |
2012-07-05 | talloc: remove unused variables | Björn Jacke | 1 | -5/+0 |
2012-05-30 | build: Remove unused release scripts for talloc | Andrew Bartlett | 6 | -518/+0 |
2012-05-07 | talloc: Update doxygen config. | Andreas Schneider | 1 | -119/+391 |
2012-05-07 | doc: Remove latex to doxygen conversion leftovers in talloc. | Pavel Březina | 2 | -8/+8 |
2012-05-07 | doc: Fixes for the talloc best practices tutorial. | Andreas Schneider | 1 | -10/+10 |
2012-05-07 | doc: Fixes for the talloc debugging tutorial. | Andreas Schneider | 1 | -9/+10 |
2012-05-07 | doc: Fixes for the talloc pool tutorial. | Andreas Schneider | 1 | -15/+16 |
2012-05-07 | doc: Fixes for the talloc destructor tutorial. | Andreas Schneider | 1 | -4/+5 |
2012-05-07 | doc: Fixes for the talloc dynamic type system tutorial. | Andreas Schneider | 1 | -14/+15 |
2012-05-07 | doc: Fixes for the talloc stealing tutorial. | Andreas Schneider | 1 | -9/+24 |
2012-05-07 | doc: Fixes for the talloc context tutorial. | Andreas Schneider | 1 | -25/+27 |
2012-05-07 | doc: Add talloc tutorial. | Pavel Březina | 13 | -1/+873 |
2012-04-24 | talloc: Fix copy&paste errors | Volker Lendecke | 1 | -2/+2 |
2012-04-24 | Talloc doc: talloc_strdup_append does not return duplicated string | Pavel Březina | 1 | -4/+4 |
2012-04-24 | Talloc doc: when s == NULL in _append functions | Pavel Březina | 1 | -0/+12 |
2012-04-18 | Talloc doc: Fix a cut&paste error | Volker Lendecke | 1 | -4/+1 |
2012-04-18 | Talloc doc: talloc_pool() when not enough memory in the pool | Pavel Březina | 1 | -0/+4 |
2012-04-18 | Talloc doc: TALLOC_FREE_FILL | Pavel Březina | 1 | -0/+5 |
2012-04-18 | Talloc doc: talloc_set_log_stderr() | Pavel Březina | 1 | -0/+7 |
2012-04-18 | Talloc doc: talloc_set_log_fn() | Pavel Březina | 1 | -0/+9 |
2012-04-18 | Talloc doc: talloc_set_abort_fn() | Pavel Březina | 1 | -2/+33 |
2012-04-18 | Talloc doc: talloc_asprintf_append_buffer() | Pavel Březina | 1 | -0/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append_buffer() | Pavel Březina | 1 | -2/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append() | Pavel Březina | 1 | -2/+12 |
2012-04-18 | Talloc doc: talloc_strdup_append_buffer() | Pavel Březina | 1 | -1/+22 |
2012-04-18 | Talloc doc: talloc_strdup_append() | Pavel Březina | 1 | -4/+18 |
2012-01-10 | talloc/testsuite: fix compiler warnings | Stefan Metzmacher | 1 | -1/+2 |
2012-01-02 | talloc: Slightly simplify talloc_unlink | Volker Lendecke | 1 | -8/+7 |
2012-01-02 | talloc: Fix a typo | Volker Lendecke | 1 | -3/+3 |
2011-11-13 | waf: Factor checking for undefined symbol flags out into separate method. | Jelmer Vernooij | 1 | -0/+2 |
2011-11-13 | talloc: Only check for pkg-config file when checking for system talloc. | Jelmer Vernooij | 1 | -2/+2 |
2011-11-13 | pytalloc-util: Don't mark as python extension, use pyembed instead. | Jelmer Vernooij | 1 | -1/+1 |
2011-10-26 | talloc: fix a comment typo | Michael Adam | 1 | -1/+1 |
2011-10-22 | talloc: simplifiy the logic to build talloc_testsuite in the standalone build | Stefan Metzmacher | 1 | -8/+6 |
2011-10-22 | talloc/testsuite: remove #if _SAMBA_BUILD_==3 | Stefan Metzmacher | 1 | -9/+0 |