summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2005-04-011-1/+1
* Implement the exported function from mod_ldap(util_ldap) as optional function...Bradley Nicholes2005-03-313-34/+66
* Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...Bradley Nicholes2005-03-303-5/+11
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+1
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+13
* update comments for *_client_block functions. Greg Ames2005-03-231-7/+5
* Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. T...Paul Querna2005-03-221-2/+2
* Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.William A. Rowe Jr2005-03-171-1/+1
* Clean up emit for size truncation. Division here ensures we fit nicely.William A. Rowe Jr2005-03-171-1/+1
* mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at theJustin Erenkrantz2005-03-141-0/+11
* Another mod_cache fixlet.Sander Striker2005-03-112-0/+13
* Don't attempt to remove the cache_file if one was never specified.Bradley Nicholes2005-03-091-1/+3
* Keep track of the number of attributes retrieved from LDAP so that all the va...Bradley Nicholes2005-03-093-8/+22
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-1/+1
* Since prefork is currently the only non-threaded MPM, check for it, instead o...Paul Querna2005-03-081-1/+1
* Make IgnoreCacheControl do what it implies when it comes to requests andSander Striker2005-03-081-6/+8
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-31/+177
* Improve caching a bit more...Sander Striker2005-03-082-39/+32
* Remove an unused function.Sander Striker2005-03-083-13/+0
* * modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in notJustin Erenkrantz2005-03-071-1/+4
* More mod_cache tweakage...Sander Striker2005-03-062-14/+27
* Tracked down by Justin Erenkrantz.Sander Striker2005-03-061-67/+61
* * modules/cache/mod_cache.cSander Striker2005-03-061-2/+6
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-8/+18
* If the search fails due to a bad connection, make sure that we unbind the con...Bradley Nicholes2005-02-281-2/+2
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-258-124/+155
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): FixJoe Orton2005-02-241-0/+3
* Fix a syntax error when DEBUGGING is defined.Paul Querna2005-02-171-2/+1
* * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton2005-02-153-0/+68
* Fix 'Anonymous *', which denied accessAndré Malo2005-02-141-1/+1
* Improve interaction with caches in mod_dav.Sander Striker2005-02-141-0/+7
* * include/util_ldap.h (util_ldap_state_t): Fix gcc format stringJoe Orton2005-02-111-2/+2
* * modules/cache/mod_disk_cache.c (store_body): Fix format stringJoe Orton2005-02-113-6/+5
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-1114-62/+62
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move theJoe Orton2005-02-101-14/+14
* More tweaks primarily driven by caching.Sander Striker2005-02-101-16/+22
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-093-6/+6
* Some minimal tweaks to mod_cache.Sander Striker2005-02-092-3/+4
* More work to properly handle revalidated responses correctly.Justin Erenkrantz2005-02-094-19/+64
* * modules/proxy/mod_proxy_ajp.cSander Striker2005-02-091-0/+3
* * modules/proxy/proxy_util.cSander Striker2005-02-081-0/+3
* More mod_cache tweakage.Sander Striker2005-02-081-5/+7
* Make the function declaration match the prototypeBradley Nicholes2005-02-081-1/+1
* Return the proper status and headers when serving a revalidated response.Justin Erenkrantz2005-02-083-3/+12
* Cleanup structures in mod_cache and friends to remove unused or unnecessaryJustin Erenkrantz2005-02-086-261/+53
* If we rec' a bad response header line, ignore what we'veJim Jagielski2005-02-081-0/+1
* * modules/cache/mod_cache.h: Move the structure declaration of cache_handleJustin Erenkrantz2005-02-081-9/+8
* * modules/cache/mod_cache.c: One more try at proper handling of revalidatedJustin Erenkrantz2005-02-081-0/+1
* * modules/cache/mod_disk_cache.c: Properly load cached ETag from on-diskJustin Erenkrantz2005-02-081-0/+1
* Better handle the case where ProxyBadHeader StartBody isJim Jagielski2005-02-071-20/+39