index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
Joe Orton
2005-04-01
1
-1
/
+1
*
Implement the exported function from mod_ldap(util_ldap) as optional function...
Bradley Nicholes
2005-03-31
3
-34
/
+66
*
Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...
Bradley Nicholes
2005-03-30
3
-5
/
+11
*
* modules/proxy/mod_proxy_http.c
Sander Striker
2005-03-30
1
-1
/
+1
*
* modules/proxy/mod_proxy_http.c
Sander Striker
2005-03-30
1
-1
/
+13
*
update comments for *_client_block functions.
Greg Ames
2005-03-23
1
-7
/
+5
*
Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. T...
Paul Querna
2005-03-22
1
-2
/
+2
*
Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.
William A. Rowe Jr
2005-03-17
1
-1
/
+1
*
Clean up emit for size truncation. Division here ensures we fit nicely.
William A. Rowe Jr
2005-03-17
1
-1
/
+1
*
mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at the
Justin Erenkrantz
2005-03-14
1
-0
/
+11
*
Another mod_cache fixlet.
Sander Striker
2005-03-11
2
-0
/
+13
*
Don't attempt to remove the cache_file if one was never specified.
Bradley Nicholes
2005-03-09
1
-1
/
+3
*
Keep track of the number of attributes retrieved from LDAP so that all the va...
Bradley Nicholes
2005-03-09
3
-8
/
+22
*
Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...
Paul Querna
2005-03-08
1
-1
/
+1
*
Since prefork is currently the only non-threaded MPM, check for it, instead o...
Paul Querna
2005-03-08
1
-1
/
+1
*
Make IgnoreCacheControl do what it implies when it comes to requests and
Sander Striker
2005-03-08
1
-6
/
+8
*
Make sure that the secure listen sockets that are created and injected into t...
Bradley Nicholes
2005-03-08
1
-31
/
+177
*
Improve caching a bit more...
Sander Striker
2005-03-08
2
-39
/
+32
*
Remove an unused function.
Sander Striker
2005-03-08
3
-13
/
+0
*
* modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in not
Justin Erenkrantz
2005-03-07
1
-1
/
+4
*
More mod_cache tweakage...
Sander Striker
2005-03-06
2
-14
/
+27
*
Tracked down by Justin Erenkrantz.
Sander Striker
2005-03-06
1
-67
/
+61
*
* modules/cache/mod_cache.c
Sander Striker
2005-03-06
1
-2
/
+6
*
worker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick
2005-03-05
1
-8
/
+18
*
If the search fails due to a bad connection, make sure that we unbind the con...
Bradley Nicholes
2005-02-28
1
-2
/
+2
*
* modules/dav/main/mod_dav.h: Wrap all public functions in
Justin Erenkrantz
2005-02-25
8
-124
/
+155
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Fix
Joe Orton
2005-02-24
1
-0
/
+3
*
Fix a syntax error when DEBUGGING is defined.
Paul Querna
2005-02-17
1
-2
/
+1
*
* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.
Joe Orton
2005-02-15
3
-0
/
+68
*
Fix 'Anonymous *', which denied access
André Malo
2005-02-14
1
-1
/
+1
*
Improve interaction with caches in mod_dav.
Sander Striker
2005-02-14
1
-0
/
+7
*
* include/util_ldap.h (util_ldap_state_t): Fix gcc format string
Joe Orton
2005-02-11
1
-2
/
+2
*
* modules/cache/mod_disk_cache.c (store_body): Fix format string
Joe Orton
2005-02-11
3
-6
/
+5
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
14
-62
/
+62
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move the
Joe Orton
2005-02-10
1
-14
/
+14
*
More tweaks primarily driven by caching.
Sander Striker
2005-02-10
1
-16
/
+22
*
Remove formatting characters from ap_log_error() calls. These
Jeff Trawick
2005-02-09
3
-6
/
+6
*
Some minimal tweaks to mod_cache.
Sander Striker
2005-02-09
2
-3
/
+4
*
More work to properly handle revalidated responses correctly.
Justin Erenkrantz
2005-02-09
4
-19
/
+64
*
* modules/proxy/mod_proxy_ajp.c
Sander Striker
2005-02-09
1
-0
/
+3
*
* modules/proxy/proxy_util.c
Sander Striker
2005-02-08
1
-0
/
+3
*
More mod_cache tweakage.
Sander Striker
2005-02-08
1
-5
/
+7
*
Make the function declaration match the prototype
Bradley Nicholes
2005-02-08
1
-1
/
+1
*
Return the proper status and headers when serving a revalidated response.
Justin Erenkrantz
2005-02-08
3
-3
/
+12
*
Cleanup structures in mod_cache and friends to remove unused or unnecessary
Justin Erenkrantz
2005-02-08
6
-261
/
+53
*
If we rec' a bad response header line, ignore what we've
Jim Jagielski
2005-02-08
1
-0
/
+1
*
* modules/cache/mod_cache.h: Move the structure declaration of cache_handle
Justin Erenkrantz
2005-02-08
1
-9
/
+8
*
* modules/cache/mod_cache.c: One more try at proper handling of revalidated
Justin Erenkrantz
2005-02-08
1
-0
/
+1
*
* modules/cache/mod_disk_cache.c: Properly load cached ETag from on-disk
Justin Erenkrantz
2005-02-08
1
-0
/
+1
*
Better handle the case where ProxyBadHeader StartBody is
Jim Jagielski
2005-02-07
1
-20
/
+39
[next]