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
*
OS/2: Fix building of more modules that depend on symbols from other modules.
Brian Havard
2010-06-22
3
-5
/
+39
*
Don't apr_pstrdup in ap_auth_type(). It returns const char *, anyway.
Stefan Fritsch
2010-06-20
1
-1
/
+1
*
Fix authorization by user or IP/ENV/...
Stefan Fritsch
2010-06-20
1
-2
/
+3
*
whitespace/indent fixes
Stefan Fritsch
2010-06-20
1
-16
/
+15
*
more pid logging cleanup
Stefan Fritsch
2010-06-20
1
-106
/
+104
*
- add some trace logging
Stefan Fritsch
2010-06-20
1
-42
/
+40
*
More trace logging
Stefan Fritsch
2010-06-20
2
-1
/
+14
*
- Add reallyall option to configure to build everything that can be built with
Stefan Fritsch
2010-06-19
2
-54
/
+17
*
* Ensure that we only return a non fatal error if the request is idempotent
Ruediger Pluem
2010-06-18
1
-1
/
+10
*
Fix some compiler warnings:
Stefan Fritsch
2010-06-14
6
-9
/
+20
*
- Introduce ap_log_cserror to allow mod_ssl to associate log messages to
Stefan Fritsch
2010-06-14
2
-11
/
+12
*
Fix MPM event/libserf build problems: If libserf was installed during build,
Stefan Fritsch
2010-06-13
2
-33
/
+6
*
Add comment that using cur_unique_id.counter from all threads is bad for
Stefan Fritsch
2010-06-13
1
-0
/
+6
*
mod_rewrite.c:447: warning: format not a string literal and no format arguments
Eric Covener
2010-06-11
1
-1
/
+1
*
Prevent segfault if URI is missing a scheme
Stefan Fritsch
2010-06-10
1
-0
/
+4
*
Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Rainer Jung
2010-06-10
1
-2
/
+4
*
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Ruediger Pluem
2010-06-10
1
-3
/
+6
*
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Ruediger Pluem
2010-06-10
1
-1
/
+1
*
No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.
Rainer Jung
2010-06-10
1
-2
/
+2
*
Mop up more than a dozen const'ness faults
William A. Rowe Jr
2010-06-10
2
-2
/
+2
*
Drop ap_body_to_table due to missing constraints; a DoS waiting
William A. Rowe Jr
2010-06-10
2
-16
/
+1
*
* modules/http/http_request.c (internal_internal_redirect): For a
Joe Orton
2010-06-08
1
-7
/
+37
*
mod_cache: Explicitly allow cache implementations to cache a 206 Partial
Graham Leggett
2010-06-08
1
-6
/
+4
*
Fix comment. DSO is now default.
Rainer Jung
2010-06-06
1
-3
/
+1
*
Replace LogLevelDebugDump with TRACE log levels
Stefan Fritsch
2010-06-06
4
-53
/
+8
*
Replace RewriteLog/RewriteLogLevel with trace log levels
Stefan Fritsch
2010-06-06
1
-169
/
+12
*
Replace DumpIOLogLevel with trace log levels
Stefan Fritsch
2010-06-06
1
-36
/
+7
*
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
Stefan Fritsch
2010-06-06
12
-112
/
+133
*
- Add loglevels to request_rec and conn_rec
Stefan Fritsch
2010-06-06
1
-2
/
+2
*
Use new loglevel accessor macros to simplify code
Stefan Fritsch
2010-06-06
2
-12
/
+11
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
135
-117
/
+150
*
Fix some modules to make them compile with per-module loglevels.
Stefan Fritsch
2010-06-06
6
-16
/
+18
*
Work around crypto API incompatibilities.
Rainer Jung
2010-06-06
1
-0
/
+34
*
Fix broken mod_session_crypto build.
Rainer Jung
2010-06-05
1
-1
/
+1
*
* modules/echo/mod_echo.c (process_echo_connection): Use _cleanup
Joe Orton
2010-06-05
1
-2
/
+2
*
The rest of this cache display method just writes its response, and the calle...
Eric Covener
2010-06-04
1
-1
/
+2
*
when we actually get a per-server config in a vhost, the shared memory
Eric Covener
2010-06-04
1
-0
/
+4
*
mod_disk_cache: Decline the opportunity to cache if the response is
Graham Leggett
2010-06-04
1
-0
/
+8
*
Fix a bug where if the cache quick handler is switched off, and the CACHE
Graham Leggett
2010-06-04
1
-2
/
+2
*
Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to
Stefan Fritsch
2010-06-03
9
-44
/
+45
*
log issues with CONNECT at request scope instead of server scope
Stefan Fritsch
2010-06-03
3
-26
/
+24
*
Kill off edge case in mod_deflate where data may be sent before headers
Nick Kew
2010-06-01
1
-2
/
+2
*
When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s...
Eric Covener
2010-06-01
1
-0
/
+1
*
mod_authnz_ldap: Search or Comparison during authorization phase
Eric Covener
2010-06-01
1
-18
/
+65
*
* Fix compiler warning about "incompatible pointer type"
Ruediger Pluem
2010-05-31
1
-1
/
+1
*
* Fix compiler warning
Ruediger Pluem
2010-05-31
1
-1
/
+2
*
mod_authnz_ldap: Allow the initial DN lookup to bind with a
Eric Covener
2010-05-29
1
-2
/
+61
*
Allow mod_authnz_ldap to set environment variables when it only performs auth...
Eric Covener
2010-05-29
1
-37
/
+68
*
odd assortment of spelling fixes
Jeff Trawick
2010-05-24
3
-3
/
+3
*
Fix handling of extensions with types not known to OpenSSL in
Joe Orton
2010-05-19
1
-3
/
+24
[next]