lib/crypto: optimize aes_ccm_128
[kai/samba-autobuild/.git] / lib / talloc /
2015-08-06 Anoop C Slib/talloc: Fix CID 1291639 Missing unlock
2015-08-06 Anoop C Slib/talloc: Fix CID 1291640 Missing unlock
2015-07-21 Stefan Metzmachertalloc: version 2.1.3 talloc-2.1.3
2015-06-12 Michael Adamtalloc:guide: fix documented signature of talloc_unlink().
2015-06-12 Michael Adamtalloc:manpage: fix documented signature of talloc_unli...
2015-06-12 Stefan Metzmachertalloc: sync the talloc_reference() description between...
2015-05-19 Petr Viktorinpytalloc: Test for all Python versions
2015-05-19 Petr Viktorinbuildtools: Add a helper to iterate through Python...
2015-05-19 Petr Viktorinpytalloc: Build for two Python versions at once
2015-05-19 Petr Viktorinpytalloc: Port to Python 3
2015-04-27 Jelmer VernooijDrop unused and uninstalled SWIG wrapper for talloc.
2015-04-23 Petr Viktorinpytalloc: Add tests
2015-04-23 Petr Viktorinpytalloc: Fix comparison of disparate types
2015-04-19 Jelmer VernooijAdd refentryinfo date.
2015-03-26 Jelmer VernooijMove waf into third_party/.
2015-03-17 Jeremy Allisonlib: talloc: tests - add test_pthread_talloc_passing...
2015-03-17 Jeremy Allisonlib: docs: talloc: Add a threads tutorial and samples...
2015-03-09 Stefan Metzmachertalloc: version 2.1.2 talloc-2.1.2
2015-03-09 Stefan Metzmachertalloc: fix _talloc_total_limit_size prototype
2015-03-08 Jeremy Allisonlib: talloc: Test suite for the new destructor reparent...
2015-03-08 Jeremy Allisonlib: talloc: Allow destructors to reparent the object...
2015-03-08 Jeremy Allisonlib: talloc: Fix bug when calling a destructor.
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...
next