summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR:Doug MacEachern2002-04-091-55/+56
* another todoDoug MacEachern2002-04-081-0/+1
* PR:Doug MacEachern2002-04-083-0/+5
* fix the function name in the prototype for dav_get_search_hooks()Jeff Trawick2002-04-081-1/+1
* PR: 7802Doug MacEachern2002-04-071-4/+0
* PR:Doug MacEachern2002-04-071-1/+5
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-075-5/+50
* Quick fix to an incorrect comment.Graham Leggett2002-04-061-2/+2
* Add DASL(SEARCH) support to mod_dav.Sander Striker2002-04-063-3/+126
* Port over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV codeGreg Stein2002-04-061-0/+7
* Fix a segfault. Only try to set this if the sub_Request has a c-t.Ryan Bloom2002-04-051-1/+3
* If we are doing a fast_redirect, and we don't have a main request, thenRyan Bloom2002-04-051-0/+4
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-052-4/+10
* Clean up breakage introduced recently that sent the wrong headers throughWilliam A. Rowe Jr2002-04-051-0/+17
* Update mod_rewrite to use the new APR global mutex type.Aaron Bannert2002-04-052-6/+5
* PR:Doug MacEachern2002-04-051-7/+0
* This is a HACK! The problem is that the fast_internal_redirect isRyan Bloom2002-04-051-1/+25
* This fixes the mod_autoindex problem of not getting the list of files.Ryan Bloom2002-04-051-0/+5
* Fix for the boundary case in which each character of an SSI directiveBrian Pane2002-04-051-1/+7
* Get the HTTP-on-HTTPS hint to come through again. We're in AP_MODE_GETLINECliff Woolley2002-04-051-1/+1
* Get rid of overlay bogosity by copying the static string to the stack.Cliff Woolley2002-04-051-3/+1
* Remove an invalid comment. (The only way that the bucket willBrian Pane2002-04-051-3/+1
* Silence an irrelevant gcc warningCliff Woolley2002-04-051-1/+1
* Fix variable name typoCliff Woolley2002-04-051-3/+6
* Mix 'n match signedness? Make some emits go away.William A. Rowe Jr2002-04-051-1/+1
* PR:Doug MacEachern2002-04-051-0/+9
* This patch fixes a core dump that occurs in mod_include during tag parsingPaul J. Reder2002-04-041-24/+47
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-1/+1
* Fix a couple of edge cases when the content being cached is generated locally.Bill Stoddard2002-04-031-0/+11
* Make comments and function name agree with what the functions actually do.Bill Stoddard2002-04-033-19/+15
* Much easier to clone first than fix later - next batch of builds thisWilliam A. Rowe Jr2002-04-033-53/+24
* On second thought ... I can see some weird sign bit magic messing thisWilliam A. Rowe Jr2002-04-031-1/+1
* A very safe cast for any ^2 based cpu. Are we expecting any trinary CPUsWilliam A. Rowe Jr2002-04-031-1/+1
* fix SSL_X509_INFO_load_path so SSLProxyMachineCertificatePath worksDoug MacEachern2002-04-031-5/+10
* copy-n-pasto: need to use SSL_X509_INFO_load_*path* on pkp->cert_pathDoug MacEachern2002-04-021-1/+1
* copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_pathDoug MacEachern2002-04-021-1/+1
* fix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath needs to useDoug MacEachern2002-04-021-1/+1
* another todoDoug MacEachern2002-04-021-0/+2
* PR:Doug MacEachern2002-04-022-3/+14
* various updatesDoug MacEachern2002-04-021-13/+19
* PR:Doug MacEachern2002-04-023-23/+0
* Use runtime library linking. This reduces the size of the *.so files substant...Bill Stoddard2002-04-023-10/+8
* Cleanup some compile warnings.Bill Stoddard2002-04-021-4/+4
* Prevent ap_add_output_filters_by_type from being called inJustin Erenkrantz2002-04-021-7/+9
* Fix some of the cache size checks.Bill Stoddard2002-04-021-11/+10
* Remove some gratuitous comments.Bill Stoddard2002-04-011-6/+8
* If this is a subrequest, register the cleanup againstBill Stoddard2002-04-011-1/+13
* pointer subtraction yeilds a ssize_t, fix emit by notating theWilliam A. Rowe Jr2002-04-011-1/+1
* Fix another linkage error for 2.0.34 and cvs headWilliam A. Rowe Jr2002-04-011-1/+1
* Removed the single-byte header reads from mod_cgidBrian Pane2002-03-311-25/+57