summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* talloc:guide: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc:manpage: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher2015-06-121-3/+3
* pytalloc: Test for all Python versionsPetr Viktorin2015-05-191-9/+1
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-62/+27
* pytalloc: Build for two Python versions at oncePetr Viktorin2015-05-191-0/+37
* pytalloc: Port to Python 3Petr Viktorin2015-05-198-19/+140
* Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij2015-04-271-31/+0
* pytalloc: Add testsPetr Viktorin2015-04-243-1/+260
* pytalloc: Fix comparison of disparate typesPetr Viktorin2015-04-241-1/+1
* Add refentryinfo date.Jelmer Vernooij2015-04-191-0/+1
* Move waf into third_party/.Jelmer Vernooij2015-03-261-1/+2
* lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison2015-03-172-1/+158
* lib: docs: talloc: Add a threads tutorial and samples showing how to use tall...Jeremy Allison2015-03-174-3/+210
* talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher2015-03-093-1/+71
* talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher2015-03-091-1/+1
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-081-0/+82
* lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison2015-03-081-0/+7
* lib: talloc: Fix bug when calling a destructor.Jeremy Allison2015-03-081-1/+7
* talloc:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher2014-05-163-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: fix compiler warningStefan Metzmacher2014-05-161-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2014-05-161-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2014-05-161-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2014-05-161-6/+10
* talloc: inline more static functionsStefan Metzmacher2014-05-161-19/+26
* talloc: Tune talloc_vasprintfVolker Lendecke2014-05-151-5/+9
* talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* Add a basic guide on pytalloc.Jelmer Vernooij2013-11-282-0/+156
* talloc: Add a warning to talloc_reference() documentation.Andreas Schneider2013-10-141-0/+8
* talloc: Test the pooled objecttalloc-2.1.0Volker Lendecke2013-09-081-0/+36
* talloc: Add talloc_pooled_objectVolker Lendecke2013-09-085-1/+174
* talloc: Allow nested pools.Volker Lendecke2013-09-083-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2013-09-081-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2013-09-081-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2013-09-081-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2013-09-081-25/+23
* Fix valgrind errors with memmove and talloc pools.Jeremy Allison2013-08-281-0/+21
* Add simple limited pool tests to test_memlimit().Jeremy Allison2013-08-271-0/+27
* Remove talloc_memlimit_update(). No longer used.Jeremy Allison2013-08-271-24/+0
* Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison2013-08-271-4/+15
* Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison2013-08-271-15/+0
* Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison2013-08-271-1/+1
* In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison2013-08-271-12/+5
* Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison2013-08-271-23/+4
* Update memory limits when we call free() on a pool.Jeremy Allison2013-08-271-0/+2
* Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison2013-08-271-12/+9
* Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison2013-08-271-1/+8
* Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison2013-08-271-1/+1