summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a little more detail to the docs based on some comments from BillRich Bowen2001-09-032-12/+32
* Make Apache 2.0 install all files in the same location as Apache 1.3Ryan Bloom2001-09-032-7/+7
* Fix the interaction between --prefix and --with-layout. We wereRyan Bloom2001-09-031-0/+3
* Make sure that installbuilddir is always defined.Ryan Bloom2001-09-031-0/+12
* **NO CODE CHANGES**Justin Erenkrantz2001-09-021-266/+341
* - Remove extra include_module line - dunno how that got there.Justin Erenkrantz2001-09-021-21/+23
* Make mod_include do lazy evaluation of potentially expensive toJustin Erenkrantz2001-09-022-42/+95
* We should be copying the filters as well when we perform the extension mergeJustin Erenkrantz2001-09-021-0/+18
* Fix logging of bytes sent for HEAD requests. %b and %B shouldRyan Bloom2001-09-022-2/+6
* Make mod_include check for BYTE_COUNT_THRESHOLD on a per-bucket basisJustin Erenkrantz2001-09-023-44/+99
* After some consideration - Location walk is always required (before andWilliam A. Rowe Jr2001-09-011-3/+8
* Finish a thought. I'm hoping this drops the number of obnoxous requestsWilliam A. Rowe Jr2001-09-011-2/+15
* I love it when a plan comes together.William A. Rowe Jr2001-09-011-0/+3
* Move ForceType/SetHandler from mod_mime to core, copy the Set*FilterWilliam A. Rowe Jr2001-09-012-132/+345
* Ahhh, a const headache. Here's a flag that is writeable.William A. Rowe Jr2001-08-311-3/+3
* Since we can preserve and further canonicalize the subreq_file name ontoWilliam A. Rowe Jr2001-08-311-1/+5
* Add some notes of things I noticed while proofing. We still need aWilliam A. Rowe Jr2001-08-311-5/+7
* These no longer work, and even though most of this wholeWilliam A. Rowe Jr2001-08-312-2/+2
* Let's see if I can commit from win2000 using plink.Joshua Slive2001-08-311-2/+1
* Allow us to build APR before APR-util, but clean APR-util beforeRyan Bloom2001-08-312-3/+5
* Install the mod_core.h file. Mod_proxy relies on it.Ryan Bloom2001-08-311-0/+1
* Can it be this simple? No, probably not, but this fast-hack will getWilliam A. Rowe Jr2001-08-311-1/+7
* resolve_symlink() is only used if REPLACE_PATH_INFO_METHOD isJeff Trawick2001-08-311-0/+2
* With my normal sense of missing the boat :)David Reid2001-08-311-1/+1
* Use the full path for libraries. (This has been in my tree for ages...)David Reid2001-08-311-2/+3
* As I understand it, this test is supposed to read like so:Cliff Woolley2001-08-311-1/+1
* Ryan apparently bumped this back DOWN from 2.0.25 to 2.0.25-dev after theCliff Woolley2001-08-311-1/+1
* Now that stinks, sorry. In moving code - I didn't notice my codeWilliam A. Rowe Jr2001-08-311-8/+8
* Much better - sorry - I missed one case of forcing pipeline flush whenWilliam A. Rowe Jr2001-08-311-14/+7
* Invoking the handler must occur at the caller's discression, in orderWilliam A. Rowe Jr2001-08-311-4/+0
* After calling ap_process_request_internal(), the caller must invokeWilliam A. Rowe Jr2001-08-311-0/+12
* Move the ap_run_insert_filters to consistently occur inWilliam A. Rowe Jr2001-08-312-2/+4
* Normalize all paths to run the same, common code for pre-request setupWilliam A. Rowe Jr2001-08-311-66/+158
* Normalize all paths to run the same, common code for pre-request setupWilliam A. Rowe Jr2001-08-312-136/+30
* The add-in/strip-off temporary trailing slash logic was really hosedWilliam A. Rowe Jr2001-08-301-4/+4
* gather all of the cflags for compiling with apxsDoug MacEachern2001-08-301-1/+2
* Fix a segfault with mod_include when r->path_info is not setJustin Erenkrantz2001-08-302-1/+6
* Add -X functionality back to httpd.Justin Erenkrantz2001-08-3014-62/+94
* Fix the new code (not currently enabled) for directory_walkWilliam A. Rowe Jr2001-08-301-10/+9
* As suggested by Ryan and OtherBill, change the way thatJeff Trawick2001-08-301-21/+11
* Undo another int type'ed port (and format a little structure for legibility).William A. Rowe Jr2001-08-301-4/+4
* Fix a broken declaration (supress type conversion warning on win32).William A. Rowe Jr2001-08-301-1/+1
* when we bail out due to a fatal error in apr_shm_init(), be sureJeff Trawick2001-08-301-2/+2
* Same as Jeff Trawick's patch [thank you!] only a tad faster, and errorWilliam A. Rowe Jr2001-08-301-4/+4
* After committing Brian Havard's fix to Unix file_io yesterday,Jeff Trawick2001-08-301-1/+1
* since the core now stores the input and output filter lists in aJeff Trawick2001-08-301-14/+18
* fix an endless loop (well, until you run out of storage fromJeff Trawick2001-08-301-4/+8
* Thank you again for the proxy autobuild reports ;)William A. Rowe Jr2001-08-301-2/+2
* Use the correct macros in unix.hRyan Bloom2001-08-302-2/+2
* * configure.in: added Cygwin specific APR_SETVARs.William A. Rowe Jr2001-08-304-0/+18