summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Talloc doc: when s == NULL in _append functionsPavel Březina1-0/+12
2012-04-18Talloc doc: Fix a cut&paste errorVolker Lendecke1-4/+1
2012-04-18Talloc doc: talloc_pool() when not enough memory in the poolPavel Březina1-0/+4
2012-04-18Talloc doc: TALLOC_FREE_FILLPavel Březina1-0/+5
2012-04-18Talloc doc: talloc_set_log_stderr()Pavel Březina1-0/+7
2012-04-18Talloc doc: talloc_set_log_fn()Pavel Březina1-0/+9
2012-04-18Talloc doc: talloc_set_abort_fn()Pavel Březina1-2/+33
2012-04-18Talloc doc: talloc_asprintf_append_buffer()Pavel Březina1-0/+22
2012-04-18Talloc doc: talloc_strndup_append_buffer()Pavel Březina1-2/+22
2012-04-18Talloc doc: talloc_strndup_append()Pavel Březina1-2/+12
2012-04-18Talloc doc: talloc_strdup_append_buffer()Pavel Březina1-1/+22
2012-04-18Talloc doc: talloc_strdup_append()Pavel Březina1-4/+18
2012-01-10talloc/testsuite: fix compiler warningsStefan Metzmacher1-1/+2
2012-01-02talloc: Slightly simplify talloc_unlinkVolker Lendecke1-8/+7
2012-01-02talloc: Fix a typoVolker Lendecke1-3/+3
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-0/+2
2011-11-13talloc: Only check for pkg-config file when checking for system talloc.Jelmer Vernooij1-2/+2
2011-11-13pytalloc-util: Don't mark as python extension, use pyembed instead.Jelmer Vernooij1-1/+1
2011-10-26talloc: fix a comment typoMichael Adam1-1/+1
2011-10-22talloc: simplifiy the logic to build talloc_testsuite in the standalone buildStefan Metzmacher1-8/+6
2011-10-22talloc/testsuite: remove #if _SAMBA_BUILD_==3Stefan Metzmacher1-9/+0
2011-09-15talloc: change version to 2.0.7Stefan Metzmacher3-1/+69
2011-09-07talloc: Remove an unused variableVolker Lendecke1-1/+0
2011-08-21talloc: Fix talloc-compat pc files/headers.Jelmer Vernooij1-1/+3
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-6/+3
2011-08-10pytalloc: Regenerate ABI file.Jelmer Vernooij1-0/+1
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij5-51/+57
2011-08-09talloc: prepare for 2.0.6 releaseAndrew Tridgell2-1/+63
2011-08-09talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell1-15/+3
2011-08-04talloc: check block count aftter references testAndrew Tridgell1-0/+1
2011-07-29talloc: added test suite for talloc_free_children()Andrew Tridgell1-0/+44
2011-07-29talloc: preserve context name on talloc_free_children()Simo Sorce1-0/+23
2011-07-26talloc: Support PYTHON environment variable.Jelmer Vernooij1-0/+1
2011-05-17talloc: splitout _talloc_free_children_internal()Stefan Metzmacher1-50/+27
2011-05-17talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher1-1/+16
2011-05-17talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher1-1/+1
2011-05-17talloc: test talloc_steal out of a talloc_poolStefan Metzmacher1-0/+69
2011-05-17talloc: add memset() calls to test_pool()Stefan Metzmacher1-0/+17
2011-05-17talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher1-0/+1
2011-05-17talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher1-1/+6
2011-05-17talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher1-15/+1
2011-05-17talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher1-32/+66
2011-05-02talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...Stefan Metzmacher1-1/+36
2011-04-24Fix license info for talloc in manpage.Jelmer Vernooij1-3/+3
2011-04-13talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher1-5/+5
2011-04-08talloc/testsuite: avoid memory leak reported by valgrindStefan Metzmacher1-1/+1
2011-04-08talloc/testsuite: test more talloc_pool related thingsStefan Metzmacher1-0/+55
2011-04-08talloc: include valgrind headers if availableStefan Metzmacher1-0/+9
2011-04-08talloc: add TC_INVALIDATE_POOL marcoStefan Metzmacher1-3/+38
2011-04-08talloc: add TC_UNDEFINE_GROW_CHUNK() marcoStefan Metzmacher1-0/+21