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
*
sync with trunk before I start mucking in the waters themselves
apreq-integration
Philip M. Gollucci
2008-12-10
1
-12
/
+9
|
\
|
*
Hopefully the final fix for the subreq/filter issue. The
Jim Jagielski
2008-12-10
1
-12
/
+9
*
|
copy the apreq module itself over to httpd server core modules
Philip M. Gollucci
2008-12-10
6
-0
/
+1035
|
/
*
whitespace cleanup
Chris Darroch
2008-12-09
1
-2
/
+3
*
reset chain if we need to...
Jim Jagielski
2008-12-09
1
-0
/
+3
*
* modules/ssl/ssl_private.h: Add a big fat warning about
Joe Orton
2008-12-09
1
-0
/
+28
*
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Don't fix
Joe Orton
2008-12-09
1
-5
/
+1
*
* include/ap_socache.h: Use C++ safety wrappers, and rename ->delete
Joe Orton
2008-12-09
1
-1
/
+1
*
* include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as a
Joe Orton
2008-12-09
1
-0
/
+6
*
Improve mod_ssl's environment variable extraction to correctly handle
Joe Orton
2008-12-09
3
-71
/
+114
*
Reduce config overhead for use of socache interface by allowing
Joe Orton
2008-12-09
2
-12
/
+44
*
* Correctly remove the SUBREQ_CORE filter from the filter chain if we do an
Ruediger Pluem
2008-12-08
1
-3
/
+20
*
OK, instead of an igly hack, just use the normal
Jim Jagielski
2008-12-08
3
-30
/
+20
*
Explain some things
Jim Jagielski
2008-12-08
1
-0
/
+9
*
Force the lbmethod submodules to be loaded AFTER
Jim Jagielski
2008-12-08
2
-20
/
+22
*
When an expires or cache-control header are sent, the RFC does allow us to ca...
Paul Querna
2008-12-07
1
-1
/
+22
*
Use cmd->temp_pool for temp allocations during configuration.
Paul Querna
2008-12-07
2
-5
/
+5
*
Make ctx:status an apr_status_t, and be consistent about checking and setting...
Paul Querna
2008-12-07
2
-10
/
+10
*
Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.
Paul Querna
2008-12-07
2
-2
/
+2
*
* Don't enable mod_wombat by default for now.
Ruediger Pluem
2008-12-06
1
-1
/
+1
*
Merge mod_wombat from the wombat branch:
Paul Querna
2008-12-05
31
-0
/
+3814
|
\
|
*
Finish removing dependecy on apreq
Paul Querna
2008-12-05
1
-7
/
+6
|
*
Build the right objects for wombat.
Paul Querna
2008-12-05
1
-1
/
+1
|
*
Use ap_args_to_table instead of apreq for GET query params.
Paul Querna
2008-12-05
1
-2
/
+1
|
*
Remove apreq includes
Paul Querna
2008-12-05
1
-4
/
+0
|
*
Use only c89 style comments
Paul Querna
2008-12-05
1
-3
/
+3
|
*
Add wombat to build system.
Paul Querna
2008-12-05
2
-0
/
+107
|
*
Initial import of mod_wombat to the modules directory.
Paul Querna
2008-12-05
29
-0
/
+3713
*
|
Make the max time from when we last saw a host a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
|
Always break out if the connection is aborted.
Paul Querna
2008-12-05
1
-0
/
+1
*
|
Also init mutex_path in hm_create_config.
Paul Querna
2008-12-05
1
-0
/
+2
*
|
Print the correct enum value for the lock mech.
Paul Querna
2008-12-05
1
-7
/
+9
*
|
Add a comment explaining the start mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
|
Log the correct function name.
Paul Querna
2008-12-05
1
-1
/
+1
*
|
D'oh. Fix r723672 and use the correct define.
Paul Querna
2008-12-05
1
-1
/
+1
*
|
Make the frequency with how often we write the stats file a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
|
Make hm_ctx_t:keep_running a volatile.
Paul Querna
2008-12-05
1
-1
/
+1
*
|
Show the correct mutex type (even if its just the enum id) rather than the de...
Paul Querna
2008-12-05
1
-5
/
+8
*
|
Add comment explaining the startup mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
|
Use correct function name in log message.
Paul Querna
2008-12-05
1
-1
/
+1
*
|
Don't overcount busy servers from previous generations.
Paul Querna
2008-12-05
1
-1
/
+2
*
|
Make hb_ctx_t:keep_running volatile.
Paul Querna
2008-12-05
1
-1
/
+1
|
/
*
Remove X-Pad work around.
Paul Querna
2008-12-05
1
-26
/
+0
*
Import the core parts of the DTrace patch. This is a modified and updated
Paul Querna
2008-12-05
3
-1
/
+17
*
unixd_config/ap_unixd_config rename for mod_privileges
Eric Covener
2008-12-03
1
-3
/
+3
*
unixd_config->ap_unixd_config renames for mod_suexec
Eric Covener
2008-12-03
1
-2
/
+2
*
All lbmethods are now ind submodules...
Jim Jagielski
2008-12-03
2
-308
/
+1
*
Allow for ind lbs to build
Jim Jagielski
2008-12-03
1
-0
/
+7
*
Add in independent bytraffic lbmethod
Jim Jagielski
2008-12-03
1
-0
/
+132
*
Add in independent byrequests lbmethod
Jim Jagielski
2008-12-03
1
-0
/
+165
[next]