swrap: fix another discard const warning in swrap_bind()
[sfrench/samba-autobuild/.git] / lib / talloc /
2014-06-20 Michael Adamtalloc:build: improve detection of srcdir
2014-05-16 Stefan Metzmachertalloc: version 2.1.1 talloc-2.1.1
2014-05-16 Stefan Metzmachertalloc/tests: avoid some unused variable warnings
2014-05-16 Stefan Metzmachertalloc: fix compiler warning
2014-05-16 Stefan Metzmachertalloc: check for TALLOC_GET_TYPE_ABORT_NOOP
2014-05-16 Stefan Metzmachertalloc: avoid a function call in TALLOC_FREE() if possible.
2014-05-16 Stefan Metzmachertalloc: inline talloc_get_name()
2014-05-16 Stefan Metzmachertalloc: inline more static functions
2014-05-15 Volker Lendecketalloc: Tune talloc_vasprintf
2014-04-04 Lukas Slebodniktalloc: Update flags in pytalloc-util pkgconfig file
2013-11-28 Jelmer VernooijAdd a basic guide on pytalloc.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-14 Andreas Schneidertalloc: Add a warning to talloc_reference() documentation.
2013-09-08 Volker Lendecketalloc: Test the pooled object talloc-2.1.0
2013-09-08 Volker Lendecketalloc: Add talloc_pooled_object
2013-09-08 Volker Lendecketalloc: Allow nested pools.
2013-09-08 Volker Lendecketalloc: Add a separate pool size
2013-09-08 Volker Lendecketalloc: Put pool-specific data before the chunk
2013-09-08 Volker Lendecketalloc: Introduce __talloc_with_prefix
2013-09-08 Volker Lendecketalloc: Decouple the dual use of chunk->pool
2013-08-28 Jeremy AllisonFix valgrind errors with memmove and talloc pools.
2013-08-27 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2013-08-27 Jeremy AllisonRemove talloc_memlimit_update(). No longer used.
2013-08-27 Jeremy AllisonInside _talloc_realloc(), keep track of size changes...
2013-08-27 Jeremy AllisonDon't call talloc_memlimit_update() inside _talloc_real...
2013-08-27 Jeremy AllisonFix a conditional check. (size - tc->size > 0) is alway...
2013-08-27 Jeremy AllisonIn _talloc_steal_internal(), correctly decrement the...
2013-08-27 Jeremy AllisonInside _talloc_free_internal(), always call talloc_meml...
2013-08-27 Jeremy AllisonUpdate memory limits when we call free() on a pool.
2013-08-27 Jeremy AllisonChange __talloc() to only call talloc_memlimit_check...
2013-08-27 Jeremy AllisonChange _talloc_total_mem_internal() to ignore memory...
2013-08-27 Jeremy AllisonRemove magic TC_HDR_SIZE handling inside talloc_memlimi...
2013-08-27 Jeremy AllisonStart to fix talloc memlimits with talloc pools.
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2013-05-20 Volker Lendecketalloc: Fix a typo
2013-05-14 Stefan Metzmachertalloc: only provide the --enable-talloc-compat1 in...
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...
next