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
*
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
*
fix the type of cache_pq_set_null so that it compiles with non-gcc/non-MSC
Jeff Trawick
2002-06-13
1
-1
/
+1
*
Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on
Justin Erenkrantz
2002-06-13
1
-3
/
+1
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
8
-27
/
+18
*
Use lowercased macros
William A. Rowe Jr
2002-06-13
3
-5
/
+5
*
Use the new wrapper
William A. Rowe Jr
2002-06-12
1
-1
/
+1
*
Use the new APR_TIME_FROM_SEC() wrapper
William A. Rowe Jr
2002-06-12
2
-4
/
+5
*
An important observations before some x86'er attacks this idea.
William A. Rowe Jr
2002-06-12
1
-1
/
+1
*
Fix some casting in mod_rewrite which broke random maps.
Jeff Trawick
2002-06-11
1
-1
/
+1
*
fix the infinite recursion problem with HTTP-on-the-HTTPS port.
Cliff Woolley
2002-06-11
1
-0
/
+7
*
in case there is actually a cert chain in the cache, we should be
Doug MacEachern
2002-06-11
1
-2
/
+7
*
PR:
Doug MacEachern
2002-06-11
1
-2
/
+3
[next]