summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2015-07-21talloc: version 2.1.3talloc-2.1.3Stefan Metzmacher3-1/+71
2015-06-12talloc:guide: fix documented signature of talloc_unlink().Michael Adam1-1/+1
2015-06-12talloc:manpage: fix documented signature of talloc_unlink().Michael Adam1-1/+1
2015-06-12talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher1-3/+3
2015-05-19pytalloc: Test for all Python versionsPetr Viktorin1-9/+1
2015-05-19buildtools: Add a helper to iterate through Python environmentsPetr Viktorin1-62/+27
2015-05-19pytalloc: Build for two Python versions at oncePetr Viktorin1-0/+37
2015-05-19pytalloc: Port to Python 3Petr Viktorin8-19/+140
2015-04-27Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij1-31/+0
2015-04-24pytalloc: Add testsPetr Viktorin3-1/+260
2015-04-24pytalloc: Fix comparison of disparate typesPetr Viktorin1-1/+1
2015-04-19Add refentryinfo date.Jelmer Vernooij1-0/+1
2015-03-26Move waf into third_party/.Jelmer Vernooij1-1/+2
2015-03-17lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison2-1/+158
2015-03-17lib: docs: talloc: Add a threads tutorial and samples showing how to use tall...Jeremy Allison4-3/+210
2015-03-09talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher3-1/+71
2015-03-09talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher1-1/+1
2015-03-08lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2015-03-08lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison1-0/+7
2015-03-08lib: talloc: Fix bug when calling a destructor.Jeremy Allison1-1/+7
2014-06-20talloc:build: improve detection of srcdirMichael Adam1-1/+1
2014-05-16talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher3-1/+71
2014-05-16talloc/tests: avoid some unused variable warningsStefan Metzmacher1-0/+13
2014-05-16talloc: fix compiler warningStefan Metzmacher1-1/+4
2014-05-16talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher1-0/+4
2014-05-16talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher1-1/+1
2014-05-16talloc: inline talloc_get_name()Stefan Metzmacher1-6/+10
2014-05-16talloc: inline more static functionsStefan Metzmacher1-19/+26
2014-05-15talloc: Tune talloc_vasprintfVolker Lendecke1-5/+9
2014-04-04talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik1-2/+2
2013-11-28Add a basic guide on pytalloc.Jelmer Vernooij2-0/+156
2013-10-14talloc: Add a warning to talloc_reference() documentation.Andreas Schneider1-0/+8
2013-09-08talloc: Test the pooled objecttalloc-2.1.0Volker Lendecke1-0/+36
2013-09-08talloc: Add talloc_pooled_objectVolker Lendecke5-1/+174
2013-09-08talloc: Allow nested pools.Volker Lendecke3-24/+52
2013-09-08talloc: Add a separate pool sizeVolker Lendecke1-12/+23
2013-09-08talloc: Put pool-specific data before the chunkVolker Lendecke1-79/+125
2013-09-08talloc: Introduce __talloc_with_prefixVolker Lendecke1-10/+22
2013-09-08talloc: Decouple the dual use of chunk->poolVolker Lendecke1-25/+23
2013-08-28Fix valgrind errors with memmove and talloc pools.Jeremy Allison1-0/+21
2013-08-27Add simple limited pool tests to test_memlimit().Jeremy Allison1-0/+27
2013-08-27Remove talloc_memlimit_update(). No longer used.Jeremy Allison1-24/+0
2013-08-27Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison1-4/+15
2013-08-27Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison1-15/+0
2013-08-27Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison1-1/+1
2013-08-27In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison1-12/+5
2013-08-27Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison1-23/+4
2013-08-27Update memory limits when we call free() on a pool.Jeremy Allison1-0/+2
2013-08-27Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison1-12/+9
2013-08-27Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison1-1/+8