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