index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address some warnings raised by MSVC-32/64.
Yann Ylavic
2019-04-03
1
-4
/
+4
*
apr_pools: make index(es) an apr_size_t everywhere.
Yann Ylavic
2018-01-26
1
-10
/
+10
*
Add apr_pool_get_tag to retrieve the pool tag name.
Joe Orton
2017-12-12
1
-0
/
+4
*
Factor out common code in apr_pools.c. No function changes intended.
Ivan Zhakov
2017-08-26
1
-43
/
+28
*
Follow up to r1788334: apr_allocator_align() should take an allocator as
Yann Ylavic
2017-04-03
1
-1
/
+3
*
Follow up to r1788346: we don't really need a separate "order" setting for
Yann Ylavic
2017-03-24
1
-26
/
+11
*
apr_allocator, apr_pools: Add apr_allocator_page_size(),
Yann Ylavic
2017-03-23
1
-24
/
+70
*
apr_allocator: Provide apr_allocator_align() to get the true size that
Yann Ylavic
2017-03-23
1
-4
/
+26
*
Register the pool debug log cleanup handler after emitting the
Branko Čibej
2015-04-24
1
-7
/
+7
*
Follow up to r1675967: When pool debugging is enabled, make sure we
Branko Čibej
2015-04-24
1
-0
/
+13
*
Fix pool debugging output so that creation events are
Branko Čibej
2015-04-24
1
-14
/
+13
*
Expand apr pools debug output with parent information.
Sander Striker
2015-04-18
1
-1
/
+3
*
Some improvements to the pool concurrency check code
Stefan Fritsch
2014-05-17
1
-19
/
+26
*
Don't waste memory when creating or allocating from small, long-lived
Stefan Fritsch
2014-05-14
1
-2
/
+8
*
fix comment typos
Stefan Fritsch
2014-05-14
1
-2
/
+2
*
Add option to use guard pages
Stefan Fritsch
2014-05-09
1
-3
/
+29
*
Option to detect concurrent accesses to pools
Stefan Fritsch
2014-05-09
1
-3
/
+101
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
Jeff Trawick
2014-01-18
1
-2
/
+3
*
Pool debugging fixes
Stefan Fritsch
2013-05-10
1
-1
/
+6
*
Fix invalid free when destroying pools created with
Stefan Fritsch
2013-05-03
1
-16
/
+0
*
Split apr_pool_check_integrity() into two parts
Stefan Fritsch
2013-03-23
1
-3
/
+18
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
Stefan Fritsch
2013-03-23
1
-0
/
+6
*
change pool debugging messages to be unique
Stefan Fritsch
2013-03-23
1
-3
/
+3
*
Add valgrind support
Stefan Fritsch
2013-01-26
1
-19
/
+126
*
Don't leak memnodes in apr_pvsprintf() if out of memory and no pool abort
Stefan Fritsch
2013-01-26
1
-13
/
+13
*
extend comment a bit
Stefan Fritsch
2011-06-01
1
-3
/
+3
*
Fix crash with --enable-allocator-uses-mmap on machines with pagesize >= 8k.
Stefan Fritsch
2011-06-01
1
-1
/
+6
*
* memory/unix/apr_pools.c (apr_pool_cleanup_register):
Joe Orton
2011-03-16
1
-0
/
+4
*
Add new configure option --enable-allocator-uses-mmap to use mmap
Stefan Fritsch
2011-02-18
1
-1
/
+56
*
Fix various off-by-one errors related to current_free_index:
Stefan Fritsch
2010-08-28
1
-7
/
+7
*
re-commit r761344 which was accidentally reverted by r795598:
Stefan Fritsch
2010-08-28
1
-11
/
+5
*
Fix various issues found by cppcheck
Stefan Fritsch
2010-07-27
1
-0
/
+1
*
Remove all deprecated pool*_core functions. (renamed to _unmanaged)
Paul Querna
2009-12-25
1
-39
/
+0
*
Please review;
William A. Rowe Jr
2009-12-19
1
-10
/
+8
*
Cleanups for various gcc warnings, conditional assignment and type errors
William A. Rowe Jr
2009-12-18
1
-11
/
+20
*
Nothing interesting existed in apr_common_private.h, this would
William A. Rowe Jr
2009-12-18
1
-0
/
+2
*
SECURITY: CVE-2009-2412 (cve.mitre.org)
William A. Rowe Jr
2009-08-04
1
-7
/
+15
*
Reveert pool code back to r751657, before we got a little crazy and tried to ...
Paul Querna
2009-07-19
1
-206
/
+496
*
Add missing debug unmanaged fn thunk
Mladen Turk
2009-07-18
1
-0
/
+8
*
Add unmanaged pools from 1.4 branch
Mladen Turk
2009-07-18
1
-26
/
+75
*
Make final_block dynamic.
Mladen Turk
2009-04-03
1
-9
/
+12
*
* Correctly setup size field for the final_blocks field.
Ruediger Pluem
2009-04-03
1
-0
/
+1
*
Use smaller block size and grow exponentially
Mladen Turk
2009-04-03
1
-8
/
+12
*
Both cleanup and pre_cleanup can share the same free list.
Mladen Turk
2009-04-02
1
-12
/
+5
*
I stil think this implementation should go away...
Mladen Turk
2009-04-02
1
-2
/
+21
*
* The previous pool implementation used a less fine grained locking
Ruediger Pluem
2009-03-28
1
-7
/
+15
*
* memory/unix/apr_pools.c (struct apr_pool_t): Inline two block structures
Joe Orton
2009-03-26
1
-6
/
+9
*
* Remove another unneeded calloc
Ruediger Pluem
2009-03-26
1
-1
/
+3
*
* 512 is a more reasonable size for the list.
Ruediger Pluem
2009-03-26
1
-1
/
+1
*
* Don't destroy our own pool mutex in apr_pool_clear.
Ruediger Pluem
2009-03-26
1
-0
/
+8
[next]