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
*
Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
William A. Rowe Jr
2002-07-17
1
-0
/
+5
*
Get proxy ftp to work over IPv6.
Jeff Trawick
2002-07-17
1
-0
/
+2
*
Look for OpenSSL libraries in /usr/lib64.
Justin Erenkrantz
2002-07-16
1
-0
/
+2
*
Update SuSE layout.
Justin Erenkrantz
2002-07-16
1
-0
/
+2
*
I hope I got everybody this time.
Joshua Slive
2002-07-15
1
-0
/
+7
*
Increase the per-process file descriptor limit in apachectl
Brian Pane
2002-07-15
1
-0
/
+3
*
Final tweak and CREDITs ... switch the order to simplify things, and
William A. Rowe Jr
2002-07-13
1
-0
/
+4
*
While this fixed the bug, no resources were build for ApacheMonitor,
William A. Rowe Jr
2002-07-12
1
-3
/
+0
*
mod_ext_filter: don't segfault if content-type is not set.
Jeff Trawick
2002-07-10
1
-0
/
+3
*
VC6 is unable to deal with dependencies that are still due to be made.
Ryan Bloom
2002-07-08
1
-0
/
+3
*
Renames Pending:
Ian Holsman
2002-07-06
1
-0
/
+2
*
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
2002-07-04
1
-0
/
+4
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
1
-0
/
+6
*
note the C-L filter fix
Cliff Woolley
2002-07-03
1
-0
/
+4
*
Make security notes consistant with apache-1.3/src/CHANGES
Mark J. Cox
2002-07-01
1
-7
/
+9
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
1
-0
/
+5
*
Fix a long-standing bug in 2.0, CGI scripts were being called
Ryan Bloom
2002-06-27
1
-0
/
+5
*
Fix infinite loop when reading certain data due to two HTTP_IN filters being
Justin Erenkrantz
2002-06-27
1
-0
/
+3
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
1
-0
/
+3
*
Fix mod_ext_filter to look in the main server for filter definitions
Jeff Trawick
2002-06-26
1
-0
/
+4
*
Replace gunk with ap_regkey calls.
William A. Rowe Jr
2002-06-24
1
-0
/
+4
*
Another excessively warm day in Chicago.
William A. Rowe Jr
2002-06-24
1
-1
/
+4
*
Convert the hostname to all-lowercase in fix_hostname() so that
Brian Pane
2002-06-23
1
-0
/
+3
*
Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include
William A. Rowe Jr
2002-06-23
1
-1
/
+10
*
Move the req_hdrs pointer from the cache_object_t to the cache_handle_t. Each
Bill Stoddard
2002-06-22
1
-0
/
+3
*
new configuration option for mod_rewrite to set cookies.
Ian Holsman
2002-06-22
1
-0
/
+3
*
Fix perchild to work with apachectl by adding -k support to perchild.
Jeff Trawick
2002-06-21
1
-0
/
+3
*
Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(
Cliff Woolley
2002-06-19
1
-0
/
+3
*
Fixed the EOS handling for partial SSI directives at the end of
Brian Pane
2002-06-19
1
-0
/
+4
*
bump after the tag
Cliff Woolley
2002-06-17
1
-0
/
+7
*
Getting ready for 2.0.39. Here we go again
Cliff Woolley
2002-06-17
1
-3
/
+2
*
Clarify CHANGES message
Justin Erenkrantz
2002-06-17
1
-2
/
+3
*
Rewrite ap_get_client_block to rely on assumptions that have been
Justin Erenkrantz
2002-06-17
1
-1
/
+2
*
moving on. :)
Cliff Woolley
2002-06-16
1
-0
/
+4
*
Finish the htpasswd port to APR. This brings the file checking code to
Ryan Bloom
2002-06-16
1
-0
/
+3
*
We must set the MIME-type for .shtml files to text/html if we want them
Ryan Bloom
2002-06-15
1
-0
/
+5
*
Fixed a problem with 'make install' on one of the tarballs (which
Cliff Woolley
2002-06-15
1
-0
/
+3
*
Make the default_handler catch all requests that aren't served by
Ryan Bloom
2002-06-15
1
-0
/
+5
*
Fixed a bug in the handling of nested if-statements in shtml files
Brian Pane
2002-06-15
1
-0
/
+3
*
Allow 'make install DESTDIR=/path'. This allows packagers to install
Ryan Bloom
2002-06-15
1
-0
/
+7
*
the TCP guy in Austin (AIX-land) swears that 4.3.2 GA had the fix for
Jeff Trawick
2002-06-14
1
-1
/
+1
*
AIX 4.3.3 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
Jeff Trawick
2002-06-14
1
-0
/
+4
*
prefork MPM: Ignore mutex errors during graceful restart. For
Jeff Trawick
2002-06-14
1
-0
/
+5
*
Fix install-bindist.sh so that it finds any perl instead of just
Jeff Trawick
2002-06-13
1
-0
/
+5
*
avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the
Jeff Trawick
2002-06-13
1
-0
/
+3
*
Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on
Justin Erenkrantz
2002-06-13
1
-1
/
+4
*
Added log rotation based on file size to the RotateLog support utility.
Bradley Nicholes
2002-06-12
1
-0
/
+3
*
Fix some casting in mod_rewrite which broke random maps.
Jeff Trawick
2002-06-11
1
-0
/
+2
*
Bump after the tag
Cliff Woolley
2002-06-11
1
-0
/
+4
*
PR:
Doug MacEachern
2002-06-11
1
-0
/
+4
[next]