index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory
/
unix
/
apr_pools.c
Commit message (
Expand
)
Author
Age
*
apr_pools: Set APR_POOL_DEBUG's pool->owner before using the pool.
Yann Ylavic
2024-03-13
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
apr_pools: Fix signed/unsigned mismatch waning.
Yann Ylavic
2022-06-23
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
Yann Ylavic
2022-01-18
*
* memory/unix/apr_pools.c: Declare apr__pool_unmanage to fix
Joe Orton
2021-07-06
*
* memory/unix/apr_pools.c (apr_pool_create_unmanaged_ex): Destroy the
Joe Orton
2021-07-02
*
apr_thread: use unmanaged pools for detached threads.
Yann Ylavic
2020-12-03
*
apr_pools: add and use pool_[un]lock() and parent_[un]lock() helpers.
Yann Ylavic
2020-11-25
*
apr_pools: two more uses of allocator_[un]lock() helpers to simplify the code.
Yann Ylavic
2020-11-24
*
Revert incorrect r1883803 (unmatched lock/unlock), will recommit.
Yann Ylavic
2020-11-24
*
apr_pools: two more uses of allocator_[un]lock() helpers to simplify the code.
Yann Ylavic
2020-11-24
*
apr_pools: follow up to r1883750.
Yann Ylavic
2020-11-24
*
apr_pools: follow up to r1883750 and r1883800.
Yann Ylavic
2020-11-24
*
apr_pools: follow up to r1883750.
Yann Ylavic
2020-11-24
*
apr_pools: lock parent pool in pool_destroy_debug().
Yann Ylavic
2020-11-23
*
apr_pools: fix __attribute__((nonnull)) warning in [pre_]cleanup_register.
Yann Ylavic
2020-11-23
*
* memory/unix/apr_pools.c (apr_pvsprintf): Fix a clang warning, the
Joe Orton
2020-06-01
*
Add empty stubs for APR pool functions, that are
Rainer Jung
2019-07-17
*
Address some warnings raised by MSVC-32/64.
Yann Ylavic
2019-04-03
*
apr_pools: make index(es) an apr_size_t everywhere.
Yann Ylavic
2018-01-26
*
Add apr_pool_get_tag to retrieve the pool tag name.
Joe Orton
2017-12-12
*
Factor out common code in apr_pools.c. No function changes intended.
Ivan Zhakov
2017-08-26
*
Follow up to r1788334: apr_allocator_align() should take an allocator as
Yann Ylavic
2017-04-03
*
Follow up to r1788346: we don't really need a separate "order" setting for
Yann Ylavic
2017-03-24
*
apr_allocator, apr_pools: Add apr_allocator_page_size(),
Yann Ylavic
2017-03-23
*
apr_allocator: Provide apr_allocator_align() to get the true size that
Yann Ylavic
2017-03-23
*
Register the pool debug log cleanup handler after emitting the
Branko Čibej
2015-04-24
*
Follow up to r1675967: When pool debugging is enabled, make sure we
Branko Čibej
2015-04-24
*
Fix pool debugging output so that creation events are
Branko Čibej
2015-04-24
*
Expand apr pools debug output with parent information.
Sander Striker
2015-04-18
*
Some improvements to the pool concurrency check code
Stefan Fritsch
2014-05-17
*
Don't waste memory when creating or allocating from small, long-lived
Stefan Fritsch
2014-05-14
*
fix comment typos
Stefan Fritsch
2014-05-14
*
Add option to use guard pages
Stefan Fritsch
2014-05-09
*
Option to detect concurrent accesses to pools
Stefan Fritsch
2014-05-09
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
Jeff Trawick
2014-01-18
*
Pool debugging fixes
Stefan Fritsch
2013-05-10
*
Fix invalid free when destroying pools created with
Stefan Fritsch
2013-05-03
*
Split apr_pool_check_integrity() into two parts
Stefan Fritsch
2013-03-23
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
Stefan Fritsch
2013-03-23
*
change pool debugging messages to be unique
Stefan Fritsch
2013-03-23
*
Add valgrind support
Stefan Fritsch
2013-01-26
*
Don't leak memnodes in apr_pvsprintf() if out of memory and no pool abort
Stefan Fritsch
2013-01-26
*
extend comment a bit
Stefan Fritsch
2011-06-01
*
Fix crash with --enable-allocator-uses-mmap on machines with pagesize >= 8k.
Stefan Fritsch
2011-06-01
*
* memory/unix/apr_pools.c (apr_pool_cleanup_register):
Joe Orton
2011-03-16
*
Add new configure option --enable-allocator-uses-mmap to use mmap
Stefan Fritsch
2011-02-18
*
Fix various off-by-one errors related to current_free_index:
Stefan Fritsch
2010-08-28
*
re-commit r761344 which was accidentally reverted by r795598:
Stefan Fritsch
2010-08-28
*
Fix various issues found by cppcheck
Stefan Fritsch
2010-07-27
[next]