r23795: more v2->v3 conversion
[gd/samba-autobuild/.git] / source4 / lib / talloc / testsuite.c
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Stefan Metzmacherr22757: test if calling talloc_free() works on parent...
2007-10-10 Stefan Metzmacherr22365: prepare merge to samba3
2007-10-10 Andrew Tridgellr20650: revert a bunch of code I didn't mean to commit yet
2007-10-10 Andrew Tridgellr20647: add cluster code
2007-10-10 Andrew Tridgellr19498: the autofree test cannot be run as part of...
2007-10-10 Jelmer Vernooijr19495: Stop linking binaries twice (once before instal...
2007-10-10 Andrew Tridgellr19434: we need to force line buffering as the new...
2007-10-10 Andrew Tridgellr19405: the talloc speed test suite was not giving...
2007-10-10 Jelmer Vernooijr19381: Print out the specific tests that failed after...
2007-10-10 Jelmer Vernooijr19343: Add support for external scripts/binaries that...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Andrew Tridgellr19118: get rid of a bunch of bool misuse warnings
2007-10-10 Stefan Metzmacherr18995: - fix bug 4078
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18435: added a function talloc_move() which is like...
2007-10-10 Jelmer Vernooijr18163: Remove defines for BOOL, False and True
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Stefan Metzmacherr18096: try to make tcc happy and don't the same struct...
2007-10-10 Stefan Metzmacherr18064: merge from samba3
2007-10-10 Volker Lendecker18027: Fix some 64-bit warnings
2007-10-10 Stefan Metzmacherr17958: as talloc_init() enabled null tracking, we...
2007-10-10 Stefan Metzmacherr17952: merge changes from samba3
2007-10-10 Stefan Metzmacherr17905: fix c++ warnings
2007-10-10 Stefan Metzmacherr17886: add talloc_ptrtype() and talloc_array_ptrtype(),
2007-10-10 Stefan Metzmacherr17883: check if talloc_asprintf() works correct
2007-10-10 Stefan Metzmacherr17712: fix compiler warning
2007-10-10 Stefan Metzmacherr17413: add a new case for the this:
2007-10-10 Stefan Metzmacherr17061: - remove the currect talloc chunk from it's...
2007-10-10 Stefan Metzmacherr16447: print the result of talloc_set_parent()
2007-10-10 Stefan Metzmacherr16445: print out values
2007-10-10 Stefan Metzmacherr16442: if we want to use CHECK_SIZE(NULL, 3)
2007-10-10 Andrew Tridgellr15852: patch from Rusty to make talloc_set_destructor...
2007-10-10 Andrew Tridgellr15824: fixed a subtle talloc bug to do with memory...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Andrew Tridgellr11984: LGPL on header and testsuite as well
2007-10-10 Andrew Tridgellr8032: added loop detection into talloc. Robert Collins...
2007-10-10 Andrew Tridgellr6808: - test for gcov not needed
2007-10-10 Jelmer Vernooijr6807: Fix in-tree build of talloc testsuite
2007-10-10 Jelmer Vernooijr6804: Add config.h for talloc (and use it)
2007-10-10 Volker Lendecker6660: Sorry for the spam... I think now I've got a...
2007-10-10 Stefan Metzmacherr5142: fix compiler warning
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Andrew Tridgellr4593: don't use the _p function in the testsuite,...
2007-10-10 Andrew Tridgellr4592: fixed typo from talloc testsuite fixup for the...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4473: - moved talloc into its own lib/talloc/ area