index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
talloc
/
talloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r6845: make the talloc header align to 40 bytes, which costs us an extra 4
Andrew Tridgell
2007-10-10
1
-8
/
+11
*
r6831: talloc now requires config.h (this fixes ldb build)
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r6828: More portability fixes
Jelmer Vernooij
2007-10-10
1
-0
/
+9
*
r6812: more talloc portability tweaks
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r6808: - test for gcov not needed
Andrew Tridgell
2007-10-10
1
-13
/
+0
*
r6804: Add config.h for talloc (and use it)
Jelmer Vernooij
2007-10-10
1
-5
/
+13
*
r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r6660: Sorry for the spam... I think now I've got a version that should compi...
Volker Lendecke
2007-10-10
1
-1
/
+10
*
r6650: keep style consistent
Simo Sorce
2007-10-10
1
-1
/
+2
*
r6645: Add talloc_get_size() function.
Simo Sorce
2007-10-10
1
-0
/
+10
*
r6513: Commit talloc_free_children.
Volker Lendecke
2007-10-10
1
-20
/
+37
*
r6075: added talloc_enable_null_tracking() (asked for by lifeless)
Andrew Tridgell
2007-10-10
1
-2
/
+12
*
r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers.
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r5938: - allow NULL string argument to talloc_vasprintf_append()
Andrew Tridgell
2007-10-10
1
-1
/
+9
*
r5937: - performance improvement to talloc_asprintf_append()
Andrew Tridgell
2007-10-10
1
-5
/
+2
*
r5119: fflush after talloc reports to ensure they are fully on disk when usin...
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r4790: added type checking helper macros in talloc. These take advantage of
Andrew Tridgell
2007-10-10
1
-0
/
+19
*
r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r4689: - make talloc_report_depth() public
Stefan Metzmacher
2007-10-10
1
-1
/
+7
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-9
/
+5
*
r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4479: added the function talloc_autofree_context() which returns a talloc co...
Andrew Tridgell
2007-10-10
1
-0
/
+21
*
r4473: - moved talloc into its own lib/talloc/ area
Andrew Tridgell
2007-10-10
1
-0
/
+1006