summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell1-6/+11
2007-10-10r20195: fix typoStefan Metzmacher1-1/+1
2007-10-10r20194: inline all static talloc functionsStefan Metzmacher1-4/+6
2007-10-10r20193: - let talloc_parent_chunk() handle a NULL pointerStefan Metzmacher1-15/+11
2007-10-10r19412: some rather strange looking changes to talloc that gain us about 50%Andrew Tridgell1-211/+299
2007-10-10r19304: If you really want to look at the contents undef this oneSimo Sorce1-0/+17
2007-10-10r18995: - fix bug 4078Stefan Metzmacher1-6/+12
2007-10-10r18946: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r18521: implement volkers suggestion for avoiding the type punning warningsAndrew Tridgell1-1/+2
2007-10-10r18435: added a function talloc_move() which is like talloc_steal(), but isAndrew Tridgell1-0/+11
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-17/+0
2007-10-10r18100: actually make usage of libreplace :-)Stefan Metzmacher1-1/+1
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke1-1/+1
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 Metzmacher1-49/+80
2007-10-10r17895: - talloc_increase_ref_count() can failStefan Metzmacher1-3/+6
2007-10-10r17893: add a function to disable the null_contextStefan Metzmacher1-2/+10
2007-10-10r17892: fix the last talloc c++ warningStefan Metzmacher1-1/+2
2007-10-10r17891: remove c++ warnings from tallocStefan Metzmacher1-11/+12
2007-10-10r17578: in standalone talloc build ensure we get intptr_t if available (whichAndrew Tridgell1-0/+3
2007-10-10r17264: - remove unused includes from tallocStefan Metzmacher1-14/+4
2007-10-10r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher1-5/+5
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 Metzmacher1-5/+3
2007-10-10r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher1-6/+21
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 Tridgell1-6/+8
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 Tridgell1-2/+34
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij1-10/+8
2007-10-10r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell1-2/+8
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r13400: Only return NULL from talloc_asprintf if vsnprintf returns anJames Peach1-1/+1
2007-10-10r13397: Propagate the error return from vsnprintf to trap the case whereJames Peach1-2/+12
2007-10-10r12633: expose talloc_vasprintf_append()Andrew Tridgell1-4/+1
2007-10-10r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell1-11/+15
2007-10-10r10726: fix to talloc_parent() from Michael O'BrienAndrew Tridgell1-1/+1
2007-10-10r8127: fixed code in function errorAndrew Tridgell1-2/+1
2007-10-10r8126: - moved to 16 byte alignment for talloc. This is in response to a bugAndrew Tridgell1-50/+53
2007-10-10r8032: added loop detection into talloc. Robert Collins found a way to make aAndrew Tridgell1-16/+46
2007-10-10r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce1-0/+22
2007-10-10r7781: finding the parent of a talloc ptr is trickier than it looks due to th...Andrew Tridgell1-7/+26
2007-10-10r7780: fixed a bug in talloc_find_parent_byname()Andrew Tridgell1-1/+1
2007-10-10r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname()Andrew Tridgell1-0/+24
2007-10-10r6845: make the talloc header align to 40 bytes, which costs us an extra 4Andrew Tridgell1-8/+11
2007-10-10r6831: talloc now requires config.h (this fixes ldb build)Andrew Tridgell1-2/+0
2007-10-10r6828: More portability fixesJelmer Vernooij1-0/+9
2007-10-10r6812: more talloc portability tweaksAndrew Tridgell1-0/+1
2007-10-10r6808: - test for gcov not neededAndrew Tridgell1-13/+0
2007-10-10r6804: Add config.h for talloc (and use it)Jelmer Vernooij1-5/+13