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