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
2013-09-08
talloc: Test the pooled object
Volker Lendecke
1
-0
/
+36
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
5
-1
/
+174
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
3
-24
/
+52
2013-09-08
talloc: Add a separate pool size
Volker Lendecke
1
-12
/
+23
2013-09-08
talloc: Put pool-specific data before the chunk
Volker Lendecke
1
-79
/
+125
2013-09-08
talloc: Introduce __talloc_with_prefix
Volker Lendecke
1
-10
/
+22
2013-09-08
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
1
-25
/
+23
2013-08-28
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
1
-0
/
+21
2013-08-27
Add simple limited pool tests to test_memlimit().
Jeremy Allison
1
-0
/
+27
2013-08-27
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
1
-24
/
+0
2013-08-27
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
1
-4
/
+15
2013-08-27
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
1
-15
/
+0
2013-08-27
Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...
Jeremy Allison
1
-1
/
+1
2013-08-27
In _talloc_steal_internal(), correctly decrement the memory limit in the sour...
Jeremy Allison
1
-12
/
+5
2013-08-27
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...
Jeremy Allison
1
-23
/
+4
2013-08-27
Update memory limits when we call free() on a pool.
Jeremy Allison
1
-0
/
+2
2013-08-27
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...
Jeremy Allison
1
-12
/
+9
2013-08-27
Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...
Jeremy Allison
1
-1
/
+8
2013-08-27
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
Jeremy Allison
1
-1
/
+1
2013-08-27
Start to fix talloc memlimits with talloc pools.
Jeremy Allison
1
-0
/
+72
2013-05-28
build: Remove autoconf build system
Andrew Bartlett
2
-52
/
+0
2013-05-20
talloc: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-05-14
talloc: only provide the --enable-talloc-compat1 in standalone build
Stefan Metzmacher
1
-4
/
+6
2013-04-18
talloc: Simplify _talloc_free_poolmem a bit
Volker Lendecke
1
-2
/
+14
2013-04-18
talloc: Do an early return
Volker Lendecke
1
-3
/
+6
2013-04-18
talloc: Avoid some "else" by doing early returns
Volker Lendecke
1
-4
/
+8
2013-04-18
talloc: Fix nonblank line endings
Volker Lendecke
1
-34
/
+34
2012-12-03
lib/talloc: Move manpage to man/.
Karolin Seeger
2
-13
/
+13
2012-11-29
docs: man talloc: Add missing meta data.
Karolin Seeger
1
-0
/
+12
2012-10-05
talloc: Convert error cecking macros into fns
Simo Sorce
1
-37
/
+74
2012-10-05
Add tests for talloc_memlimit
Simo Sorce
1
-0
/
+172
2012-10-05
Add memory limiting capability to talloc
Simo Sorce
5
-40
/
+327
2012-08-04
doc: Remove build/ from doxygen config or it will not work in brew.
Andreas Schneider
1
-4
/
+1
2012-07-18
talloc: don't allow a talloc_pool inside a talloc_pool.
Rusty Russell
2
-1
/
+9
2012-07-18
talloc: use a struct for pool headers.
Rusty Russell
2
-106
/
+90
2012-07-05
talloc: remove unused variables
Björn Jacke
1
-5
/
+0
2012-05-30
build: Remove unused release scripts for talloc
Andrew Bartlett
6
-518
/
+0
2012-05-07
talloc: Update doxygen config.
Andreas Schneider
1
-119
/
+391
2012-05-07
doc: Remove latex to doxygen conversion leftovers in talloc.
Pavel Březina
2
-8
/
+8
2012-05-07
doc: Fixes for the talloc best practices tutorial.
Andreas Schneider
1
-10
/
+10
2012-05-07
doc: Fixes for the talloc debugging tutorial.
Andreas Schneider
1
-9
/
+10
2012-05-07
doc: Fixes for the talloc pool tutorial.
Andreas Schneider
1
-15
/
+16
2012-05-07
doc: Fixes for the talloc destructor tutorial.
Andreas Schneider
1
-4
/
+5
2012-05-07
doc: Fixes for the talloc dynamic type system tutorial.
Andreas Schneider
1
-14
/
+15
2012-05-07
doc: Fixes for the talloc stealing tutorial.
Andreas Schneider
1
-9
/
+24
2012-05-07
doc: Fixes for the talloc context tutorial.
Andreas Schneider
1
-25
/
+27
2012-05-07
doc: Add talloc tutorial.
Pavel Březina
13
-1
/
+873
2012-04-24
talloc: Fix copy&paste errors
Volker Lendecke
1
-2
/
+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
[next]