summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* build: Remove autoconf build systemAndrew Bartlett2013-05-282-52/+0
* talloc: Fix a typoVolker Lendecke2013-05-201-1/+1
* talloc: only provide the --enable-talloc-compat1 in standalone buildStefan Metzmacher2013-05-141-4/+6
* talloc: Simplify _talloc_free_poolmem a bitVolker Lendecke2013-04-181-2/+14
* talloc: Do an early returnVolker Lendecke2013-04-181-3/+6
* talloc: Avoid some "else" by doing early returnsVolker Lendecke2013-04-181-4/+8
* talloc: Fix nonblank line endingsVolker Lendecke2013-04-181-34/+34
* lib/talloc: Move manpage to man/.Karolin Seeger2012-12-032-13/+13
* docs: man talloc: Add missing meta data.Karolin Seeger2012-11-291-0/+12
* talloc: Convert error cecking macros into fnstalloc-2.0.8Simo Sorce2012-10-051-37/+74
* Add tests for talloc_memlimitSimo Sorce2012-10-051-0/+172
* Add memory limiting capability to tallocSimo Sorce2012-10-055-40/+327
* doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider2012-08-041-4/+1
* talloc: don't allow a talloc_pool inside a talloc_pool.Rusty Russell2012-07-182-1/+9
* talloc: use a struct for pool headers.Rusty Russell2012-07-182-106/+90
* talloc: remove unused variablesBjörn Jacke2012-07-051-5/+0
* build: Remove unused release scripts for tallocAndrew Bartlett2012-05-306-518/+0
* talloc: Update doxygen config.Andreas Schneider2012-05-071-119/+391
* doc: Remove latex to doxygen conversion leftovers in talloc.Pavel Březina2012-05-072-8/+8
* doc: Fixes for the talloc best practices tutorial.Andreas Schneider2012-05-071-10/+10
* doc: Fixes for the talloc debugging tutorial.Andreas Schneider2012-05-071-9/+10
* doc: Fixes for the talloc pool tutorial.Andreas Schneider2012-05-071-15/+16
* doc: Fixes for the talloc destructor tutorial.Andreas Schneider2012-05-071-4/+5
* doc: Fixes for the talloc dynamic type system tutorial.Andreas Schneider2012-05-071-14/+15
* doc: Fixes for the talloc stealing tutorial.Andreas Schneider2012-05-071-9/+24
* doc: Fixes for the talloc context tutorial.Andreas Schneider2012-05-071-25/+27
* doc: Add talloc tutorial.Pavel Březina2012-05-0713-1/+873
* talloc: Fix copy&paste errorsVolker Lendecke2012-04-241-2/+2
* Talloc doc: talloc_strdup_append does not return duplicated stringPavel Březina2012-04-241-4/+4
* Talloc doc: when s == NULL in _append functionsPavel Březina2012-04-241-0/+12
* Talloc doc: Fix a cut&paste errorVolker Lendecke2012-04-181-4/+1
* Talloc doc: talloc_pool() when not enough memory in the poolPavel Březina2012-04-181-0/+4
* Talloc doc: TALLOC_FREE_FILLPavel Březina2012-04-181-0/+5
* Talloc doc: talloc_set_log_stderr()Pavel Březina2012-04-181-0/+7
* Talloc doc: talloc_set_log_fn()Pavel Březina2012-04-181-0/+9
* Talloc doc: talloc_set_abort_fn()Pavel Březina2012-04-181-2/+33
* Talloc doc: talloc_asprintf_append_buffer()Pavel Březina2012-04-181-0/+22
* Talloc doc: talloc_strndup_append_buffer()Pavel Březina2012-04-181-2/+22
* Talloc doc: talloc_strndup_append()Pavel Březina2012-04-181-2/+12
* Talloc doc: talloc_strdup_append_buffer()Pavel Březina2012-04-181-1/+22
* Talloc doc: talloc_strdup_append()Pavel Březina2012-04-181-4/+18
* talloc/testsuite: fix compiler warningsStefan Metzmacher2012-01-101-1/+2
* talloc: Slightly simplify talloc_unlinkVolker Lendecke2012-01-021-8/+7
* talloc: Fix a typoVolker Lendecke2012-01-021-3/+3
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+2
* talloc: Only check for pkg-config file when checking for system talloc.Jelmer Vernooij2011-11-131-2/+2
* pytalloc-util: Don't mark as python extension, use pyembed instead.Jelmer Vernooij2011-11-131-1/+1
* talloc: fix a comment typoMichael Adam2011-10-261-1/+1
* talloc: simplifiy the logic to build talloc_testsuite in the standalone buildStefan Metzmacher2011-10-221-8/+6
* talloc/testsuite: remove #if _SAMBA_BUILD_==3Stefan Metzmacher2011-10-221-9/+0