index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent us from getting stuck in a NULL provider hash.
William A. Rowe Jr
2002-06-28
1
-0
/
+5
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
12
-18
/
+45
*
Fix a long-standing bug in 2.0, CGI scripts were being called
Ryan Bloom
2002-06-27
1
-7
/
+1
*
Strengthen error-detection code in HTTP_IN and core_input_filter so that
Justin Erenkrantz
2002-06-27
1
-18
/
+17
*
Fix infinite loop when reading certain data due to two HTTP_IN filters being
Justin Erenkrantz
2002-06-27
1
-2
/
+0
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
6
-16
/
+16
*
Fix mod_ext_filter to look in the main server for filter definitions
Jeff Trawick
2002-06-26
1
-4
/
+29
*
ap_discard_request_body: exit without reading the body if
Greg Ames
2002-06-24
1
-1
/
+2
*
Include apr_lib.h for the definition of apr_toupper() to get rid of
Cliff Woolley
2002-06-24
2
-2
/
+4
*
Replace gunk with ap_regkey calls.
William A. Rowe Jr
2002-06-24
1
-89
/
+43
*
The fix wasn't healthy for Win9x. Work around pre-Unicode flavors.
William A. Rowe Jr
2002-06-23
1
-3
/
+20
*
Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include
William A. Rowe Jr
2002-06-23
1
-10
/
+70
*
Whoops... removal of the last compat was just this bit premature.
William A. Rowe Jr
2002-06-23
2
-8
/
+8
*
The real pain. ap->apr xml and text types.
William A. Rowe Jr
2002-06-23
7
-184
/
+181
*
cleanup uses of apr_ischar() macros (no cast required)
William A. Rowe Jr
2002-06-23
1
-5
/
+5
*
That's apr, not ap (any longer)
William A. Rowe Jr
2002-06-23
1
-3
/
+3
*
No crutches.
William A. Rowe Jr
2002-06-23
4
-33
/
+33
*
Use apr_ variants of ischar() tests.
William A. Rowe Jr
2002-06-23
2
-2
/
+2
*
No crutches, people!
William A. Rowe Jr
2002-06-23
5
-42
/
+41
*
Simplify add_ssi_vars() and move the ssi/cgi vars into their respective
William A. Rowe Jr
2002-06-23
1
-9
/
+4
*
s/cgi/cgid might be just a little agressive - fix a comment
William A. Rowe Jr
2002-06-23
1
-1
/
+1
*
Cleanup some leftover cruft from the last commit.
Bill Stoddard
2002-06-22
1
-1
/
+0
*
Move the req_hdrs pointer from the cache_object_t to the cache_handle_t. Each
Bill Stoddard
2002-06-22
3
-13
/
+12
*
Note the changed meaning of the NULL next_filter argument to the
William A. Rowe Jr
2002-06-22
2
-2
/
+2
*
new configuration option for mod_rewrite to set cookies.
Ian Holsman
2002-06-22
2
-2
/
+87
*
Fixing up some copy commands in the NetWare make files during the install
Bradley Nicholes
2002-06-21
4
-3
/
+1
*
reword an error message
Jeff Trawick
2002-06-21
1
-1
/
+1
*
ap_die: get rid of bad side effects from the recursive error handling code
Greg Ames
2002-06-21
1
-4
/
+4
*
prevent infinite recursion if an ErrorDocument gets an error
Greg Ames
2002-06-20
1
-1
/
+1
*
Remove the old EOS logic that I neglected to delete on the last commit,
Brian Pane
2002-06-20
1
-16
/
+5
*
Cleaner handling of unterminated SSI directives
Brian Pane
2002-06-20
1
-2
/
+26
*
Better document the error cases returned from get_chunk_size().
Aaron Bannert
2002-06-19
1
-0
/
+9
*
Fixed the EOS handling for partial SSI directives at the end of
Brian Pane
2002-06-19
1
-0
/
+14
*
It isn't valid to check errno without setting it first, unless an
Roy T. Fielding
2002-06-18
1
-2
/
+6
*
Do not use atol() for the Content-Length parsing as its handling of error
Justin Erenkrantz
2002-06-18
1
-5
/
+37
*
Eliminate segfault we were seeing in mod_mem_cache when collecting an expired
Bill Stoddard
2002-06-18
1
-3
/
+3
*
These emits occur mainline, outside of the pphrase_callback, so we never
William A. Rowe Jr
2002-06-17
1
-6
/
+3
*
Rewrite ap_get_client_block to rely on assumptions that have been
Justin Erenkrantz
2002-06-17
1
-63
/
+28
*
remove a redundant piece of code
Ian Holsman
2002-06-17
1
-26
/
+0
*
Close race condition cleaning up cache entry.
Bill Stoddard
2002-06-15
1
-2
/
+27
*
We must set the MIME-type for .shtml files to text/html if we want them
Ryan Bloom
2002-06-15
1
-5
/
+5
*
Fixed a bug in the handling of nested if-statements in shtml files
Brian Pane
2002-06-15
1
-1
/
+1
*
Style cleanups
Bill Stoddard
2002-06-15
1
-5
/
+5
*
Fix serious brokenness... we abused prog_type rather than cmd_type on
William A. Rowe Jr
2002-06-15
1
-4
/
+4
*
Clean up a signedness emit
William A. Rowe Jr
2002-06-14
1
-4
/
+5
*
Cleanup proxy timeouts a bit to remove emits and make consistent to
William A. Rowe Jr
2002-06-14
4
-7
/
+7
*
Modify the deflate input filter so that it should always return data on a
Justin Erenkrantz
2002-06-14
1
-0
/
+19
*
this comment is way bogus
Cliff Woolley
2002-06-13
1
-5
/
+0
*
Send output to the next filter even on header_only requests in mod_status
Brian Pane
2002-06-13
2
-6
/
+0
*
Pass the brigade even on header_only requests
Brian Pane
2002-06-13
1
-8
/
+6
[next]