summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't segfault in mod_mime's find_ct() if we get there without having set r->...Brian Pane2002-12-151-0/+4
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-30/+54
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-146-8/+129
* Added character set support to mod_auth_LDAP to allow it to convertBradley Nicholes2002-12-143-2/+216
* Fix a declaration mismatch. We are down to const'ness errors.William A. Rowe Jr2002-12-121-1/+1
* A few more lazy initializations. No function change (I hope :-)Bill Stoddard2002-12-111-14/+9
* Don't spend cycles finding cache-control until we actually need it.Bill Stoddard2002-12-111-2/+3
* Build ldap for win32 by default. No extra magic required other thanWilliam A. Rowe Jr2002-12-112-8/+8
* The only code change required for Win32 ldap to build... these areWilliam A. Rowe Jr2002-12-111-3/+3
* Rewrite how proxy sends its request to allow input bodies to morph the requestJustin Erenkrantz2002-12-091-52/+146
* mod_authn_anon should be a providerWilfredo Sanchez2002-12-081-33/+25
* the AccessAuthoritative directive should be AuthzDefaultAuthoritativeWilfredo Sanchez2002-12-081-1/+1
* there is some confusion with "yes" and "no" and "on" and "off"... ;-)Wilfredo Sanchez2002-12-086-11/+11
* outch. there are some possible NULL pointer references. Have you ever triedWilfredo Sanchez2002-12-082-0/+28
* when asking the providers for authentication, the main loop shouldWilfredo Sanchez2002-12-082-5/+5
* 2.0 -> 2.1Wilfredo Sanchez2002-12-084-11/+11
* mod_proxy: Don't remove the Content-Length from responsesBrian Pane2002-12-051-5/+1
* Listing the URLs which are not cachable is useful for buildingBill Stoddard2002-12-041-1/+1
* Less verbose debug messageBill Stoddard2002-12-031-1/+1
* 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