summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* **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-021-42/+92
* 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-021-2/+2
* Make mod_include check for BYTE_COUNT_THRESHOLD on a per-bucket basisJustin Erenkrantz2001-09-022-44/+96
* 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
* After calling ap_process_request_internal(), the caller must invokeWilliam A. Rowe Jr2001-08-311-0/+12
* Normalize all paths to run the same, common code for pre-request setupWilliam A. Rowe Jr2001-08-311-136/+22
* Fix a segfault with mod_include when r->path_info is not setJustin Erenkrantz2001-08-301-1/+3
* 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
* 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
* dont block when handling non-ssl requestDoug MacEachern2001-08-301-1/+1
* Fix mod_mime skipping over mime.types when some _other_ field was setWilliam A. Rowe Jr2001-08-301-23/+6
* Make CACHE_IN and CACHE_CONDITIONAL AP_FTYPE_CONTENT filters. ComtemplatingBill Stoddard2001-08-301-5/+21
* Ooops, this should have been committed along with mod_mem_cache changes.Bill Stoddard2001-08-301-1/+3
* Three small changes...Bill Stoddard2001-08-301-20/+49
* Added some bulletproofing to memory allocation in the LDAP cacheGraham Leggett2001-08-303-17/+47
* From Mark Cox:Jeff Trawick2001-08-291-13/+6
* Fix some warnings...Graham Leggett2001-08-291-2/+1
* Add specified user attributes to the environment when usingGraham Leggett2001-08-295-20/+119
* Fix a typo for documentation consistency.William A. Rowe Jr2001-08-281-1/+1
* Also in the prior commit (1.338)William A. Rowe Jr2001-08-281-1/+1
* Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax.William A. Rowe Jr2001-08-281-156/+91
* This small patch I committed last week broke the transparent negotiationWilliam A. Rowe Jr2001-08-281-1/+1
* Fix a case where on restart, an admin started logging, and the loggingVictor J. Orlikowski2001-08-272-2/+6
* Moved split_and_pass_pretag_buckets back to being aPaul J. Reder2001-08-274-86/+34
* The consensus now is that mod_include should just butt out of any decisionsCliff Woolley2001-08-271-12/+0
* Allow mod_ssl to send back an error message if an HTTP request is sentRyan Bloom2001-08-272-25/+31
* backing out the ap_set_keepalive uncheck for Content-Length headerDoug MacEachern2001-08-261-7/+0
* ap_content_length_filter has already set Content-LengthDoug MacEachern2001-08-261-1/+7
* these modules were never built and had not been ported to 2.0Doug MacEachern2001-08-263-536/+1
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr2001-08-2617-18/+18
* Eliminate proxy: (and all other 'special') processing from theWilliam A. Rowe Jr2001-08-261-0/+1
* Readded "downgrade-1.0" which I (inadvertantly) pulled with theWilliam A. Rowe Jr2001-08-261-0/+4
* Split proxy: space using <Proxy[Match] > directive blocks fromWilliam A. Rowe Jr2001-08-263-9/+209
* Change _only_ the debug build to recognize the /Zi flag (which is portableWilliam A. Rowe Jr2001-08-264-8/+8
* Fix a security problem which would allow an SSI documentCliff Woolley2001-08-261-2/+10
* Introduce the map_to_storage hook, which allows modules to bypassWilliam A. Rowe Jr2001-08-264-37/+20
* Downgrade must occur before we attempt to TRACE, e.g., for clients withWilliam A. Rowe Jr2001-08-251-4/+4
* Add the ability for mod_include to add the INCLUDES filterRyan Bloom2001-08-251-0/+10
* force OpenSSL to ignore process local-caching and to alwaysDoug MacEachern2001-08-251-4/+13
* these #ifs were really confusing emacs indentation, easier for humans to pars...Doug MacEachern2001-08-251-20/+10
* Just a little extra commentary...Cliff Woolley2001-08-241-3/+5
* Fix a double-free condition when byterange requests are made on brigadesCliff Woolley2001-08-241-1/+6
* enable i/o debuggingDoug MacEachern2001-08-242-6/+10