index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http
/
http_protocol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
A whole lotta nope, if you implement HTCPCP then register your methods in init
William A. Rowe Jr
2016-07-18
1
-2
/
+0
*
Restore 'HEAD' method as a special case of GET with the common ID
William A. Rowe Jr
2016-07-18
1
-1
/
+4
*
The method_registry is initialized in register_hooks() for mod_http
William A. Rowe Jr
2016-07-18
1
-4
/
+0
*
Simplify; this code is executed one per request processed, saving
William A. Rowe Jr
2016-07-18
1
-196
/
+3
*
Add 451... Needed to adjust RESPONSE_CODES which
Jim Jagielski
2016-02-16
1
-1
/
+27
*
Use 'ap_array_str_contains' to simplify code.
Christophe Jaillet
2015-12-20
1
-19
/
+6
*
http, mod_ssl: Introduce and return the 421 (Misdirected Request) status code
Yann Ylavic
2015-06-12
1
-1
/
+6
*
http: Add support for RFC2324/RFC7168.
Graham Leggett
2015-04-01
1
-1
/
+16
*
* Fix If-Match handling:
Ruediger Pluem
2014-12-17
1
-5
/
+2
*
fix logic in ap_method_list_(add|remove) in order:
Christophe Jaillet
2014-07-15
1
-3
/
+3
*
Include any error notes set by modules in the canned error
Jeff Trawick
2014-07-12
1
-5
/
+6
*
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett
2013-05-07
1
-62
/
+263
*
core: Add the ability to do explicit matching on weak and strong ETags
Graham Leggett
2013-05-06
1
-9
/
+8
*
Various code clean up
Stefan Fritsch
2012-07-15
1
-14
/
+2
*
Add missing HTTP status codes taken from
Rainer Jung
2012-07-15
1
-24
/
+67
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-0
/
+7
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-2
/
+2
*
Reverted r1040177 due to Joe's objection.
Guenter Knauf
2010-12-03
1
-8
/
+0
*
Supress compiler warning.
Guenter Knauf
2010-11-29
1
-0
/
+8
*
Phrasing changes recommended by Jack Dozier. Bug #50145
Rich Bowen
2010-10-24
1
-2
/
+2
*
Take a slightly less "you broke it!!" tone in the default 500 Internal
Rich Bowen
2010-10-22
1
-5
/
+4
*
Move AddOutputFilterByType implementation from core to mod_filter.
Nick Kew
2010-07-22
1
-7
/
+0
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Don't keepalive when we send a non-100 response while Client is expecting 100
Nick Kew
2009-12-08
1
-0
/
+4
*
* Add missing , to make it compile again.
Ruediger Pluem
2009-09-12
1
-1
/
+1
*
Catch the somewhat absurd combination of a 417 error where no Expect header
William A. Rowe Jr
2009-09-11
1
-10
/
+13
*
axe ancient platform checks
Jeff Trawick
2009-03-29
1
-8
/
+0
*
Improve canned 504 error message in the light of r729586 and covener's comment.
Nick Kew
2009-01-07
1
-2
/
+2
*
Make %k work as it should. No regression noted in perl
Jim Jagielski
2008-11-24
1
-2
/
+12
*
* Fix compiler warning (missing sentinel in function call).
Ruediger Pluem
2008-09-08
1
-2
/
+2
*
Relax checks on HTTP Response status line from a backend.
Nick Kew
2008-09-08
1
-9
/
+21
*
* modules/http/http_protocol.c (is_mpm_running): Fix warning with
Joe Orton
2008-04-07
1
-1
/
+1
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query
Paul Querna
2008-04-07
1
-1
/
+16
*
http_protocol: Escape request method in 405 error reporting.
Jeff Trawick
2007-12-11
1
-1
/
+2
*
http_protocol: Escape request method in 413 error reporting.
William A. Rowe Jr
2007-12-03
1
-2
/
+2
*
core: Avoid some unexpected connection closes by telling the client
Jeff Trawick
2007-11-14
1
-1
/
+4
*
* Revert r561352 as this breaks authentication completely.
Ruediger Pluem
2007-09-28
1
-0
/
+2
*
this appears to be a "mv" rather than a "swap", so we should be able to
Greg Ames
2007-07-31
1
-2
/
+0
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Thiago Zaninotti reported to security@apache.org on 20060410 a possible
Mark J. Cox
2006-04-18
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-10
/
+10
*
Plug AllowTrace extended|on|off into proxy and http core.
William A. Rowe Jr
2005-07-01
1
-2
/
+6
*
Support the suppress-error-charset setting, as with Apache 1.3.x.
Jeff Trawick
2005-05-16
1
-1
/
+13
*
Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...
Paul Querna
2005-04-25
1
-24
/
+0
*
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
1
-1
/
+2
[next]