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
*
Support environment variable interpolation in reverse proxy configuration
Nick Kew
2006-07-13
1
-0
/
+3
*
Guess I should document the mod_proxy_balancer changes
Jim Jagielski
2006-07-12
1
-0
/
+5
*
* Add the filename of the configuration file to the warning message
Ruediger Pluem
2006-07-09
1
-0
/
+4
*
* Retry worker chosen by client supplied route / redirect worker if it
Ruediger Pluem
2006-06-27
1
-0
/
+4
*
One more bug licked, as verified by Matt
William A. Rowe Jr
2006-06-26
1
-1
/
+1
*
* Add the following environment variables to expose the information
Ruediger Pluem
2006-06-26
1
-0
/
+4
*
Note that 416293 went a bit further.
William A. Rowe Jr
2006-06-22
1
-2
/
+1
*
Stop appending a backslash if some trailing slash is present.
William A. Rowe Jr
2006-06-22
1
-0
/
+4
*
mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
William A. Rowe Jr
2006-06-22
1
-0
/
+4
*
We need to pay alot more attention here to ap_pass_brigade.
William A. Rowe Jr
2006-06-22
1
-0
/
+3
*
mod_isapi: Ensure we walk through all the methods the developer may have
William A. Rowe Jr
2006-06-22
1
-0
/
+3
*
Note new (old) feature
William A. Rowe Jr
2006-06-22
1
-1
/
+7
*
Documenting new mod_speling directive
Nick Kew
2006-06-14
1
-0
/
+3
*
* If possible, check if the size of an object to cache is within the
Ruediger Pluem
2006-06-03
1
-0
/
+4
*
* The first comment did not really hit what we do.
Ruediger Pluem
2006-06-03
1
-3
/
+3
*
* info->expire and info->date are in microseconds. So convert the difference
Ruediger Pluem
2006-06-03
1
-3
/
+7
*
Fix authnz_ldap invalid auth detection
Bradley Nicholes
2006-06-03
1
-0
/
+4
*
* Sync with 2.2.x CHANGES
Ruediger Pluem
2006-06-01
1
-6
/
+11
*
* Keep the Content-Type for successfully revalidated
Ruediger Pluem
2006-05-30
1
-0
/
+3
*
* Remove temporary files if renaming fails, otherwise they may accumulate.
Ruediger Pluem
2006-05-28
1
-0
/
+3
*
On graceless shutdown or restart, send AP_SIG_GRACEFUL to all worker
Chris Darroch
2006-05-26
1
-1
/
+11
*
Make the worker and event MPMs not touch the scoreboard when
Chris Darroch
2006-05-26
1
-0
/
+3
*
* Fix const compiler warning introduced by r407357.
Ruediger Pluem
2006-05-21
1
-1
/
+1
*
* Handle the cases "no proxy request" and "reverse proxy request" in the same
Ruediger Pluem
2006-05-17
1
-0
/
+3
*
Add support for fcgi:// proxies to mod_rewrite.
Garrett Rooney
2006-05-10
1
-0
/
+3
*
revert last entry -- not user visible and poorly worded
Roy T. Fielding
2006-05-09
1
-3
/
+0
*
remove test/zb.c
Thom May
2006-05-09
1
-0
/
+3
*
Note scoreboard stuff in changes; leave the 'difficult' patches
Nick Kew
2006-05-07
1
-3
/
+2
*
Add optional 'scheme://' prefix to ServerName directive. For
Sander Temme
2006-05-05
1
-1
/
+10
*
mod_charset_lite: Bypass translation when the source and dest charsets
Jeff Trawick
2006-05-04
1
-0
/
+3
*
* Add Content-Type to headers_out if not already set. This ensures that
Ruediger Pluem
2006-05-03
1
-0
/
+3
*
PR 39275. don't fork MaxClients worth of processes if child_init or fork() are
Greg Ames
2006-05-03
1
-0
/
+4
*
* Sync with 2.2.x CHANGES file
Ruediger Pluem
2006-04-22
1
-22
/
+32
*
* CHANGES: Make spacing consistent with the rest of the file.
Garrett Rooney
2006-04-22
1
-2
/
+2
*
* CHANGES: Note the addition of mod_proxy_fcgi.
Garrett Rooney
2006-04-22
1
-0
/
+3
*
Correctly handle internal redirects, by testing only for r-main == NULL.
Colm MacCarthaigh
2006-04-19
1
-0
/
+3
*
Thiago Zaninotti reported to security@apache.org on 20060410 a possible
Mark J. Cox
2006-04-18
1
-0
/
+5
*
* Also initialize local data structures for workers of a balancer.
Ruediger Pluem
2006-04-16
1
-0
/
+3
*
* Sync with 2.2.x CHANGES
Ruediger Pluem
2006-04-14
1
-13
/
+12
*
* Avoid calling ap_proxy_http_cleanup twice as this releases a connection
Ruediger Pluem
2006-04-14
1
-0
/
+3
*
* Initialize last_char as otherwise a random value will be compared
Ruediger Pluem
2006-04-14
1
-0
/
+3
*
The crypt() prototype is in <unistd.h> instead of <crypt.h>
Jeff Trawick
2006-04-12
1
-0
/
+3
*
* Rollback r393037 as this was vetoed by wrowe. Details see
Ruediger Pluem
2006-04-11
1
-3
/
+0
*
* Prevent r->parsed_uri.path from being NULL as this can cause segmentation
Ruediger Pluem
2006-04-10
1
-0
/
+3
*
htdbm: Warn the user when adding a plaintext password on a platform
Jeff Trawick
2006-04-10
1
-0
/
+4
*
* Check for an existing socket independant of an existing connection record.
Ruediger Pluem
2006-04-08
1
-0
/
+3
*
Default handler: Don't return output filter apr_status_t values.
Jeff Trawick
2006-04-03
1
-0
/
+3
*
remove charset turds left by last commit
Roy T. Fielding
2006-04-02
1
-6
/
+6
*
* Sync with CHANGES files of 2.2.x and 2.0.x
Ruediger Pluem
2006-04-01
1
-8
/
+100
*
* Sync with 2.2.x CHANGES file
Ruediger Pluem
2006-04-01
1
-7
/
+13
[next]