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
*
http: Don't remove the Content-Length of zero from a HEAD response if
Yann Ylavic
2015-05-07
1
-25
/
+0
*
http: Add support for RFC2324/RFC7168.
Graham Leggett
2015-04-01
1
-1
/
+16
*
core: Cleanup the request soon/even if some output filter fails to
Yann Ylavic
2015-03-16
1
-9
/
+18
*
ap_die(): follow up to r1657881.
Yann Ylavic
2015-03-10
1
-2
/
+8
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-1
/
+11
*
core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.
Yann Ylavic
2015-03-05
1
-0
/
+8
*
core: If explicitly configured, use the KeepaliveTimeout value of the
Yann Ylavic
2015-03-04
1
-1
/
+13
*
http: Make ap_die() robust against any HTTP error code and not modify
Yann Ylavic
2015-02-06
1
-42
/
+26
*
Remove the bitfield spec from the http_ctx_t.state enum
Eric Covener
2015-01-21
1
-1
/
+1
*
* Fix If-Match handling:
Ruediger Pluem
2014-12-17
1
-5
/
+2
*
Concat string at compile time when possible.
Christophe Jaillet
2014-09-18
1
-1
/
+1
*
Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...
Christophe Jaillet
2014-08-01
1
-4
/
+2
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-1
/
+1
*
*) SECURITY: CVE-2013-5704 (cve.mitre.org)
Eric Covener
2014-07-15
2
-5
/
+54
*
fix logic in ap_method_list_(add|remove) in order:
Christophe Jaillet
2014-07-15
1
-3
/
+3
*
Simplify code.
Christophe Jaillet
2014-07-14
1
-9
/
+1
*
Include any error notes set by modules in the canned error
Jeff Trawick
2014-07-12
1
-5
/
+6
*
Use unsigned bit flags (otherwise the non-zero value to be used is -1).
Yann Ylavic
2014-06-19
1
-1
/
+1
*
Add directives to control two protocol options:
Justin Erenkrantz
2013-12-30
1
-1
/
+7
*
Use a distinguishing APLOGNO for unk t-e with read-until-close behavior
William A. Rowe Jr
2013-11-13
1
-1
/
+1
*
80 rule
Jim Jagielski
2013-11-12
1
-2
/
+5
*
Wrap at 80 still, here at httpd project
William A. Rowe Jr
2013-11-12
1
-4
/
+5
*
PR 55475: Detect incomplete body in HTTP input filter and return APR_INCOMPLETE
Jim Jagielski
2013-11-04
2
-6
/
+17
*
Correct typo in comments for ap_map_http_request_error().
Chris Darroch
2013-10-07
1
-1
/
+1
*
core: Add missing Reason-Phrase in HTTP response headers.
Rainer Jung
2013-10-03
1
-3
/
+17
*
draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
Jim Jagielski
2013-09-19
1
-10
/
+17
*
revert 1524161 for the time being
Jim Jagielski
2013-09-17
1
-15
/
+10
*
RFC2616 issue
Jim Jagielski
2013-09-17
1
-10
/
+15
*
Update the log message number.
Graham Leggett
2013-06-19
1
-1
/
+1
*
Ensure that any meta buckets are stripped while parsing a chunk.
Graham Leggett
2013-05-23
1
-1
/
+1
*
core: Use a matching counter type.
Graham Leggett
2013-05-22
1
-1
/
+1
*
core: Make sure we allow unconstrained bodies from a proxy.
Graham Leggett
2013-05-22
1
-1
/
+1
*
core: Remove apr_brigade_flatten(), buffering and duplicated code
Graham Leggett
2013-05-21
1
-375
/
+252
*
core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile...
Graham Leggett
2013-05-15
1
-3
/
+31
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-51
/
+42
*
Fix spelling mistake, no code change.
Graham Leggett
2013-05-07
1
-1
/
+1
*
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett
2013-05-07
2
-77
/
+265
*
core: Add the ability to do explicit matching on weak and strong ETags
Graham Leggett
2013-05-06
1
-9
/
+8
*
Stupid CodeWarrior compiler cant take vars with struct inits.
Guenter Knauf
2013-01-03
1
-1
/
+2
*
Remove support for Request-Range header sent by Navigator 2-3 and
Stefan Fritsch
2013-01-01
1
-36
/
+5
*
add log tags missing in r1426877
Stefan Fritsch
2012-12-30
1
-4
/
+4
*
Add an option to enforce stricter HTTP conformance
Stefan Fritsch
2012-12-30
1
-2
/
+89
*
Avoid unnecessary %s substitution
Christophe Jaillet
2012-12-10
1
-2
/
+2
*
also copy r->invoke_mtx when creating a subrequest
Eric Covener
2012-10-28
1
-0
/
+4
*
Code clean up (remove useless memory allocation)
Stefan Fritsch
2012-07-15
1
-1
/
+1
*
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
*
mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass,
Graham Leggett
2011-12-22
1
-2
/
+2
*
Various code cleanup to avoid compiler, cppcheck, or clang warnings:
Stefan Fritsch
2011-12-18
1
-1
/
+1
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-2
/
+2
[next]