summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
* Change where we set r->user if we're setting it from a David Reid2005-02-051-11/+14
* Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccupsWilliam A. Rowe Jr2005-02-051-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04149-169/+316
* * modules/proxy/config.m4: Fix mod_proxy build after filename changes.Joe Orton2005-02-041-5/+5
* mod_proxy: Fix ProxyRemoteMatch directive.Justin Erenkrantz2005-02-041-2/+2
* Also translate Destination headers when ProxyPassReverse'dSander Striker2005-02-042-2/+5
* Clean up some crumbs... The sandwich is next.Sander Striker2005-02-031-1/+0
* Rename proxy modules.Sander Striker2005-02-0315-10/+10
* Error out on configurations where the cache provider starts with a '/'.Sander Striker2005-02-031-0/+6
* Remove old FIX_15207 snippetsJim Jagielski2005-02-031-83/+0
* proxy HTTP: Rework the handling of request bodies to handleJeff Trawick2005-02-031-188/+496
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-036-14/+16
* Allow AuthLDAPURL to override the default connection type with an option seco...Bradley Nicholes2005-02-032-11/+31
* Keep track of time taken to process requests again.Jim Jagielski2005-02-021-0/+4
* Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.Justin Erenkrantz2005-02-022-30/+97
* Fix a typoBradley Nicholes2005-02-011-1/+1
* Fix #32367 support for ProxyPass /foo !Mladen Turk2005-02-011-0/+5
* Set the connection timeout for LDAP SDK's that support the option. For SDK's ...Bradley Nicholes2005-02-011-0/+7
* Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c...Bradley Nicholes2005-01-271-0/+40
* Change the 'lib' prefix to 'libmod_' to be really consistent withErik Abele2005-01-261-1/+1
* Add in a weighted byte count of all traffic (in and out) asJim Jagielski2005-01-244-11/+127
* More hardcoded schemes in mod_rewrite... :/Sander Striker2005-01-231-2/+4
* * modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. ThisJustin Erenkrantz2005-01-221-0/+2
* Remove the workaround that got client certificates to work with nonGraham Leggett2005-01-211-13/+6
* Recognize the new certificate formatsBradley Nicholes2005-01-201-2/+13
* Fix a problem where SSL was started twice when no client certificates wereGraham Leggett2005-01-201-8/+11
* Fix some inline C++ style declarations that other compilers can't handleBradley Nicholes2005-01-191-7/+10