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
*
Fix cleanups so cleanups actually get run when registered from within another
Sander Striker
2002-11-19
1
-11
/
+16
*
Fix a couple of logic bugs:
Bill Stoddard
2002-11-12
1
-17
/
+19
*
Update free_proc_chain timeout algorithm from a static 3 second timeout
Bill Stoddard
2002-11-12
1
-3
/
+36
*
Revert the apr_pool_userdata_get change from last night.
Ryan Bloom
2002-10-22
1
-4
/
+0
*
Allow people who use userdata to distinguish between a successful retrieval
Ryan Bloom
2002-10-22
1
-2
/
+8
*
Revert wrowes last commit and use casts instead.
Sander Striker
2002-10-05
1
-3
/
+4
*
Patch a compilation signedness emit... the difference of the memory ptrs
William A. Rowe Jr
2002-09-29
1
-3
/
+3
*
Fix pools to play nice with gcc bounds checking.
Sander Striker
2002-08-12
1
-9
/
+5
*
Detabbify previous commit... The offending party has been slapped on the
Sander Striker
2002-07-13
1
-7
/
+7
*
Remove a bogus fixup from apr_vformatter, which made sure a NUL byte could
Sander Striker
2002-07-13
1
-0
/
+23
*
use new time conversion macros in place of APR_USEC_PER_SEC
Brian Pane
2002-07-05
1
-1
/
+1
*
Introduce a new symbolic constant, effectively eliminating a magic
Sander Striker
2002-07-04
1
-1
/
+4
*
get rid of a warning (unreferenced static function) for some pool-debug
Jeff Trawick
2002-06-12
1
-0
/
+2
*
move some deprecated functions inside a check for APR_HAS_THREADS
Jeff Trawick
2002-06-10
1
-0
/
+3
*
Seems I was cutting a pasting just a little over the speed limit.
William A. Rowe Jr
2002-06-08
1
-3
/
+3
*
More API get/set renames, and providing stubs for those previously
William A. Rowe Jr
2002-06-08
1
-4
/
+58
*
Move the apr_pool_allocator_get out of the #if !APR_POOL_DEBUG block.
Sander Striker
2002-05-30
1
-5
/
+5
*
New function: apr_pool_allocator_get. This function allows us to
Sander Striker
2002-05-30
1
-0
/
+5
*
The style police patrols in a dimly lit alleyway...
Sander Striker
2002-05-30
1
-9
/
+9
*
Fix the pool debug code. A pool clear destroys the pools mutex.
Sander Striker
2002-05-30
1
-0
/
+31
*
Renames:
Sander Striker
2002-05-30
1
-13
/
+13
*
Don't inline and export functions at the same time.
Sander Striker
2002-05-29
1
-16
/
+24
*
The 'reuse' patch. This will make pools a bit more carefull about
Sander Striker
2002-05-26
1
-30
/
+149
*
The hi free patch. This will add the ability for a developer to
Sander Striker
2002-05-26
1
-2
/
+54
*
Since we're using -Wmissing-prototypes, we were getting this warning:
Cliff Woolley
2002-05-05
1
-0
/
+1
*
Convert apr_pcalloc to a macro to take advantage of compiler
Brian Pane
2002-05-05
1
-0
/
+8
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
1
-0
/
+2
*
Minor tweaks to expose things in the apr_allocator API needed to implement
Cliff Woolley
2002-04-01
1
-18
/
+5
*
Fix a logic bug.
Sander Striker
2002-03-31
1
-1
/
+1
*
Fix the fix...
Sander Striker
2002-03-19
1
-7
/
+9
*
Tag the apr global pool
Sander Striker
2002-03-19
1
-0
/
+2
*
Don't try to obtain a mutex if it was already destroyed...
Sander Striker
2002-03-19
1
-0
/
+7
*
Style Police patrols in the backyard...
Sander Striker
2002-03-18
1
-18
/
+22
*
Factor out the allocators from pools.
Sander Striker
2002-03-15
1
-274
/
+323
*
Move the kill_conditions enum in apr_thread_proc.h into the
Jeff Trawick
2002-03-14
1
-15
/
+8
*
struct process_chain is not part of the API, so get it out of
Jeff Trawick
2002-03-14
1
-0
/
+16
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Export the APR_ALIGN macros.
Sander Striker
2002-03-02
1
-11
/
+0
*
Implement apr_pcalloc in terms of apr_palloc.
Sander Striker
2002-02-09
1
-29
/
+2
*
Rename apr_find_pool to apr_pool_find. Implement it in terms of
Sander Striker
2002-02-09
1
-19
/
+19
*
Simplify some logic in the pools debug code by using a 'nested' lock.
Sander Striker
2002-02-08
1
-98
/
+59
*
Trailing whitespace is evil. This gets rids of it. Add some comments
Sander Striker
2002-02-07
1
-112
/
+112
*
Fix a bug where we are NULL'ing too many bytes.
Sander Striker
2002-02-06
1
-2
/
+2
*
Add a means to track where allocations are done. Show each and
Sander Striker
2002-02-05
1
-77
/
+135
*
Move around some logic to make abstraction of the allocator a bit
Sander Striker
2002-02-05
1
-41
/
+24
*
All memory resources are shared with all NLMs running on NetWare. This
Bradley Nicholes
2002-01-31
1
-0
/
+24
*
Get rid of the getpid warning.
Sander Striker
2002-01-30
1
-2
/
+5
*
get a --disable-threads --enable-pool-debug built to compile again
Jeff Trawick
2002-01-26
1
-1
/
+1
*
Deprecate apr_pool_free_blocks_num_bytes.
Sander Striker
2002-01-24
1
-6
/
+0
[next]