summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Repair one oversimplification. I was grep'ping modules/experimentalWilliam A. Rowe Jr2002-12-021-2/+2
* Final corrections; much of these .dsp definitions were redundant.William A. Rowe Jr2002-12-022-12/+10
* Decorative change - consistify .dsp verbageWilliam A. Rowe Jr2002-12-012-31/+24
* Although we consistently used apr_time() APIs, the declarations didn'tWilliam A. Rowe Jr2002-12-012-11/+11
* Correct to appropriate text file formatsWilliam A. Rowe Jr2002-12-012-277/+277
* Fix for BrowserMatchNoCase, which was incorrectly treating non-regexBrian Pane2002-11-301-1/+1
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-305-8/+10
* Use $INCLUDES rather than adding yet another place to edit include dirs.Wilfredo Sanchez2002-11-293-3/+3
* Cleaning up the NetWare make files so that they detect and find the zlibBradley Nicholes2002-11-262-5/+7
* Set the appropriate mime response headers for negotated type-mapWilliam A. Rowe Jr2002-11-251-1/+28
* Log reason for cache decline.Bill Stoddard2002-11-251-26/+46
* Accept '%%' in CustomLog format strings to produce a literal '%'.William A. Rowe Jr2002-11-251-0/+9
* Fix some possibly-uninitialized variables.Cliff Woolley2002-11-231-10/+14
* update a commentCliff Woolley2002-11-231-8/+6
* Just 2c and fix my old borked comment.William A. Rowe Jr2002-11-231-2/+2
* Added ap_cache_cacheable_hdrs_out to the caching module export listBradley Nicholes2002-11-231-0/+1
* Makefile change required to move mod_ext_filter out of experimentalBradley Nicholes2002-11-233-7/+254
* Fix the building of cgi command lines when the query stringJeff Trawick2002-11-222-9/+13
* Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSLGraham Leggett2002-11-221-3/+3
* Reorder the definitions for mod_ldap and mod_auth_ldap withinGraham Leggett2002-11-221-1/+3
* mod_autoindex: AddDescription directives for directoriesJeff Trawick2002-11-221-0/+8
* Fix for PR 14556. The expiry calculations in mod_cache werePaul J. Reder2002-11-211-1/+5
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-192-2/+2
* use memcpy() instead of strncpy() since strncpy() is more expensive butJeff Trawick2002-11-181-1/+5
* When storing the response headers in mod_cache, omit Transfer-EncodingBrian Pane2002-11-174-3/+31
* mod_cgid: Handle environment variables containing newlines.Jeff Trawick2002-11-151-172/+221
* remove mod_ext_filter from experimentalJeff Trawick2002-11-144-1026/+0
* Move mod_ext_filter out of experimental and into filters.Jeff Trawick2002-11-144-0/+1026
* Fix a memory leak in mod_deflate with dynamic content. Because theCliff Woolley2002-11-141-1/+1
* This fixes a problem where the underlying cache codePaul J. Reder2002-11-141-3/+5
* Add a SERVER_ADDR keyword to match the CGI environment variable,Ken Coar2002-11-121-1/+10
* watch out for the should-not-occur condition where the daemon can'tJeff Trawick2002-11-121-3/+7
* mod_cgid: Terminate CGI scripts when the client connectionJeff Trawick2002-11-121-20/+142
* Rearrange OpenSSL engine initialization to support RANDJeff Trawick2002-11-111-7/+7
* Fix several cut 'n paste errors identified by Juergen Heckel.William A. Rowe Jr2002-11-111-4/+2
* Always emit Vary header if mod_deflate is involved in the request.Justin Erenkrantz2002-11-101-1/+6
* Stop unsetting the 'empty' query string result withWilliam A. Rowe Jr2002-11-091-6/+0
* mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notificationWilliam A. Rowe Jr2002-11-091-26/+46
* Improves the user friendliness of the CacheRoot processingPaul J. Reder2002-11-081-22/+23
* When doing a GET of a proxied URL as a subrequest withinBrian Pane2002-11-081-0/+19
* Added code to process min and max file size directives and toPaul J. Reder2002-11-082-2/+13
* Turn DOWN the volume of these errors... they are low enough level notesWilliam A. Rowe Jr2002-11-071-21/+21
* Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastModPaul J. Reder2002-11-061-2/+2
* Per Justin's feedback, this still needed a little work to get theWilliam A. Rowe Jr2002-11-061-13/+15
* Rule one of winsock and other one-offs (even unix EINTR) ... blockingWilliam A. Rowe Jr2002-11-061-7/+15
* errno? EINTR? what planet was this code on :-? Normalize theWilliam A. Rowe Jr2002-11-061-46/+47
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-054-473/+458
* Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction weWilliam A. Rowe Jr2002-11-051-1/+0
* With a last little bit of help from Justin, this should cause theWilliam A. Rowe Jr2002-11-051-0/+16
* At least one doc I've seen says EOF+bytes is valid. This was a typo.William A. Rowe Jr2002-11-051-1/+1