summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_37(no author)2002-06-090-0/+0
* Rearranged the order of a conditional within the innerbrianp2002-06-091-1/+1
* cvs up/diff gets pretty hard to track with vc7 builds.wrowe2002-06-053-0/+15
* style policejwoolley2002-06-032-136/+157
* Add a little extra doccojwoolley2002-06-021-8/+16
* Move the metadata flag to the bucket_type structure.rbb2002-06-0210-23/+20
* Make buckets advertise if they are filled with metadata or not.rbb2002-05-319-17/+36
* Well, yes, I did volunteer a long time ago, but IIRC, wrowe's suggestionjerenkrantz2002-05-311-2/+2
* "But you can't be you. You're dead. There ain't no coming back."gstein2002-05-311-8/+19
* We the grammar police.jerenkrantz2002-05-291-2/+2
* Correct a commentstoddard2002-05-291-2/+2
* Refactor apr_brigade_write() one more time to regain a bit of behaviorjwoolley2002-05-281-29/+31
* Forgot these identifiers when lifting them from aprutil.dspwrowe2002-05-251-8/+8
* I expect this fixes the new breakage in the apr build. Too quick ofwrowe2002-05-251-2/+2
* The extern "C" {} should not encompass any #include's.jwoolley2002-05-251-5/+5
* These functions should be static.jwoolley2002-05-251-45/+48
* We appear to never have had any complaints about copy srcname dstnamewrowe2002-05-243-72/+48
* Updated the unsigned character handling in apr_strmatch()brianp2002-05-242-14/+30
* Fix two nits that I saw while looking at this file:gstein2002-05-241-4/+7
* Switched to unsigned chars in the searching functions to avoidbrianp2002-05-241-12/+12
* collapse some redundant logic. no functional change.jwoolley2002-05-241-6/+2
* Resolve veto.jwoolley2002-05-232-15/+14
* Fixed a segfault in apr_date_parse_rfc() for some date formatsjwoolley2002-05-233-16/+44
* Make it so that the installed programs must explicitly set a value injerenkrantz2002-05-161-13/+17
* Due to the explicit return in the "then" case, the "else" is not strictlyjwoolley2002-05-151-5/+4
* file_bucket_read() is not the only caller of file_make_mmap().jwoolley2002-05-151-2/+5
* Enable autoconf/autoheader to be redefined by users.sascha2002-05-152-5/+5
* Added apr_strmatch.c to the aprlib make filebnicholes2002-05-151-0/+5
* Fix the docs for the brigade buffering functionsrbb2002-05-141-7/+22
* How did that fi sneak in? Remove it.jerenkrantz2002-05-141-1/+0
* If we're using our bundled expat, we can't (yet) provide -L/-l linkjerenkrantz2002-05-141-1/+5
* It's Midnight Cinderella. (Actually, it's 1:40, but hey...)jerenkrantz2002-05-141-0/+3
* Ensure that apu-config --libs does not print any libtool libraries. PHPjerenkrantz2002-05-144-24/+56
* Revert and fix ala gstein.jerenkrantz2002-05-141-2/+15
* Add call to APR_MKDIR_P_CHECK.jerenkrantz2002-05-142-42/+5
* Add mkdir.sh script so that apr-util can build its own directories ifjerenkrantz2002-05-141-0/+37
* Always print the LA_FILE information even if the .la file doesn't existjerenkrantz2002-05-141-11/+2
* Oh, yuck. Add missing \.jerenkrantz2002-05-131-1/+1
* Add -p option to cp when copying includes to preserve permissions (mimicsjerenkrantz2002-05-131-1/+7
* Remove unnecesary \-escaping. It's okay for this not to be one largejerenkrantz2002-05-131-8/+8
* Optimization for apr_brigade_puts(): skip the strlen computationbrianp2002-05-121-0/+25
* Reformat apr_strmatch_precompile declaration so make_exports.awk canbrianp2002-05-121-3/+1
* Fix a missed #if APR_HAS_MMAPbjh2002-05-121-0/+2
* Added missing initialization for apr_bucket_file->can_mmapbrianp2002-05-111-0/+1
* Added a mechanism to prevent mmap of file bucketsbrianp2002-05-113-1/+38
* Catch. Here come apr_md4, apr_strmatch and the placeholders for apr_ldapwrowe2002-05-112-0/+158
* Add /usr/local/apache2 directory to our default search path so thatjerenkrantz2002-05-101-1/+1
* Sync up with recent changes to the Makefile format.jerenkrantz2002-05-091-1/+1
* Fix bad cut-and-paste of error handlingbrianp2002-05-091-3/+3
* String-matching APIbrianp2002-05-091-0/+2