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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
talloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc: splitout _talloc_free_children_internal()
Stefan Metzmacher
2011-05-17
1
-50
/
+27
*
talloc: fixed a use after free error in talloc_free_children()
Stefan Metzmacher
2011-05-17
1
-1
/
+16
*
talloc: use _talloc_free_internal() in talloc_free_children()
Stefan Metzmacher
2011-05-17
1
-1
/
+1
*
talloc: test talloc_steal out of a talloc_pool
Stefan Metzmacher
2011-05-17
1
-0
/
+69
*
talloc: add memset() calls to test_pool()
Stefan Metzmacher
2011-05-17
1
-0
/
+17
*
talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()
Stefan Metzmacher
2011-05-17
1
-0
/
+1
*
talloc: make really sure only optimize realloc if there's only one pool chunk
Stefan Metzmacher
2011-05-17
1
-1
/
+6
*
talloc: make use of _talloc_free_poolmem() in _talloc_realloc()
Stefan Metzmacher
2011-05-17
1
-15
/
+1
*
talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internal
Stefan Metzmacher
2011-05-17
1
-32
/
+66
*
talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...
Stefan Metzmacher
2011-05-02
1
-1
/
+36
*
Fix license info for talloc in manpage.
Jelmer Vernooij
2011-04-24
1
-3
/
+3
*
talloc: fix compiler warnings with -Wc++-compat
Stefan Metzmacher
2011-04-13
1
-5
/
+5
*
talloc/testsuite: avoid memory leak reported by valgrind
Stefan Metzmacher
2011-04-08
1
-1
/
+1
*
talloc/testsuite: test more talloc_pool related things
Stefan Metzmacher
2011-04-08
1
-0
/
+55
*
talloc: include valgrind headers if available
Stefan Metzmacher
2011-04-08
1
-0
/
+9
*
talloc: add TC_INVALIDATE_POOL marco
Stefan Metzmacher
2011-04-08
1
-3
/
+38
*
talloc: add TC_UNDEFINE_GROW_CHUNK() marco
Stefan Metzmacher
2011-04-08
1
-0
/
+21
*
talloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
Stefan Metzmacher
2011-04-08
1
-0
/
+28
*
talloc: add TC_INVALIDATE_FULL_CHUNK() macro
Stefan Metzmacher
2011-04-08
1
-12
/
+36
*
talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
Stefan Metzmacher
2011-04-08
1
-0
/
+12
*
talloc: optimize talloc_free() and talloc_realloc() for talloc pools
Stefan Metzmacher
2011-04-08
1
-22
/
+138
*
talloc: add TC_POOL_FIRST_CHUNK() macro
Stefan Metzmacher
2011-04-08
1
-2
/
+5
*
talloc: add TC_POOL_SPACE_LEFT() macro
Stefan Metzmacher
2011-04-08
1
-2
/
+5
*
talloc: add TC_ALIGN16() macro
Stefan Metzmacher
2011-04-08
1
-2
/
+3
*
talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)
Stefan Metzmacher
2011-04-08
1
-1
/
+1
*
talloc - some documentation changes
Matthias Dieter Wallnöfer
2011-04-04
2
-53
/
+48
*
talloc - improve doxygen comment of "talloc_move"
Matthias Dieter Wallnöfer
2011-03-30
1
-3
/
+3
*
lib: don't install public headers if a private library
Andrew Tridgell
2011-03-15
1
-0
/
+1
*
talloc: use public_headers to install talloc.h and pytalloc.h
Andrew Tridgell
2011-03-15
1
-2
/
+2
*
build: removed the old autogen.sh and autogen-waf.sh scripts
Andrew Tridgell
2011-02-07
1
-11
/
+0
*
waf: ensure "make dist" works from a clean git tree for all libraries
Andrew Tridgell
2011-01-08
1
-2
/
+4
*
talloc: change version to 2.0.5 after a critical bugfix
Stefan Metzmacher
2011-01-05
2
-1
/
+63
*
talloc: fixed a use after free error
Andrew Tridgell
2011-01-05
1
-1
/
+16
*
talloc: added a test for the use after free Rusty found
Andrew Tridgell
2011-01-05
1
-0
/
+17
*
talloc: Clarify error message on access after free.
Jelmer Vernooij
2011-01-05
1
-4
/
+4
*
talloc: Typo fix for api docs
Brad Hards
2011-01-04
1
-1
/
+1
*
talloc: Fix warnings in test code
Brad Hards
2011-01-03
3
-3
/
+12
*
Revert broken destructor changes.
Jelmer Vernooij
2011-01-03
1
-1
/
+1
*
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
2011-01-03
1
-1
/
+1
*
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2011-01-01
1
-3
/
+1
*
s4-python: Add more prototypes.
Jelmer Vernooij
2011-01-01
1
-0
/
+2
*
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
2011-01-01
1
-1
/
+1
*
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
2011-01-01
1
-62
/
+0
*
talloc: remove autotools support.
Jelmer Vernooij
2010-12-24
11
-3763
/
+0
*
talloc: Remove reference to nonexistant configure.developer in autogen.sh.
Jelmer Vernooij
2010-12-21
2
-12
/
+11
*
talloc: Add ability to generate Python docs using pydoctor.
Jelmer Vernooij
2010-12-11
2
-0
/
+10
*
build: introduce SAMBA_CHECK_PYTHON_HEADERS
Matthieu Patou
2010-12-10
1
-1
/
+1
*
talloc: pytalloc-util should not have an ABI-file yet
Stefan Metzmacher
2010-12-09
1
-2
/
+0
*
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
2010-12-09
1
-4
/
+2
*
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
2010-12-09
1
-2
/
+2
[next]