summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij2-0/+1
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke2-10/+19
2007-10-10r17966: remove all generated filesStefan Metzmacher1-1/+1
2007-10-10r17965: make talloc build more portableStefan Metzmacher1-1/+3
2007-10-10r17964: try to support sun* hostsStefan Metzmacher1-2/+2
2007-10-10r17963: fix install logic for talloc.3Stefan Metzmacher1-2/+2
2007-10-10r17960: try to use gmake if present on IRIXStefan Metzmacher1-0/+2
2007-10-10r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher1-0/+2
2007-10-10r17957: don't try to use an internet connection when generating the manpageStefan Metzmacher1-5/+5
2007-10-10r17952: merge changes from samba3Stefan Metzmacher1-1/+5
2007-10-10r17950: sync talloc with samba3Stefan Metzmacher1-0/+7
2007-10-10r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher4-52/+173
2007-10-10r17905: fix c++ warningsStefan Metzmacher1-13/+13
2007-10-10r17895: - talloc_increase_ref_count() can failStefan Metzmacher4-7/+16
2007-10-10r17893: add a function to disable the null_contextStefan Metzmacher3-2/+15
2007-10-10r17892: fix the last talloc c++ warningStefan Metzmacher1-1/+2
2007-10-10r17891: remove c++ warnings from tallocStefan Metzmacher2-13/+14
2007-10-10r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher4-0/+112
2007-10-10r17885: use _TALLOC_TYPEPF() consitentlyStefan Metzmacher1-3/+2
2007-10-10r17883: check if talloc_asprintf() works correctStefan Metzmacher1-0/+4
2007-10-10r17712: fix compiler warningStefan Metzmacher1-1/+6
2007-10-10r17685: talloc.pc is in the build directoryAndrew Tridgell1-1/+1
2007-10-10r17683: to pick up config.h we need -I. as well for tallocAndrew Tridgell1-1/+1
2007-10-10r17681: fixed standalone talloc build to support building in a separateAndrew Tridgell2-3/+7
2007-10-10r17645: gcc 4.1.x has started producing "value computed is not used" warningsAndrew Tridgell1-1/+4
2007-10-10r17578: in standalone talloc build ensure we get intptr_t if available (whichAndrew Tridgell1-0/+3
2007-10-10r17413: add a new case for the this:Stefan Metzmacher1-0/+41
2007-10-10r17264: - remove unused includes from tallocStefan Metzmacher2-15/+17
2007-10-10r17263: export talloc_free_children()Stefan Metzmacher1-0/+1
2007-10-10r17257: make the size_t is to small error more verboseStefan Metzmacher1-0/+4
2007-10-10r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher1-0/+1
2007-10-10r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij1-0/+1
2007-10-10r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher5-13/+11
2007-10-10r17157: bail out if sizeof(size_t) < sizeof(void *)Stefan Metzmacher1-0/+4
2007-10-10r17156: check for the size of a pointerStefan Metzmacher1-0/+1
2007-10-10r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when tallocStefan Metzmacher2-0/+4
2007-10-10r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher1-14/+12
2007-10-10r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2-7/+4
2007-10-10r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher1-8/+0
2007-10-10r16447: print the result of talloc_set_parent()Stefan Metzmacher1-3/+4
2007-10-10r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher2-7/+22
2007-10-10r16445: print out valuesStefan Metzmacher1-2/+4
2007-10-10r16442: if we want to use CHECK_SIZE(NULL, 3)Stefan Metzmacher1-0/+2
2007-10-10r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell1-1/+2
2007-10-10r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell3-23/+40
2007-10-10r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell1-1/+1
2007-10-10r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell3-3/+80
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij1-10/+8
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-3/+5