index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
/
talloc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-02
lib: Add talloc_realloc_zero()
talloc-2.4.4
Volker Lendecke
1
-0
/
+33
2023-10-25
talloc: Fix documentation
Joseph Sutton
1
-1
/
+1
2023-08-08
talloc: Fix typo
Joseph Sutton
1
-1
/
+1
2023-03-30
lib:talloc: Move talloc_get_size() out of the talloc reference group
Andreas Schneider
1
-13
/
+13
2023-01-18
talloc: version 2.4.0
talloc-2.4.0
Stefan Metzmacher
1
-1
/
+1
2022-12-14
lib: Move talloc_asprintf_addbuf() to talloc
Volker Lendecke
1
-0
/
+14
2020-11-10
talloc: fix studio compiler build
Björn Jacke
1
-89
/
+97
2020-10-16
talloc: also use portable __has_attribute macro to check for "deprecated" att...
Björn Jacke
1
-1
/
+1
2020-05-24
talloc: also use portable __has_attribute macro to check for attribute support
Björn Jacke
1
-1
/
+6
2019-07-22
talloc: Release talloc 2.3.0
talloc-2.3.0
Andrew Bartlett
1
-1
/
+1
2019-04-02
Spelling fix s/informations/information/
Mathieu Parent
1
-2
/
+2
2019-03-21
talloc: Release talloc 2.2.0
talloc-2.2.0
Andrew Bartlett
1
-1
/
+1
2018-11-06
lib: talloc: Mark talloc_autofree_context() as deprecated.
Jeremy Allison
1
-8
/
+9
2018-10-19
talloc: deprecate talloc_set_memlimit()
David Disseldorp
1
-1
/
+11
2018-05-28
talloc: Fix some typos in the comments
Kai Blin
1
-2
/
+2
2018-01-22
talloc: Fix documentation typo
Martin Schwenke
1
-1
/
+1
2017-03-10
talloc: fix doxygen of talloc_move
Uri Simchoni
1
-3
/
+4
2017-02-22
talloc: fix TALLOC_VERSION_* mismatch detection
Stefan Metzmacher
1
-1
/
+1
2016-01-11
talloc: Fix a documentation typo
Martin Schwenke
1
-1
/
+1
2015-10-09
talloc: Provide tests access to talloc_magic
Adrian Cochrane
1
-0
/
+2
2014-05-16
talloc: check for TALLOC_GET_TYPE_ABORT_NOOP
Stefan Metzmacher
1
-0
/
+4
2014-05-16
talloc: avoid a function call in TALLOC_FREE() if possible.
Stefan Metzmacher
1
-1
/
+1
2013-10-14
talloc: Add a warning to talloc_reference() documentation.
Andreas Schneider
1
-0
/
+8
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
1
-0
/
+37
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
1
-2
/
+1
2012-10-05
Add memory limiting capability to talloc
Simo Sorce
1
-0
/
+19
2012-07-18
talloc: don't allow a talloc_pool inside a talloc_pool.
Rusty Russell
1
-1
/
+2
2012-04-24
Talloc doc: talloc_strdup_append does not return duplicated string
Pavel Březina
1
-4
/
+4
2012-04-24
Talloc doc: when s == NULL in _append functions
Pavel Březina
1
-0
/
+12
2012-04-18
Talloc doc: Fix a cut&paste error
Volker Lendecke
1
-4
/
+1
2012-04-18
Talloc doc: talloc_pool() when not enough memory in the pool
Pavel Březina
1
-0
/
+4
2012-04-18
Talloc doc: TALLOC_FREE_FILL
Pavel Březina
1
-0
/
+5
2012-04-18
Talloc doc: talloc_set_log_stderr()
Pavel Březina
1
-0
/
+7
2012-04-18
Talloc doc: talloc_set_log_fn()
Pavel Březina
1
-0
/
+9
2012-04-18
Talloc doc: talloc_set_abort_fn()
Pavel Březina
1
-2
/
+33
2012-04-18
Talloc doc: talloc_asprintf_append_buffer()
Pavel Březina
1
-0
/
+22
2012-04-18
Talloc doc: talloc_strndup_append_buffer()
Pavel Březina
1
-2
/
+22
2012-04-18
Talloc doc: talloc_strndup_append()
Pavel Březina
1
-2
/
+12
2012-04-18
Talloc doc: talloc_strdup_append_buffer()
Pavel Březina
1
-1
/
+22
2012-04-18
Talloc doc: talloc_strdup_append()
Pavel Březina
1
-4
/
+18
2011-04-04
talloc - some documentation changes
Matthias Dieter Wallnöfer
1
-25
/
+24
2011-03-30
talloc - improve doxygen comment of "talloc_move"
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-01-04
talloc: Typo fix for api docs
Brad Hards
1
-1
/
+1
2010-10-20
talloc: make header C++ safe
Simo Sorce
1
-0
/
+8
2010-09-24
talloc: Add a warning about talloc_autofree_context() and dlclose()
Volker Lendecke
1
-0
/
+9
2010-08-14
talloc:documentation - explain that "talloc_free" works also with "NULL" poin...
Matthias Dieter Wallnöfer
1
-10
/
+21
2010-05-06
talloc: Documented the missing string functions.
Andreas Schneider
1
-0
/
+86
2010-05-01
talloc: Documentation fix for talloc
Holger Hans Peter Freyther
1
-1
/
+1
2010-04-02
talloc: add a define for TALLOC_MAX_DEPTH
Andrew Tridgell
1
-0
/
+4
2010-03-10
doxygen: talloc_get_type name fixed in Doxygen documentation
Kamen Mazdrashki
1
-1
/
+1
[next]