summaryrefslogtreecommitdiff
path: root/modules/http
Commit message (Expand)AuthorAgeFilesLines
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-282-77/+265
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-281-9/+8
* Backport 1480046.Graham Leggett2013-05-071-1/+1
* Merge r1384913, r1399687, r1419719, r1419755, r1416278, r1330189 from trunk:Jim Jagielski2013-01-281-2/+2
* Merge r1402924 from trunk:Jim Jagielski2013-01-091-0/+4
* Merge r1361801 from trunk:Jim Jagielski2012-08-141-14/+2
* Merge r1361803 from trunk:Joe Orton2012-07-231-1/+1
* Add missing HTTP status codes taken fromRainer Jung2012-07-201-24/+67
* Backport:Graham Leggett2011-12-231-2/+2
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Backport:Graham Leggett2011-12-141-2/+2
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-055-32/+32
* Backport:Graham Leggett2011-11-301-0/+3
* Merge r1204104, 1204180:Stefan Fritsch2011-11-212-3/+7
* backport r1204630:Stefan Fritsch2011-11-212-11/+11
* Fix 3xx responses with local URLs as ErrorDocumentStefan Fritsch2011-10-231-0/+5
* Adjust log message to reflect changed behaviourStefan Fritsch2011-09-261-1/+1
* Put 0- on the fast-trackJim Jagielski2011-09-261-1/+15
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-31/+31
* use random value as multipart range boundary to prevent leaking informationStefan Fritsch2011-09-151-7/+5
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+6
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-3/+18
* Save creation of merged until we know we will actually need and use it.Jim Jagielski2011-09-091-9/+14
* return some range params admins may want to control (overlaps and reversals)Jim Jagielski2011-09-091-7/+11
* Remove function so we can grab over core_conf elements easilyJim Jagielski2011-09-091-12/+7
* Reorg so we don't need forward def...Jim Jagielski2011-09-091-219/+219
* ResetJim Jagielski2011-09-091-230/+222
* No reason for the advanced def...Jim Jagielski2011-09-091-222/+230
* What getpid()? No backport of this edit is needed.William A. Rowe Jr2011-09-091-4/+0
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-0/+7
* add AP_ prefix to recently added DEFAULT_MAX_RANGESEric Covener2011-09-071-3/+3
* take care of some MaxRanges feedback:Eric Covener2011-09-071-2/+7
* * modules/http/byterange_filter.c (ap_byterange_filter): Don't revealJoe Orton2011-09-051-1/+1
* Revert r1163833:Stefan Fritsch2011-09-041-2/+2
* * Buckets of known length should be always splitable. So we don't need to careRuediger Pluem2011-09-031-70/+6
* * Fix a regression in the CVE-2011-3192 byterange fix:Ruediger Pluem2011-09-011-1/+1
* Remove log message left over from debugging.Stefan Fritsch2011-09-011-3/+0
* * Fix error messageRuediger Pluem2011-09-011-1/+3
* * Whitespace police. No functional changeRuediger Pluem2011-09-011-2/+2
* * Ranges like --2 or -0 are invalidRuediger Pluem2011-09-011-0/+3
* Fix some RFC 2616 14.35.1 compliance issues:Stefan Fritsch2011-08-311-19/+46
* Send a 206 response for a "Range: bytes=0-" request, even if 200 would be moreStefan Fritsch2011-08-311-2/+2
* * Silence compiler warningRuediger Pluem2011-08-301-1/+1
* Remove some unused code that was included in r1162131 by accident or mergeStefan Fritsch2011-08-291-6/+1
* * We don't need a copy of the original range as we don't change it. A pointer...Ruediger Pluem2011-08-291-3/+3
* * Bit operators should be more efficient then the modulo operator (provided t...Ruediger Pluem2011-08-291-1/+1
* Unset Content-Length if we call ap_pass_brigade several timesStefan Fritsch2011-08-291-1/+7
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-1/+14
* Fix iteration over stringStefan Fritsch2011-08-281-3/+3