Age | Commit message (Expand) | Author | Files | Lines |
2011-05-02 | talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(... | Stefan Metzmacher | 1 | -1/+36 |
2011-04-24 | Fix license info for talloc in manpage. | Jelmer Vernooij | 1 | -3/+3 |
2011-04-13 | talloc: fix compiler warnings with -Wc++-compat | Stefan Metzmacher | 1 | -5/+5 |
2011-04-08 | talloc/testsuite: avoid memory leak reported by valgrind | Stefan Metzmacher | 1 | -1/+1 |
2011-04-08 | talloc/testsuite: test more talloc_pool related things | Stefan Metzmacher | 1 | -0/+55 |
2011-04-08 | talloc: include valgrind headers if available | Stefan Metzmacher | 1 | -0/+9 |
2011-04-08 | talloc: add TC_INVALIDATE_POOL marco | Stefan Metzmacher | 1 | -3/+38 |
2011-04-08 | talloc: add TC_UNDEFINE_GROW_CHUNK() marco | Stefan Metzmacher | 1 | -0/+21 |
2011-04-08 | talloc: add TC_INVALIDATE_SHRINK_CHUNK() marco | Stefan Metzmacher | 1 | -0/+28 |
2011-04-08 | talloc: add TC_INVALIDATE_FULL_CHUNK() macro | Stefan Metzmacher | 1 | -12/+36 |
2011-04-08 | talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove() | Stefan Metzmacher | 1 | -0/+12 |
2011-04-08 | talloc: optimize talloc_free() and talloc_realloc() for talloc pools | Stefan Metzmacher | 1 | -22/+138 |
2011-04-08 | talloc: add TC_POOL_FIRST_CHUNK() macro | Stefan Metzmacher | 1 | -2/+5 |
2011-04-08 | talloc: add TC_POOL_SPACE_LEFT() macro | Stefan Metzmacher | 1 | -2/+5 |
2011-04-08 | talloc: add TC_ALIGN16() macro | Stefan Metzmacher | 1 | -2/+3 |
2011-04-08 | talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk) | Stefan Metzmacher | 1 | -1/+1 |
2011-04-04 | talloc - some documentation changes | Matthias Dieter Wallnöfer | 2 | -53/+48 |
2011-03-30 | talloc - improve doxygen comment of "talloc_move" | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 1 | -0/+1 |
2011-03-15 | talloc: use public_headers to install talloc.h and pytalloc.h | Andrew Tridgell | 1 | -2/+2 |
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 1 | -11/+0 |
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 |
2011-01-05 | talloc: change version to 2.0.5 after a critical bugfix | Stefan Metzmacher | 2 | -1/+63 |
2011-01-05 | talloc: fixed a use after free error | Andrew Tridgell | 1 | -1/+16 |
2011-01-05 | talloc: added a test for the use after free Rusty found | Andrew Tridgell | 1 | -0/+17 |
2011-01-05 | talloc: Clarify error message on access after free. | Jelmer Vernooij | 1 | -4/+4 |
2011-01-04 | talloc: Typo fix for api docs | Brad Hards | 1 | -1/+1 |
2011-01-03 | talloc: Fix warnings in test code | Brad Hards | 3 | -3/+12 |
2011-01-03 | Revert broken destructor changes. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-03 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -3/+1 |
2011-01-01 | s4-python: Add more prototypes. | Jelmer Vernooij | 1 | -0/+2 |
2011-01-01 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-01 | talloc/tdb/tevent: Remove obsolete signatures files. | Jelmer Vernooij | 1 | -62/+0 |
2010-12-24 | talloc: remove autotools support. | Jelmer Vernooij | 11 | -3763/+0 |
2010-12-21 | talloc: Remove reference to nonexistant configure.developer in autogen.sh. | Jelmer Vernooij | 2 | -12/+11 |
2010-12-11 | talloc: Add ability to generate Python docs using pydoctor. | Jelmer Vernooij | 2 | -0/+10 |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 1 | -1/+1 |
2010-12-09 | talloc: pytalloc-util should not have an ABI-file yet | Stefan Metzmacher | 1 | -2/+0 |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -4/+2 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -2/+2 |
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 |
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 |
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 2 | -2/+2 |
2010-12-05 | pytalloc: Add docstring for talloc.Object. | Jelmer Vernooij | 1 | -1/+3 |
2010-12-03 | talloc: add ABI/talloc-2.0.4.sigs | Stefan Metzmacher | 2 | -1/+63 |
2010-12-03 | talloc: Bump version number after pytalloc changes. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-01 | pytalloc: Make py_talloc_default_cmp private. | Jelmer Vernooij | 3 | -14/+15 |
2010-12-01 | pytalloc: Make py_talloc_dealloc private. | Jelmer Vernooij | 3 | -14/+11 |