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
/
lib
/
apr_pools.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove compile warning when compiling without threads
Jeff Trawick
2000-03-29
1
-0
/
+2
*
Tweaked APR initialization and termination so that the lifetime
Jeff Trawick
2000-03-28
1
-21
/
+17
*
Clean up the locks required for pool allocation correctly. If the locks
Ryan Bloom
2000-03-21
1
-121
/
+161
*
If we don't have threads in APR, we can't create INTRAPROCESS locks.
Ryan Bloom
2000-03-13
1
-1
/
+28
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Check return code from ap_create_lock.
Ryan Bloom
2000-02-28
1
-2
/
+6
*
Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).
Bill Stoddard
2000-01-28
1
-6
/
+9
*
Migrate free_proc_chain() for Windows to APR. Fix invalid handle exception
Bill Stoddard
2000-01-28
1
-53
/
+31
*
Fi ap_note_subprocess to use ap_proc_t's instead of pid's.
Ryan Bloom
1999-12-13
1
-6
/
+6
*
Make APR compile on Windows again. The changes that I introduced for
Ryan Bloom
1999-12-09
1
-1
/
+1
*
Tidy up a small copy/paste error in the headers.
David Reid
1999-12-06
1
-1
/
+1
*
Cleanup some mistakes I made. We are now configuring the APR_HAS_FOO
Ryan Bloom
1999-12-06
1
-0
/
+3
*
Fix a couple of warnings that were caused by the APR leak problem. These
Ryan Bloom
1999-12-02
1
-0
/
+3
*
The next step in removing the APR HAVE_*_H leak. This removes all of those
Ryan Bloom
1999-12-01
1
-0
/
+6
*
correct some build errors.
Greg Stein
1999-11-27
1
-4
/
+4
*
Deal with pool function failures in a clean way. I need to look at how we
Ryan Bloom
1999-11-24
1
-22
/
+32
*
This removes all of the fprintf calls from APR, except for those which
Ryan Bloom
1999-11-23
1
-7
/
+1
*
Make -DALLOC_USE_MALLOC work for APR's pools.
Manoj Kasichainula
1999-10-29
1
-1
/
+5
*
I am actually going to fix the recursive lock contention this time.
Ryan Bloom
1999-10-13
1
-9
/
+3
*
Fix a bug in pool locking. The current logic requires recursive mutex's,
Ryan Bloom
1999-10-12
1
-5
/
+15
*
Remove most of the annoying "re ap_context_t mplement" mis-replacements
Martin Kraemer
1999-10-11
1
-4
/
+4
*
Ooops, missed an argument swap on the create_locks call.
Bill Stoddard
1999-10-11
1
-6
/
+4
*
Migrate pool locking to use apr locks.
Bill Stoddard
1999-10-11
1
-18
/
+25
*
Make Apache use the new ap_create_process call. This is the first of a
Ryan Bloom
1999-10-11
1
-555
/
+0
*
fix typo
Ralf S. Engelschall
1999-10-08
1
-1
/
+1
*
Ok, today it bored me too much that APR shouts many pages with warnings under
Ralf S. Engelschall
1999-10-01
1
-1
/
+1
*
Move ap_pregcomp and ap_pregfree from APR to Apache proper, since these
Manoj Kasichainula
1999-09-20
1
-37
/
+0
*
Put back the regex_cleanup that was taken out by accident
Manoj Kasichainula
1999-09-20
1
-2
/
+1
*
Fix warnings.
Ben Laurie
1999-09-12
1
-1
/
+1
*
Fix some STUPID typos I made on my last commit.
Ryan Bloom
1999-09-08
1
-2
/
+2
*
Protect some #includes with #ifdefs and remove one that is no longer needed.
Ryan Bloom
1999-09-08
1
-1
/
+6
*
Remove the "ap_popenf"-like calls. These are basically the ones that were
Ryan Bloom
1999-09-08
1
-265
/
+12
*
Allor ap_palloc to work without a pool. Basically, this just uses malloc.
Ryan Bloom
1999-09-07
1
-19
/
+41
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-70
/
+97
*
Two more changes for AIX. One defines the __attributes__ directive for non-gcc
Ryan Bloom
1999-08-18
1
-1
/
+0
*
Cleanup some warnings on BSD. Also fixes the other two problems Ben found
Ryan Bloom
1999-08-18
1
-0
/
+4
*
Initial revision
Ryan Bloom
1999-08-17
1
-0
/
+2110