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
*
* modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious
Joe Orton
2006-02-17
1
-0
/
+3
*
- Nitpicking style police: Add space between PR and number of PR
Ruediger Pluem
2006-02-15
1
-3
/
+3
*
*) mod_proxy: Fix KeepAlives not being allowed and set to
Jim Jagielski
2006-02-15
1
-0
/
+7
*
Make the worker and event MPMs support GracefulShutdownTimeout just like
Garrett Rooney
2006-02-13
1
-0
/
+3
*
* sync with 2.2.x CHANGES
Ruediger Pluem
2006-02-04
1
-3
/
+3
*
* Do not overwrite the status of initialized workers and respect the configured
Ruediger Pluem
2006-02-04
1
-0
/
+4
*
Sync
William A. Rowe Jr
2006-02-04
1
-8
/
+8
*
Solaris build proposal; don't fail on missing .h files within
William A. Rowe Jr
2006-02-04
1
-0
/
+5
*
mod_speling: Stop crashing with certain non-file requests.
Jeff Trawick
2006-01-30
1
-0
/
+2
*
* Fix PR38340 by actual getting the word and thus advancing the message buffer
Ruediger Pluem
2006-01-21
1
-4
/
+7
*
* Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid
Ruediger Pluem
2006-01-18
1
-0
/
+3
*
Note the changes to Authz
Bradley Nicholes
2006-01-17
1
-0
/
+29
*
* Add CacheMinExpire directive to set the minimum time in seconds to cache a ...
Ruediger Pluem
2006-01-17
1
-0
/
+4
*
* Sync with 2.2.x STATUS file
Ruediger Pluem
2006-01-13
1
-6
/
+7
*
* Fix PR38017 by handling the selection of the hostname in the same way for
Ruediger Pluem
2006-01-10
1
-0
/
+3
*
Refactoring of ap_read_request() to store partial request state
Brian Pane
2006-01-01
1
-0
/
+3
*
* If the mod_proxy backend connection broke in the middle of the response,
Ruediger Pluem
2005-12-18
1
-1
/
+2
*
* Resync with 2.0.x and 2.2.x CHANGES file
Ruediger Pluem
2005-12-18
1
-10
/
+29
*
* Fix ap_http_chunk_filter to create correct chunks in the case that a
Ruediger Pluem
2005-12-17
1
-0
/
+3
*
If a connection aborts while waiting for a chunked line, flag the connection as
Justin Erenkrantz
2005-12-07
1
-0
/
+3
*
If we get an error reading the upstream response, we should bail.
Justin Erenkrantz
2005-12-07
1
-0
/
+3
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Omit further
Joe Orton
2005-12-06
1
-0
/
+6
*
* Fix PR37753. Off by one bug in get_path_param eats up too much of the string
Ruediger Pluem
2005-12-03
1
-0
/
+3
*
* Sync with 2.2.x CHANGES
Ruediger Pluem
2005-11-20
1
-4
/
+4
*
* Minor performance tweak by reusing already calculated strlen in get_body.
Ruediger Pluem
2005-11-19
1
-0
/
+4
*
Note mod_authz_dbd in CHANGES
Nick Kew
2005-11-18
1
-0
/
+2
*
Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
Justin Erenkrantz
2005-11-16
1
-0
/
+3
*
Fix typo in ProxyStatus syntax error message.
Jeff Trawick
2005-11-16
1
-0
/
+3
*
Backported the UCPP code to 2.2 branch
Jim Jagielski
2005-11-15
1
-4
/
+4
*
Add in the UseCanonicalPhysicalPort directive, which
Jim Jagielski
2005-11-15
1
-0
/
+4
*
* Sync with 2.2.x for backport r332657
Ruediger Pluem
2005-11-11
1
-4
/
+4
*
Note fixes that have been applied to the 2.1.10/2.2 BRANCH
Jim Jagielski
2005-11-08
1
-7
/
+9
*
* Fix a null pointer dereference in dav_method_mkcol during the handling of
Ruediger Pluem
2005-11-05
1
-0
/
+4
*
* build/config_vars.sh.in: Prepend DESTDIR to paths to installed
Joe Orton
2005-11-02
1
-0
/
+3
*
Move to a different impl which was my 1st concept and that which
Jim Jagielski
2005-11-01
1
-1
/
+1
*
Fix a problem where we are doing a case insensitive
Jim Jagielski
2005-10-31
1
-0
/
+4
*
* Sync with 2.2.x CHANGES
Ruediger Pluem
2005-10-25
1
-7
/
+7
*
* Fix PR36906 by not lower caseing the whole worker name. Only lower case the
Ruediger Pluem
2005-10-25
1
-0
/
+3
*
Async write completion for Event MPM
Brian Pane
2005-10-24
1
-0
/
+2
*
Redesign of request cleanup and logging to use End-Of-Request bucket
Brian Pane
2005-10-24
1
-0
/
+6
*
A complete rewrite of support/logresolve.c:
Colm MacCarthaigh
2005-10-24
1
-0
/
+3
*
New version of ap_core_output_filter that does nonblocking writes
Brian Pane
2005-10-24
1
-0
/
+2
*
Add new connection states for handler and write completion
Brian Pane
2005-10-24
1
-0
/
+3
*
* Backported r327179. Sync with 2.2.x CHANGES.
Ruediger Pluem
2005-10-23
1
-3
/
+3
*
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by
Ruediger Pluem
2005-10-21
1
-0
/
+4
*
* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter
Ruediger Pluem
2005-10-21
1
-0
/
+3
*
* Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by
Ruediger Pluem
2005-10-21
1
-1
/
+4
*
keep the proxied Content-Length header for a HEAD response. PR 18757
Greg Ames
2005-10-20
1
-0
/
+3
*
* Update to reflect changes of r325960
Ruediger Pluem
2005-10-20
1
-0
/
+4
*
Today a one-time change happens to all CAN- names as they are
Mark J. Cox
2005-10-19
1
-36
/
+36
[next]