ldb:utf8: ldb_ascii_toupper() avoids real toupper()
[samba.git] / lib / talloc / talloc.c
2023-12-08 Joseph Suttontalloc: Fix documentation
2023-04-14 Andreas Schneiderlib:talloc: Fix code spelling
2023-04-12 Joseph Suttontalloc: Remove unneeded va_copy()
2023-04-12 Joseph Suttontalloc: Put comment back in appropriate place
2023-01-10 Joseph Suttonlib/talloc: Zero-initialise chunk pointers
2022-12-14 Volker Lendeckelib: Move talloc_asprintf_addbuf() to talloc
2020-11-10 Jeremy Allisonlib: talloc: Remove the ALWAYS_REALLOC code paths. talloc-2.3.2
2020-11-10 Björn Jacketalloc: alternatively use prama init for constructors...
2020-11-09 Jeremy Allisonlib: talloc: Fix memlimit on pool realloc.
2020-11-09 Jeremy Allisonlib: talloc: Fix pool object accounting when doing...
2020-11-09 Jeremy Allisonlib: talloc: Cleanup. Use consistent preprocessor logic...
2020-06-09 Andreas Schneidertalloc: Mark ptr of talloc_unlink() not as a tainted...
2019-03-19 Andreas Schneidertalloc: Fix alignment issues for casting pointers
2018-12-12 Andreas Schneiderlib:talloc: Fix undefined behavior in talloc_memdup
2018-04-05 Stefan Metzmachertalloc: use atexit() again instead of a library destructor
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-12 Andrew Bartletttalloc: Do not disclose the random talloc magic in...
2018-01-12 Andrew Bartletttalloc: Remove talloc_abort_magic()
2017-02-21 Stefan Metzmachertalloc: fix TALLOC_VERSION_* mismatch detection
2017-01-12 Jeremy Allisonlib: talloc: Make it clear that talloc_get_size(NULL...
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-08-23 Amitay Isaacstalloc: Fix format-nonliteral warning
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-05-05 Saji VRlib:talloc. Fix memory leak when destructors reparent...
2015-10-09 Adrian Cochranetalloc: Provide tests access to talloc_magic
2015-10-09 Andrew Bartlettlib/talloc: Provide multiple-loading detection for...
2015-10-09 Andrew Bartlettlib/talloc: Disrupt buffer overflow attacks on Samba...
2015-03-09 Stefan Metzmachertalloc: fix _talloc_total_limit_size prototype
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-05-16 Stefan Metzmachertalloc: fix compiler warning
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
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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 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-20 Volker Lendecketalloc: Fix a typo
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-10-05 Simo Sorcetalloc: Convert error cecking macros into fns talloc-2.0.8
2012-10-05 Simo SorceAdd memory limiting capability to talloc
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-04-24 Volker Lendecketalloc: Fix copy&paste errors
2012-01-02 Volker Lendecketalloc: Slightly simplify talloc_unlink
2012-01-02 Volker Lendecketalloc: Fix a typo
2011-10-26 Michael Adamtalloc: fix a comment typo
2011-09-07 Volker Lendecketalloc: Remove an unused variable
2011-08-08 Andrew Tridgelltalloc: ensure the sibling linked list remains valid...
2011-07-29 Simo Sorcetalloc: preserve context name on talloc_free_children()
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: 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-13 Stefan Metzmachertalloc: fix compiler warnings with -Wc++-compat
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
next