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
/
lib
/
talloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc:build: improve detection of srcdir
Michael Adam
2014-06-20
1
-1
/
+1
*
talloc: version 2.1.1
Stefan Metzmacher
2014-05-16
3
-1
/
+71
*
talloc/tests: avoid some unused variable warnings
Stefan Metzmacher
2014-05-16
1
-0
/
+13
*
talloc: fix compiler warning
Stefan Metzmacher
2014-05-16
1
-1
/
+4
*
talloc: check for TALLOC_GET_TYPE_ABORT_NOOP
Stefan Metzmacher
2014-05-16
1
-0
/
+4
*
talloc: avoid a function call in TALLOC_FREE() if possible.
Stefan Metzmacher
2014-05-16
1
-1
/
+1
*
talloc: inline talloc_get_name()
Stefan Metzmacher
2014-05-16
1
-6
/
+10
*
talloc: inline more static functions
Stefan Metzmacher
2014-05-16
1
-19
/
+26
*
talloc: Tune talloc_vasprintf
Volker Lendecke
2014-05-15
1
-5
/
+9
*
talloc: Update flags in pytalloc-util pkgconfig file
Lukas Slebodnik
2014-04-04
1
-2
/
+2
*
Add a basic guide on pytalloc.
Jelmer Vernooij
2013-11-28
2
-0
/
+156
*
talloc: Add a warning to talloc_reference() documentation.
Andreas Schneider
2013-10-14
1
-0
/
+8
*
talloc: Test the pooled object
Volker Lendecke
2013-09-08
1
-0
/
+36
*
talloc: Add talloc_pooled_object
Volker Lendecke
2013-09-08
5
-1
/
+174
*
talloc: Allow nested pools.
Volker Lendecke
2013-09-08
3
-24
/
+52
*
talloc: Add a separate pool size
Volker Lendecke
2013-09-08
1
-12
/
+23
*
talloc: Put pool-specific data before the chunk
Volker Lendecke
2013-09-08
1
-79
/
+125
*
talloc: Introduce __talloc_with_prefix
Volker Lendecke
2013-09-08
1
-10
/
+22
*
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
2013-09-08
1
-25
/
+23
*
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
2013-08-28
1
-0
/
+21
*
Add simple limited pool tests to test_memlimit().
Jeremy Allison
2013-08-27
1
-0
/
+27
*
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
2013-08-27
1
-24
/
+0
*
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
2013-08-27
1
-4
/
+15
*
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
2013-08-27
1
-15
/
+0
*
Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...
Jeremy Allison
2013-08-27
1
-1
/
+1
*
In _talloc_steal_internal(), correctly decrement the memory limit in the sour...
Jeremy Allison
2013-08-27
1
-12
/
+5
*
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...
Jeremy Allison
2013-08-27
1
-23
/
+4
*
Update memory limits when we call free() on a pool.
Jeremy Allison
2013-08-27
1
-0
/
+2
*
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...
Jeremy Allison
2013-08-27
1
-12
/
+9
*
Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...
Jeremy Allison
2013-08-27
1
-1
/
+8
*
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
Jeremy Allison
2013-08-27
1
-1
/
+1
*
Start to fix talloc memlimits with talloc pools.
Jeremy Allison
2013-08-27
1
-0
/
+72
*
build: Remove autoconf build system
Andrew Bartlett
2013-05-28
2
-52
/
+0
*
talloc: Fix a typo
Volker Lendecke
2013-05-20
1
-1
/
+1
*
talloc: only provide the --enable-talloc-compat1 in standalone build
Stefan Metzmacher
2013-05-14
1
-4
/
+6
*
talloc: Simplify _talloc_free_poolmem a bit
Volker Lendecke
2013-04-18
1
-2
/
+14
*
talloc: Do an early return
Volker Lendecke
2013-04-18
1
-3
/
+6
*
talloc: Avoid some "else" by doing early returns
Volker Lendecke
2013-04-18
1
-4
/
+8
*
talloc: Fix nonblank line endings
Volker Lendecke
2013-04-18
1
-34
/
+34
*
lib/talloc: Move manpage to man/.
Karolin Seeger
2012-12-03
2
-13
/
+13
*
docs: man talloc: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+12
*
talloc: Convert error cecking macros into fns
Simo Sorce
2012-10-05
1
-37
/
+74
*
Add tests for talloc_memlimit
Simo Sorce
2012-10-05
1
-0
/
+172
*
Add memory limiting capability to talloc
Simo Sorce
2012-10-05
5
-40
/
+327
*
doc: Remove build/ from doxygen config or it will not work in brew.
Andreas Schneider
2012-08-04
1
-4
/
+1
*
talloc: don't allow a talloc_pool inside a talloc_pool.
Rusty Russell
2012-07-18
2
-1
/
+9
*
talloc: use a struct for pool headers.
Rusty Russell
2012-07-18
2
-106
/
+90
*
talloc: remove unused variables
Björn Jacke
2012-07-05
1
-5
/
+0
*
build: Remove unused release scripts for talloc
Andrew Bartlett
2012-05-30
6
-518
/
+0
*
talloc: Update doxygen config.
Andreas Schneider
2012-05-07
1
-119
/
+391
[next]