index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CHANGES
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to ErrorLogFormat for logging the system unique
Stefan Fritsch
2011-06-22
1
-0
/
+3
*
New AsyncRequestWorkerFactor directive to influence how many
Stefan Fritsch
2011-06-20
1
-0
/
+3
*
Rename MaxClients to MaxRequestWorkers which describes more accurately what
Stefan Fritsch
2011-06-20
1
-0
/
+3
*
rotatelogs: Add support for running a custom program after a log
Joe Orton
2011-06-20
1
-0
/
+3
*
Don't do OCSP checks for valid self-issued certs
Stefan Fritsch
2011-06-19
1
-0
/
+2
*
Avoid unnecessary renegotiations with SSLVerifyDepth 0.
Stefan Fritsch
2011-06-19
1
-0
/
+3
*
Display information about asynchronous connections in the server-status
Stefan Fritsch
2011-06-19
1
-0
/
+3
*
Some improvements for handling of many connections for MPM event:
Stefan Fritsch
2011-06-19
1
-0
/
+7
*
If MaxMemFree is set, limit the number of recycled pools that is kept
Stefan Fritsch
2011-06-19
1
-0
/
+3
*
Fix graceful restart aborting connections
Stefan Fritsch
2011-06-18
1
-0
/
+3
*
Disable AECDH ciphers in example config by using !aNULL (which includes
Stefan Fritsch
2011-06-13
1
-0
/
+3
*
Introduce new function ap_get_conn_socket() to access the socket of
Stefan Fritsch
2011-06-13
1
-0
/
+3
*
mod_data: Introduce a filter to support RFC2397 data URLs.
Graham Leggett
2011-06-09
1
-0
/
+3
*
- Introduce concept of context prefix (which is an URL prefix)
Stefan Fritsch
2011-06-05
1
-0
/
+9
*
- Add <ElseIf> and <Else> to complement <If> sections. These are both easier
Stefan Fritsch
2011-06-05
1
-0
/
+3
*
mod_ext_filter: Remove DebugLevel option in favor of per-module loglevel
Stefan Fritsch
2011-05-28
1
-0
/
+3
*
Use the new "ap_expr" expression parser.
Stefan Fritsch
2011-05-28
1
-0
/
+4
*
Add some features to ap_expr for use by mod_include:
Stefan Fritsch
2011-05-28
1
-0
/
+7
*
properly merge directory configs in mod_include
Stefan Fritsch
2011-05-27
1
-0
/
+4
*
mod_charset_lite:
Stefan Fritsch
2011-05-22
1
-0
/
+3
*
Add ap_regexec_len() function that works with non-null-terminated
Stefan Fritsch
2011-05-21
1
-0
/
+3
*
Some LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOLATION if a user is
Stefan Fritsch
2011-05-21
1
-0
/
+3
*
Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvars
Jim Jagielski
2011-05-19
1
-0
/
+4
*
mod_cache: When content is served stale, and there is no means to
Graham Leggett
2011-05-15
1
-0
/
+6
*
Fix a timed out connection going into the keep-alive state after a timeout
Stefan Fritsch
2011-05-14
1
-0
/
+4
*
Add various file existance test operators to ap_expr
Stefan Fritsch
2011-05-14
1
-0
/
+3
*
Add in new mod_proxy "extension" module: mod_proxy_express.
Jim Jagielski
2011-05-13
1
-0
/
+3
*
Fix configure error when configuring module set "reallyall".
Rainer Jung
2011-05-12
1
-0
/
+2
*
and bump to 2.3.13
Jim Jagielski
2011-05-11
1
-0
/
+3
*
document userland/developerland change
Jim Jagielski
2011-05-11
1
-0
/
+3
*
Silence autoconf 2.68 warnings.
Rainer Jung
2011-05-09
1
-0
/
+2
*
PR51163: Resolve crashes when LDAP is used for authorization-only
Eric Covener
2011-05-08
1
-0
/
+3
*
Make sure support/check_forensic works with mod_unique_id loaded too.
Igor Galić
2011-04-26
1
-0
/
+3
*
Add child_status hook for tracking creation/termination of MPM child
Jeff Trawick
2011-04-25
1
-0
/
+4
*
mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache per
Stefan Fritsch
2011-04-25
1
-0
/
+5
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-0
/
+4
*
Fixed line length to < 80 char.
Guenter Knauf
2011-04-17
1
-1
/
+1
*
Added shebang check for '! so that .vbs scripts can work as CGI.
Guenter Knauf
2011-04-17
1
-0
/
+4
*
Prevent segfault if DYNAMIC_MODULE_LIMIT is reached
Stefan Fritsch
2011-04-15
1
-0
/
+3
*
WinNT MPM: Improve robustness under heavy load.
Jeff Trawick
2011-04-09
1
-0
/
+2
*
Fix some MinGW build issues...
Jeff Trawick
2011-04-09
1
-0
/
+3
*
core: Support module names with colons in loglevel configuration.
Stefan Fritsch
2011-04-08
1
-0
/
+3
*
mod_ssl, ab: Support OpenSSL compiled without SSLv2 support
Stefan Fritsch
2011-04-08
1
-0
/
+3
*
Abort if the MPM is changed across restart.
Jeff Trawick
2011-04-06
1
-0
/
+2
*
*) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
Jim Jagielski
2011-04-01
1
-1
/
+4
*
*) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on' PR 50913.
Jim Jagielski
2011-04-01
1
-0
/
+3
*
Add PR reference and docs for -DDUMP_CONFIG
Stefan Fritsch
2011-03-30
1
-1
/
+1
*
Add CHANGES entry for r1086756 / ap_cfg_* change
Stefan Fritsch
2011-03-29
1
-0
/
+4
*
mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is
Stefan Fritsch
2011-03-29
1
-0
/
+3
*
some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the
Jeff Trawick
2011-03-28
1
-1
/
+2
[next]