summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* talloc: change version to 2.0.7talloc-2.0.7Stefan Metzmacher2011-09-153-1/+69
* talloc: Remove an unused variableVolker Lendecke2011-09-071-1/+0
* talloc: Fix talloc-compat pc files/headers.Jelmer Vernooij2011-08-211-1/+3
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-6/+3
* pytalloc: Regenerate ABI file.Jelmer Vernooij2011-08-101-0/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-105-51/+57
* talloc: prepare for 2.0.6 releaseAndrew Tridgell2011-08-092-1/+63
* talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell2011-08-091-15/+3
* talloc: check block count aftter references testAndrew Tridgell2011-08-041-0/+1
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-07-291-0/+44
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-07-291-0/+23
* talloc: Support PYTHON environment variable.Jelmer Vernooij2011-07-261-0/+1
* talloc: splitout _talloc_free_children_internal()Stefan Metzmacher2011-05-171-50/+27
* talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher2011-05-171-1/+16
* talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher2011-05-171-1/+1
* talloc: test talloc_steal out of a talloc_poolStefan Metzmacher2011-05-171-0/+69
* talloc: add memset() calls to test_pool()Stefan Metzmacher2011-05-171-0/+17
* talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher2011-05-171-0/+1
* talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher2011-05-171-1/+6
* talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher2011-05-171-15/+1
* talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher2011-05-171-32/+66
* talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...Stefan Metzmacher2011-05-021-1/+36
* Fix license info for talloc in manpage.Jelmer Vernooij2011-04-241-3/+3
* talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher2011-04-131-5/+5
* talloc/testsuite: avoid memory leak reported by valgrindStefan Metzmacher2011-04-081-1/+1
* talloc/testsuite: test more talloc_pool related thingsStefan Metzmacher2011-04-081-0/+55
* talloc: include valgrind headers if availableStefan Metzmacher2011-04-081-0/+9
* talloc: add TC_INVALIDATE_POOL marcoStefan Metzmacher2011-04-081-3/+38
* talloc: add TC_UNDEFINE_GROW_CHUNK() marcoStefan Metzmacher2011-04-081-0/+21
* talloc: add TC_INVALIDATE_SHRINK_CHUNK() marcoStefan Metzmacher2011-04-081-0/+28
* talloc: add TC_INVALIDATE_FULL_CHUNK() macroStefan Metzmacher2011-04-081-12/+36
* talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()Stefan Metzmacher2011-04-081-0/+12
* talloc: optimize talloc_free() and talloc_realloc() for talloc poolsStefan Metzmacher2011-04-081-22/+138
* talloc: add TC_POOL_FIRST_CHUNK() macroStefan Metzmacher2011-04-081-2/+5
* talloc: add TC_POOL_SPACE_LEFT() macroStefan Metzmacher2011-04-081-2/+5
* talloc: add TC_ALIGN16() macroStefan Metzmacher2011-04-081-2/+3
* talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)Stefan Metzmacher2011-04-081-1/+1
* talloc - some documentation changesMatthias Dieter Wallnöfer2011-04-042-53/+48
* talloc - improve doxygen comment of "talloc_move"Matthias Dieter Wallnöfer2011-03-301-3/+3
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-151-0/+1
* talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell2011-03-151-2/+2