summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-28* Style police. No functional changesRuediger Pluem1-10/+15
2011-08-28Better safe than sorry: with OpenSSL 1.0, X509_STORE_CTX_get_current_cert()Kaspar Brand1-2/+9
2011-08-28Fix the default OCSP responder timeout for client certKaspar Brand1-1/+1
2011-08-27merge some more adjacent ranges such as a-n,n+1-b, andEric Covener1-16/+13
2011-08-27reverting. got feedback that maybe we don't want to merge 4-5,1-2 into 1-5Greg Ames1-3/+1
2011-08-27merge totally reversed ranges like 4-5,1-2 into 1-5Greg Ames1-1/+3
2011-08-27fix typoStefan Fritsch1-4/+4
2011-08-27remove obsolete macroStefan Fritsch1-1/+0
2011-08-27Updates.Lucien Gentis2-24/+41
2011-08-27If the sum of all ranges in a request is not smaller than the file, fall backStefan Fritsch1-1/+8
2011-08-27fix function name in log messageStefan Fritsch1-3/+2
2011-08-26Remove traces of byterange_ctx, it's not necessary anymoreStefan Fritsch1-33/+22
2011-08-26not rubyJim Jagielski1-1/+1
2011-08-26Final tuneageJim Jagielski1-1/+1
2011-08-26one offJim Jagielski1-1/+1
2011-08-26remove merge hit r1161778Jim Jagielski1-3/+0
2011-08-26More merge fixes...Jim Jagielski1-15/+20
2011-08-26Reset with latestJim Jagielski1-105/+147
2011-08-26* Don't SEGFAULT if SSLProxyMachineCertificateChainFile is not set. Just skip...Ruediger Pluem1-12/+19
2011-08-26Put parsed ranges into an array and perform merges on that array.Stefan Fritsch1-22/+44
2011-08-26count ranges by simply counting commasStefan Fritsch1-11/+8
2011-08-26Remove the merging code from ap_set_byterange() again,Stefan Fritsch1-80/+10
2011-08-26fix new breakage introduced by r1161767 Stefan Fritsch1-4/+1
2011-08-25avoid inserting the same bucket into bbout twice, causing an endless loopStefan Fritsch1-1/+1
2011-08-250 is OKJim Jagielski1-1/+1
2011-08-25no longer usedGreg Ames1-2/+0
2011-08-25Save a few cycles... do reason to set in_merge if we already haveJim Jagielski1-2/+2
2011-08-25Optimize... and break if we get eg 200-100Jim Jagielski1-1/+4
2011-08-25Merge in byterangesJim Jagielski1-10/+77
2011-08-25* Once the comparsion is true we never return here since we break from the loop.Ruediger Pluem1-1/+1
2011-08-25* We need to use > instead of >= as if end64 is the first byte of the nextRuediger Pluem1-1/+1
2011-08-25* The first condition is not needed as pos >=0. If the first one is trueRuediger Pluem1-2/+2
2011-08-25* Adjust comment and don't get fooled by a negative endRuediger Pluem1-5/+4
2011-08-25* As reads might have morphed the bucket and its length read until we reachedRuediger Pluem1-8/+66
2011-08-25Remove some merging fun between RĂ¼diger and my patches ;)Jim Jagielski1-11/+3
2011-08-25simple name change for clarityJim Jagielski1-3/+3
2011-08-25More casting help...Jim Jagielski1-11/+23
2011-08-25* Remove duplicate conditionRuediger Pluem1-2/+2
2011-08-25* Use apr_uint64_t throughout instead of mixing apr_off_t and apr_size_tRuediger Pluem1-11/+21
2011-08-25first round of cleanupsJim Jagielski1-12/+17
2011-08-25Fold in Stefan's initial PoC for fixing memory issues with rangesJim Jagielski1-31/+102
2011-08-24* Style fixes. No functional change.Ruediger Pluem1-3/+4
2011-08-24* Add missing prototypeRuediger Pluem1-0/+1
2011-08-24* Add missing ;Ruediger Pluem1-1/+1
2011-08-23Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5...Daniel Ruggeri8-4/+135
2011-08-22Replaces rather weak example with a better one submitted by MarcusRich Bowen2-12/+29
2011-08-22Adds reference to --prefix argument in ServerRoot documentation,Rich Bowen5-3/+15
2011-08-21Updates.Lucien Gentis7-118/+243
2011-08-20Simplify some overly complicated code using apr_brigade_putstrs and apr_pstrcatStefan Fritsch2-39/+8
2011-08-15mod_cache: Ensure that CacheDisable can correctly appear withinGraham Leggett2-16/+15