lib/replace: Remove libaio support
[samba.git] / lib / talloc /
2019-09-26 Noel Powerlib/talloc: clang: Fix 'Value stored during its initial...
2019-09-01 Mathieu ParentSpelling fixes s/recieved/received/
2019-08-21 Swen Schilligtalloc: ASAN fix for test_magic_protection
2019-08-21 Swen Schilligtalloc: ASAN fix for test_rusty
2019-08-21 Swen Schilligtalloc: ASAN fix for test_pool_nest
2019-08-21 Swen Schilligtalloc: ASAN fix for test_talloc_free_in_destructor
2019-08-21 Swen Schilligtalloc: ASAN fix for test_realloc_on_destructor_parent
2019-07-22 Andrew Bartletttalloc: Release talloc 2.3.0 talloc-2.3.0
2019-07-22 Douglas Bagnalltalloc/py_util: remove tautologically dead code
2019-07-22 Douglas Bagnalltalloc: pytalloc_get_checked_type: survive non-talloc...
2019-07-22 Douglas Bagnalltalloc: add pytalloc_get_name() helper
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormat() compatability macro
2019-05-16 Noel Powerlib/talloc: squash 'cast between incompatible function...
2019-05-09 Douglas Bagnalltalloc torture: avoid NULL dereference
2019-05-06 Andrew Bartletttalloc: Follow pattern of ldb and tdb to ensure "make...
2019-04-02 Mathieu ParentSpelling fix s/informations/information/
2019-03-26 Kristján Valurpytalloc: Check for errors during module initialization.
2019-03-26 Kristján Valurpytalloc: Handle memory errors when creating pytalloc...
2019-03-26 Kristján Valurpytalloc: Further refactoring to eliminate duplicate...
2019-03-26 Kristján Valurpytalloc: Refactor the pytalloc_reference and pytalloc_...
2019-03-21 Andrew Bartletttalloc: Release talloc 2.2.0 talloc-2.2.0
2019-03-21 Andrew Bartlettbuild: Standardise on calling conf.SAMBA_CHECK_PYTHON...
2019-03-21 Andrew Bartlettbuild: Remove manual specification of minimum python...
2019-03-21 Andrew BartlettABI: Remove unused .py3*.sigs files
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-21 Andrew Bartlettbuild: Remove --extra-python
2019-03-21 Andrew Bartlettpytalloc: Remove deprecated pytalloc_CObject_FromTalloc...
2019-03-19 Andreas Schneidertalloc: Fix alignment issues for casting pointers
2019-02-26 Stefan Metzmachertalloc: version 2.1.16 talloc-2.1.16
2019-02-26 David MulderSearch for location of waf script
2019-01-15 Stefan Metzmachertalloc: version 2.1.15 talloc-2.1.15
2018-12-14 Joe GuoPY3: change shebang to python3 in lib dir
2018-12-14 Andrew Bartlettbuild: Move python detection back into waf (instead...
2018-12-13 Andrew Bartlettbuild: Workaround python3 hash order issues (for now)
2018-12-12 Andreas Schneiderlib:talloc: Fix undefined behavior in talloc_memdup
2018-12-10 Noel PowerPY3: switch current build to use python3
2018-11-06 Jeremy Allisonlib: talloc: Mark talloc_autofree_context() as deprecated.
2018-10-25 Douglas Bagnalltalloc/test/pytalloc: remove unused imports
2018-10-19 David Disseldorptalloc: deprecate talloc_set_memlimit()
2018-09-16 Noel PowerPY3: detect talloc_utils (for version of python running...
2018-09-05 Alexander Bokovoylib/talloc/wscript: update to handle waf 2.0.4
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-07-12 Stefan Metzmachertalloc: version 2.1.14 talloc-2.1.14
2018-05-28 Kai Blintalloc: Fix some typos in the comments
2018-05-16 Timur I. BakeyevRemove extra 0x prefix for the "%p" format specifiers...
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-04-05 Stefan Metzmachertalloc: version 2.1.13 talloc-2.1.13
2018-04-05 Stefan Metzmachertalloc: use atexit() again instead of a library destructor
2018-03-21 Stefan Metzmachertalloc: version 2.1.12 talloc-2.1.12
2018-03-21 Stefan Metzmachertalloc: use a library destructor instead of atexit...
2018-03-21 Andreas Schneidertalloc: Fix size type and checks in _vasprintf_tc
2018-01-22 Martin Schwenketalloc: Fix documentation typo
2018-01-12 Stefan Metzmachertalloc: version 2.1.11 talloc-2.1.11
2018-01-12 Andrew Bartletttalloc: Do not disclose the random talloc magic in...
2018-01-12 Andrew Bartletttalloc: Add tests to require use-after-free to give...
2018-01-12 Andrew Bartletttalloc: Remove talloc_abort_magic()
2017-08-01 Ian Stakenviciuswaf: disable-python - fix talloc wscript if bundling...
2017-07-21 Stefan Metzmachertalloc: version 2.1.10 talloc-2.1.10
2017-07-04 Lukas Slebodniktalloc: Fix execution of test_magic_differs from tarball
2017-07-04 Lukas Slebodniktalloc: Use libraries from build dir for testsuite
2017-03-10 Ian Stakenviciuswaf: disable-python - align talloc's wscript
2017-03-10 Andrew Bartletttalloc: use the system pytalloc-util for python3 as...
2017-03-10 Uri Simchonitalloc: fix doxygen of talloc_move
2017-02-25 Stefan Metzmachertalloc: version 2.1.9 talloc-2.1.9
2017-02-25 Stefan Metzmacherpytalloc: add pytalloc_GenericObject_{steal,reference...
2017-02-21 Stefan Metzmachertalloc: fix TALLOC_VERSION_* mismatch detection
2017-02-01 Stefan Metzmachertalloc/wscript: avoid passing pointless enabled=True...
2017-01-12 Jeremy Allisonlib: talloc: Make it clear that talloc_get_size(NULL...
2016-12-13 Andrew Bartletttalloc: Add tests for talloc destructor behaviour after...
2016-12-01 Andrew Bartletttalloc: Add tests for talloc_parent() after realloc...
2016-12-01 Andrew Bartletttalloc: clarify that talloc_magic never includes the...
2016-12-01 Andrew Bartletttalloc: add ASCII art to describe parent/child arrangement
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
next