summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Typo correction.Rich Bowen2011-08-292-2/+2
* 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
* simple doc for MaxRanges.Eric Covener2011-08-282-0/+37
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-285-2/+40
* Fix iteration over stringStefan Fritsch2011-08-281-3/+3
* Every 32 ranges, pass the prepared ranges down the filter chain.Stefan Fritsch2011-08-281-0/+6
* * Do a better estimation on how elements we should allocate:Ruediger Pluem2011-08-281-8/+19
* * Silence compiler warningRuediger Pluem2011-08-281-1/+1
* * Damm it. Missed another superflous whitespace.Ruediger Pluem2011-08-281-2/+2
* * More style police. No functional changesRuediger Pluem2011-08-281-3/+5
* * Style police. No functional changesRuediger Pluem2011-08-281-10/+15
* Better safe than sorry: with OpenSSL 1.0, X509_STORE_CTX_get_current_cert()Kaspar Brand2011-08-281-2/+9
* Fix the default OCSP responder timeout for client certKaspar Brand2011-08-281-1/+1
* merge some more adjacent ranges such as a-n,n+1-b, andEric Covener2011-08-271-16/+13
* reverting. got feedback that maybe we don't want to merge 4-5,1-2 into 1-5Greg Ames2011-08-271-3/+1
* merge totally reversed ranges like 4-5,1-2 into 1-5Greg Ames2011-08-271-1/+3
* fix typoStefan Fritsch2011-08-271-4/+4
* remove obsolete macroStefan Fritsch2011-08-271-1/+0
* Updates.Lucien Gentis2011-08-272-24/+41
* If the sum of all ranges in a request is not smaller than the file, fall backStefan Fritsch2011-08-271-1/+8
* fix function name in log messageStefan Fritsch2011-08-271-3/+2
* Remove traces of byterange_ctx, it's not necessary anymoreStefan Fritsch2011-08-261-33/+22
* not rubyJim Jagielski2011-08-261-1/+1
* Final tuneageJim Jagielski2011-08-261-1/+1
* one offJim Jagielski2011-08-261-1/+1
* remove merge hit r1161778Jim Jagielski2011-08-261-3/+0
* More merge fixes...Jim Jagielski2011-08-261-15/+20
* Reset with latestJim Jagielski2011-08-261-105/+147
* * Don't SEGFAULT if SSLProxyMachineCertificateChainFile is not set. Just skip...Ruediger Pluem2011-08-261-12/+19
* Put parsed ranges into an array and perform merges on that array.Stefan Fritsch2011-08-251-22/+44
* count ranges by simply counting commasStefan Fritsch2011-08-251-11/+8
* Remove the merging code from ap_set_byterange() again,Stefan Fritsch2011-08-251-80/+10
* fix new breakage introduced by r1161767 Stefan Fritsch2011-08-251-4/+1
* avoid inserting the same bucket into bbout twice, causing an endless loopStefan Fritsch2011-08-251-1/+1
* 0 is OKJim Jagielski2011-08-251-1/+1
* no longer usedGreg Ames2011-08-251-2/+0
* Save a few cycles... do reason to set in_merge if we already haveJim Jagielski2011-08-251-2/+2
* Optimize... and break if we get eg 200-100Jim Jagielski2011-08-251-1/+4
* Merge in byterangesJim Jagielski2011-08-251-10/+77
* * Once the comparsion is true we never return here since we break from the loop.Ruediger Pluem2011-08-251-1/+1
* * We need to use > instead of >= as if end64 is the first byte of the nextRuediger Pluem2011-08-251-1/+1