lib: Avoid includes.h in access.c
[kai/samba-autobuild/.git] / lib / talloc /
2016-10-14 Volker Lendecketalloc: Fix CID 1373619 Unchecked return value
2016-10-14 Volker Lendecketalloc: Fix CID 1373621 Unchecked return value
2016-08-23 Amitay Isaacstalloc: Fix format-nonliteral warning
2016-07-28 Stefan Metzmachertalloc: version 2.1.8 talloc-2.1.8
2016-07-19 Garming Sampytalloc: Add a warning about enable_null_tracking
2016-07-03 Andrew Bartlettlib: talloc: Add check for destructor protection.
2016-07-03 Andrew Bartlettlib: talloc: As we have a struct talloc_chunk * in...
2016-07-03 Andrew Bartlettlib: talloc: As _tc_free_internal() takes a struct...
2016-07-03 Andrew Bartlettlib: talloc: Rename the internals of _talloc_free_inter...
2016-07-03 Andrew Bartlettlib: talloc: Call talloc_chunk_from_ptr() less often...
2016-07-03 Andrew Bartlettlib: talloc: Rename talloc_set_name_v() to tc_set_name_...
2016-07-03 Andrew Bartlettlib: talloc: Add _vasprintf_tc() which returns the...
2016-07-03 Andrew Bartlettlib: talloc: Change _talloc_set_name_const() to _tc_set...
2016-07-03 Andrew Bartlettlib: talloc: Change __talloc() to return a struct tallo...
2016-07-03 Andrew Bartlettlib: talloc: Change __talloc_with_prefix() to return...
2016-07-03 Jeremy Allisonlib: talloc: Rename talloc_XXX() internal functions...
2016-06-01 Ralph Boehmetalloc: rename local timeval function copies
2016-05-09 Douglas Bagnallpytalloc: avoid double 0x0x in repr strings
2016-05-05 Stefan Metzmachertalloc: version 2.1.7 talloc-2.1.7
2016-05-05 Saji VRlib:talloc. Fix memory leak when destructors reparent...
2016-04-26 Robin Hacktalloc/testsuite: Fix CID 1291641 - Logically dead...
2016-03-08 Andrew Bartlettpytalloc: Correct description of pytalloc_Get{Base... talloc-2.1.6
2016-03-08 Andrew Bartlettpytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapper
2016-03-08 Andrew Bartletttalloc: Bump version number
2016-03-08 Andrew Bartlettpytalloc: Add new BaseObject
2016-03-08 Stefan Metzmacherpytalloc: add a _pytalloc_get_type() helper function...
2016-03-08 Andrew Bartletttalloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx...
2016-03-08 Andrew Bartletttalloc: Improve testsuite by avoiding path issues
2016-01-13 Jelmer Vernooijtalloc: Only set public headers field when installing...
2016-01-11 Martin Schwenketalloc: Fix a documentation typo
2015-11-05 Stefan Metzmachertalloc: version 2.1.5 talloc-2.1.5
2015-10-12 Volker Lendecketalloc: Fix the O3 developer build
2015-10-09 Adrian Cochranetalloc: Test that talloc magic differs between processes. talloc-2.1.4
2015-10-09 Adrian Cochranetalloc: Increment minor version due to added talloc_tes...
2015-10-09 Adrian Cochranetalloc: Provide tests access to talloc_magic
2015-10-09 Adrian Cochranetalloc: Test magic protection measures.
2015-10-09 Andrew Bartlettlib/talloc: Provide multiple-loading detection for...
2015-10-09 Andrew Bartlettlib/talloc: Disrupt buffer overflow attacks on Samba...
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
next