index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* modules/http/byterange_filter.c (ap_byterange_filter): Update some
Joe Orton
2005-08-09
1
-9
/
+7
*
* modules/http/http_filters.c (ap_send_http_trace): Silence gcc
Joe Orton
2005-07-19
1
-2
/
+2
*
Plug AllowTrace extended|on|off into proxy and http core.
William A. Rowe Jr
2005-07-01
2
-9
/
+85
*
* modules/http/byterange_filter.c (ap_byterange_filter): No functional
Joe Orton
2005-06-08
1
-33
/
+32
*
* modules/http/byterange_filter.c (ap_byterange_filter): Refuse to
Joe Orton
2005-06-07
1
-27
/
+21
*
EBCDIC: Handle chunked input from client or, with proxy, origin
Jeff Trawick
2005-05-24
1
-0
/
+2
*
Support the suppress-error-charset setting, as with Apache 1.3.x.
Jeff Trawick
2005-05-16
1
-1
/
+13
*
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
William A. Rowe Jr
2005-05-15
1
-1
/
+1
*
Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...
Paul Querna
2005-04-25
1
-24
/
+0
*
update comments for *_client_block functions.
Greg Ames
2005-03-23
1
-7
/
+5
*
More tweaks primarily driven by caching.
Sander Striker
2005-02-10
1
-16
/
+22
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
9
-9
/
+18
*
Keep track of time taken to process requests again.
Jim Jagielski
2005-02-02
1
-0
/
+4
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-2
/
+2
*
* Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ...
Paul Querna
2004-12-13
1
-9
/
+14
*
undo changes made in 111386 due to veto
Geoffrey Young
2004-12-09
1
-22
/
+3
*
add response code 226 constant (HTTP_IM_USED) and status
Geoffrey Young
2004-12-09
1
-3
/
+22
*
* modules/http/mod_core.h: Prototype ap_http_chunk_filter.
Joe Orton
2004-12-02
3
-133
/
+5
*
Initial pass at refactoring some files to eliminate our 150K C source behemoths.
Justin Erenkrantz
2004-11-27
6
-1716
/
+2023
*
ap_process_http_async_connection (used by the Event MPM):
Greg Ames
2004-11-26
1
-21
/
+18
*
Compile Fix for Netware Port with CodeWarrior.
Paul Querna
2004-11-21
1
-2
/
+4
*
The Event MPM.
Paul Querna
2004-11-20
2
-3
/
+70
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
1
-20
/
+0
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-24
1
-2
/
+2
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
1
-2
/
+2
*
* modules/http/http_protocol.c (ap_http_filter): Always fail if the
Joe Orton
2004-09-29
1
-1
/
+1
*
use HTML 2.0 <hr>
André Malo
2004-09-15
1
-1
/
+1
*
Fix Bug 18388 (Set-Cookie in 304)
Nick Kew
2004-09-01
1
-0
/
+2
*
* modules/http/http_request.c (ap_internal_redirect): Call quick_handler
Justin Erenkrantz
2004-08-02
1
-5
/
+7
*
parse byteranges correctly using the new apr_strtoff function
André Malo
2004-05-25
1
-5
/
+15
*
* modules/http/http_protocol.c (ap_setup_client_block,
Joe Orton
2004-05-25
1
-23
/
+10
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
5
-5
/
+5
*
fix copyright dates according to the first check in
André Malo
2004-02-08
5
-5
/
+5
*
apply Apache License, Version 2.0
André Malo
2004-02-06
5
-261
/
+50
*
Build array of allowed methods with proper dimensions, fixing
Jeff Trawick
2004-01-16
1
-1
/
+1
*
internal_fast_redirect: take over important request_rec members
André Malo
2004-01-14
1
-0
/
+3
*
update license to 2004.
André Malo
2004-01-01
5
-5
/
+5
*
*) Add a hook (insert_error_filter) to allow filters to re-insert
Paul J. Reder
2003-12-12
1
-0
/
+7
*
get rid of _FOREACH
Cliff Woolley
2003-11-16
2
-3
/
+13
*
fix the EBCDIC path in send_all_header_fields() to actually return something
Jeff Trawick
2003-11-15
1
-1
/
+1
*
add a comment
André Malo
2003-11-02
1
-1
/
+5
*
Set the scoreboard state to indicate logging prior to running
Jeff Trawick
2003-10-22
1
-0
/
+2
*
Resolve the ap_get_client_block() showstopper by looking at APR_BRIGADE_LAST
Justin Erenkrantz
2003-08-31
1
-1
/
+19
*
Don't respect the Server header field as set by modules and CGIs.
Jeff Trawick
2003-06-06
1
-3
/
+6
*
Rework of the recursion stopper - collapse recursion counters into one function
André Malo
2003-05-30
1
-1
/
+1
*
- revert my patch (r1.155) since it produces regressions.
André Malo
2003-05-29
1
-24
/
+5
*
Prevent the server from crashing when entering infinite loops. The
André Malo
2003-05-19
1
-3
/
+22
*
Porting EBCDIC: headers wer incorrectly (i.e., not) converted
Martin Kraemer
2003-05-09
1
-0
/
+9
*
back out a recent change which causes the server to segfault or
Jeff Trawick
2003-04-26
1
-14
/
+7
*
fix some discrepancies between format strings and arguments,
Jeff Trawick
2003-04-16
2
-5
/
+3
[next]