talloc: Simplify _talloc_free_poolmem a bit
[sfrench/samba-autobuild/.git] / lib / talloc /
2013-04-18 Volker Lendecketalloc: Simplify _talloc_free_poolmem a bit
2013-04-18 Volker Lendecketalloc: Do an early return
2013-04-18 Volker Lendecketalloc: Avoid some "else" by doing early returns
2013-04-18 Volker Lendecketalloc: Fix nonblank line endings
2012-12-03 Karolin Seegerlib/talloc: Move manpage to man/.
2012-11-29 Karolin Seegerdocs: man talloc: Add missing meta data.
2012-10-05 Simo Sorcetalloc: Convert error cecking macros into fns talloc-2.0.8
2012-10-05 Simo SorceAdd tests for talloc_memlimit
2012-10-05 Simo SorceAdd memory limiting capability to talloc
2012-08-04 Andreas Schneiderdoc: Remove build/ from doxygen config or it will not...
2012-07-17 Rusty Russelltalloc: don't allow a talloc_pool inside a talloc_pool.
2012-07-17 Rusty Russelltalloc: use a struct for pool headers.
2012-07-05 Björn Jacketalloc: remove unused variables
2012-05-30 Andrew Bartlettbuild: Remove unused release scripts for talloc
2012-05-07 Andreas Schneidertalloc: Update doxygen config.
2012-05-07 Pavel Březinadoc: Remove latex to doxygen conversion leftovers in...
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc best practices tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc debugging tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc pool tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc destructor tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc dynamic type system tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc stealing tutorial.
2012-05-07 Andreas Schneiderdoc: Fixes for the talloc context tutorial.
2012-05-07 Pavel Březinadoc: Add talloc tutorial.
2012-04-24 Volker Lendecketalloc: Fix copy&paste errors
2012-04-24 Pavel BřezinaTalloc doc: talloc_strdup_append does not return duplic...
2012-04-24 Pavel BřezinaTalloc doc: when s == NULL in _append functions
2012-04-18 Volker LendeckeTalloc doc: Fix a cut&paste error
2012-04-18 Pavel BřezinaTalloc doc: talloc_pool() when not enough memory in...
2012-04-18 Pavel BřezinaTalloc doc: TALLOC_FREE_FILL
2012-04-18 Pavel BřezinaTalloc doc: talloc_set_log_stderr()
2012-04-18 Pavel BřezinaTalloc doc: talloc_set_log_fn()
2012-04-18 Pavel BřezinaTalloc doc: talloc_set_abort_fn()
2012-04-18 Pavel BřezinaTalloc doc: talloc_asprintf_append_buffer()
2012-04-18 Pavel BřezinaTalloc doc: talloc_strndup_append_buffer()
2012-04-18 Pavel BřezinaTalloc doc: talloc_strndup_append()
2012-04-18 Pavel BřezinaTalloc doc: talloc_strdup_append_buffer()
2012-04-18 Pavel BřezinaTalloc doc: talloc_strdup_append()
2012-01-10 Stefan Metzmachertalloc/testsuite: fix compiler warnings
2012-01-02 Volker Lendecketalloc: Slightly simplify talloc_unlink
2012-01-02 Volker Lendecketalloc: Fix a typo
2011-11-13 Jelmer Vernooijwaf: Factor checking for undefined symbol flags out...
2011-11-13 Jelmer Vernooijtalloc: Only check for pkg-config file when checking...
2011-11-13 Jelmer Vernooijpytalloc-util: Don't mark as python extension, use...
2011-10-26 Michael Adamtalloc: fix a comment typo
2011-10-22 Stefan Metzmachertalloc: simplifiy the logic to build talloc_testsuite...
2011-10-22 Stefan Metzmachertalloc/testsuite: remove #if _SAMBA_BUILD_==3
2011-09-15 Stefan Metzmachertalloc: change version to 2.0.7 talloc-2.0.7
2011-09-07 Volker Lendecketalloc: Remove an unused variable
2011-08-21 Jelmer Vernooijtalloc: Fix talloc-compat pc files/headers.
2011-08-21 Jelmer Vernooijwafsamba: Only install .pc files if libraries are public.
2011-08-10 Jelmer Vernooijpytalloc: Regenerate ABI file.
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-09 Andrew Tridgelltalloc: prepare for 2.0.6 release
2011-08-08 Andrew Tridgelltalloc: ensure the sibling linked list remains valid...
2011-08-04 Andrew Tridgelltalloc: check block count aftter references test
2011-07-29 Andrew Tridgelltalloc: added test suite for talloc_free_children()
2011-07-29 Simo Sorcetalloc: preserve context name on talloc_free_children()
2011-07-26 Jelmer Vernooijtalloc: Support PYTHON environment variable.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-17 Stefan Metzmachertalloc: splitout _talloc_free_children_internal()
2011-05-17 Stefan Metzmachertalloc: fixed a use after free error in talloc_free_chi...
2011-05-17 Stefan Metzmachertalloc: use _talloc_free_internal() in talloc_free_chil...
2011-05-17 Stefan Metzmachertalloc: test talloc_steal out of a talloc_pool
2011-05-17 Stefan Metzmachertalloc: add memset() calls to test_pool()
2011-05-17 Stefan Metzmachertalloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUN...
2011-05-17 Stefan Metzmachertalloc: make really sure only optimize realloc if there...
2011-05-17 Stefan Metzmachertalloc: make use of _talloc_free_poolmem() in _talloc_r...
2011-05-17 Stefan Metzmachertalloc: split the handling of FLAG_POOL/FLAG_POOLMEM...
2011-05-02 Stefan Metzmachertalloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_IN...
2011-04-24 Jelmer VernooijFix license info for talloc in manpage.
2011-04-13 Stefan Metzmachertalloc: fix compiler warnings with -Wc++-compat
2011-04-08 Stefan Metzmachertalloc/testsuite: avoid memory leak reported by valgrind
2011-04-08 Stefan Metzmachertalloc/testsuite: test more talloc_pool related things
2011-04-08 Stefan Metzmachertalloc: include valgrind headers if available
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_POOL marco
2011-04-08 Stefan Metzmachertalloc: add TC_UNDEFINE_GROW_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_FULL_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
2011-04-08 Stefan Metzmachertalloc: optimize talloc_free() and talloc_realloc(...
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_FIRST_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_SPACE_LEFT() macro
2011-04-08 Stefan Metzmachertalloc: add TC_ALIGN16() macro
2011-04-08 Stefan Metzmachertalloc: use TC_HDR_SIZE instead of sizeof(struct talloc...
2011-04-04 Matthias Dieter... talloc - some documentation changes
2011-03-30 Matthias Dieter... talloc - improve doxygen comment of "talloc_move"
2011-03-15 Andrew Tridgelllib: don't install public headers if a private library
2011-03-15 Andrew Tridgelltalloc: use public_headers to install talloc.h and...
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-08 Andrew Tridgellwaf: ensure "make dist" works from a clean git tree...
2011-01-05 Stefan Metzmachertalloc: change version to 2.0.5 after a critical bugfix
2011-01-05 Andrew Tridgelltalloc: fixed a use after free error
2011-01-05 Andrew Tridgelltalloc: added a test for the use after free Rusty found
2011-01-05 Jelmer Vernooijtalloc: Clarify error message on access after free.
2011-01-04 Brad Hardstalloc: Typo fix for api docs
2011-01-03 Brad Hardstalloc: Fix warnings in test code
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
next