| Commit message (Expand) | Author | Files | Lines |
2011-08-28 | * Style police. No functional changes | Ruediger Pluem | 1 | -10/+15 |
2011-08-28 | Better safe than sorry: with OpenSSL 1.0, X509_STORE_CTX_get_current_cert() | Kaspar Brand | 1 | -2/+9 |
2011-08-28 | Fix the default OCSP responder timeout for client cert | Kaspar Brand | 1 | -1/+1 |
2011-08-27 | merge some more adjacent ranges such as a-n,n+1-b, and | Eric Covener | 1 | -16/+13 |
2011-08-27 | reverting. got feedback that maybe we don't want to merge 4-5,1-2 into 1-5 | Greg Ames | 1 | -3/+1 |
2011-08-27 | merge totally reversed ranges like 4-5,1-2 into 1-5 | Greg Ames | 1 | -1/+3 |
2011-08-27 | fix typo | Stefan Fritsch | 1 | -4/+4 |
2011-08-27 | remove obsolete macro | Stefan Fritsch | 1 | -1/+0 |
2011-08-27 | Updates. | Lucien Gentis | 2 | -24/+41 |
2011-08-27 | If the sum of all ranges in a request is not smaller than the file, fall back | Stefan Fritsch | 1 | -1/+8 |
2011-08-27 | fix function name in log message | Stefan Fritsch | 1 | -3/+2 |
2011-08-26 | Remove traces of byterange_ctx, it's not necessary anymore | Stefan Fritsch | 1 | -33/+22 |
2011-08-26 | not ruby | Jim Jagielski | 1 | -1/+1 |
2011-08-26 | Final tuneage | Jim Jagielski | 1 | -1/+1 |
2011-08-26 | one off | Jim Jagielski | 1 | -1/+1 |
2011-08-26 | remove merge hit r1161778 | Jim Jagielski | 1 | -3/+0 |
2011-08-26 | More merge fixes... | Jim Jagielski | 1 | -15/+20 |
2011-08-26 | Reset with latest | Jim Jagielski | 1 | -105/+147 |
2011-08-26 | * Don't SEGFAULT if SSLProxyMachineCertificateChainFile is not set. Just skip... | Ruediger Pluem | 1 | -12/+19 |
2011-08-26 | Put parsed ranges into an array and perform merges on that array. | Stefan Fritsch | 1 | -22/+44 |
2011-08-26 | count ranges by simply counting commas | Stefan Fritsch | 1 | -11/+8 |
2011-08-26 | Remove the merging code from ap_set_byterange() again, | Stefan Fritsch | 1 | -80/+10 |
2011-08-26 | fix new breakage introduced by r1161767 | Stefan Fritsch | 1 | -4/+1 |
2011-08-25 | avoid inserting the same bucket into bbout twice, causing an endless loop | Stefan Fritsch | 1 | -1/+1 |
2011-08-25 | 0 is OK | Jim Jagielski | 1 | -1/+1 |
2011-08-25 | no longer used | Greg Ames | 1 | -2/+0 |
2011-08-25 | Save a few cycles... do reason to set in_merge if we already have | Jim Jagielski | 1 | -2/+2 |
2011-08-25 | Optimize... and break if we get eg 200-100 | Jim Jagielski | 1 | -1/+4 |
2011-08-25 | Merge in byteranges | Jim Jagielski | 1 | -10/+77 |
2011-08-25 | * Once the comparsion is true we never return here since we break from the loop. | Ruediger Pluem | 1 | -1/+1 |
2011-08-25 | * We need to use > instead of >= as if end64 is the first byte of the next | Ruediger Pluem | 1 | -1/+1 |
2011-08-25 | * The first condition is not needed as pos >=0. If the first one is true | Ruediger Pluem | 1 | -2/+2 |
2011-08-25 | * Adjust comment and don't get fooled by a negative end | Ruediger Pluem | 1 | -5/+4 |
2011-08-25 | * As reads might have morphed the bucket and its length read until we reached | Ruediger Pluem | 1 | -8/+66 |
2011-08-25 | Remove some merging fun between RĂ¼diger and my patches ;) | Jim Jagielski | 1 | -11/+3 |
2011-08-25 | simple name change for clarity | Jim Jagielski | 1 | -3/+3 |
2011-08-25 | More casting help... | Jim Jagielski | 1 | -11/+23 |
2011-08-25 | * Remove duplicate condition | Ruediger Pluem | 1 | -2/+2 |
2011-08-25 | * Use apr_uint64_t throughout instead of mixing apr_off_t and apr_size_t | Ruediger Pluem | 1 | -11/+21 |
2011-08-25 | first round of cleanups | Jim Jagielski | 1 | -12/+17 |
2011-08-25 | Fold in Stefan's initial PoC for fixing memory issues with ranges | Jim Jagielski | 1 | -31/+102 |
2011-08-24 | * Style fixes. No functional change. | Ruediger Pluem | 1 | -3/+4 |
2011-08-24 | * Add missing prototype | Ruediger Pluem | 1 | -0/+1 |
2011-08-24 | * Add missing ; | Ruediger Pluem | 1 | -1/+1 |
2011-08-23 | Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5... | Daniel Ruggeri | 8 | -4/+135 |
2011-08-22 | Replaces rather weak example with a better one submitted by Marcus | Rich Bowen | 2 | -12/+29 |
2011-08-22 | Adds reference to --prefix argument in ServerRoot documentation, | Rich Bowen | 5 | -3/+15 |
2011-08-21 | Updates. | Lucien Gentis | 7 | -118/+243 |
2011-08-20 | Simplify some overly complicated code using apr_brigade_putstrs and apr_pstrcat | Stefan Fritsch | 2 | -39/+8 |
2011-08-15 | mod_cache: Ensure that CacheDisable can correctly appear within | Graham Leggett | 2 | -16/+15 |