]> granicus.if.org Git - apache/shortlog
apache
2011-09-03 Guenter KnaufAdded MaxRanges to httpd.conf.
2011-09-03 Ruediger Pluem* Buckets of known length should be always splitable...
2011-09-01 Ruediger Pluem* Fix a regression in the CVE-2011-3192 byterange fix:
2011-09-01 Stefan FritschRemove log message left over from debugging.
2011-09-01 Ruediger Pluem* Fix error message
2011-09-01 Ruediger Pluem* Whitespace police. No functional change
2011-09-01 Ruediger Pluem* Ranges like --2 or -0 are invalid
2011-08-31 Stefan FritschFix some RFC 2616 14.35.1 compliance issues:
2011-08-31 Stefan FritschSend a 206 response for a "Range: bytes=0-" request...
2011-08-30 Ruediger Pluem* Silence compiler warning
2011-08-29 Rich BowenTypo correction.
2011-08-29 Stefan FritschRemove some unused code that was included in r1162131...
2011-08-29 Ruediger Pluem* We don't need a copy of the original range as we...
2011-08-29 Ruediger Pluem* Bit operators should be more efficient then the modul...
2011-08-29 Stefan FritschUnset Content-Length if we call ap_pass_brigade several...
2011-08-28 Eric Covenersimple doc for MaxRanges.
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-28 Stefan FritschFix iteration over string
2011-08-28 Stefan FritschEvery 32 ranges, pass the prepared ranges down the...
2011-08-28 Ruediger Pluem* Do a better estimation on how elements we should...
2011-08-28 Ruediger Pluem* Silence compiler warning
2011-08-28 Ruediger Pluem* Damm it. Missed another superflous whitespace.
2011-08-28 Ruediger Pluem* More style police. No functional changes
2011-08-28 Ruediger Pluem* Style police. No functional changes
2011-08-28 Kaspar BrandBetter safe than sorry: with OpenSSL 1.0, X509_STORE_CT...
2011-08-28 Kaspar BrandFix the default OCSP responder timeout for client cert
2011-08-27 Eric Covenermerge some more adjacent ranges such as a-n,n+1-b, and
2011-08-27 Greg Amesreverting. got feedback that maybe we don't want to...
2011-08-27 Greg Amesmerge totally reversed ranges like 4-5,1-2 into 1-5
2011-08-27 Stefan Fritschfix typo
2011-08-27 Stefan Fritschremove obsolete macro
2011-08-27 Lucien GentisUpdates.
2011-08-27 Stefan FritschIf the sum of all ranges in a request is not smaller...
2011-08-27 Stefan Fritschfix function name in log message
2011-08-26 Stefan FritschRemove traces of byterange_ctx, it's not necessary...
2011-08-26 Jim Jagielskinot ruby
2011-08-26 Jim JagielskiFinal tuneage
2011-08-26 Jim Jagielskione off
2011-08-26 Jim Jagielskiremove merge hit r1161778
2011-08-26 Jim JagielskiMore merge fixes...
2011-08-26 Jim JagielskiReset with latest
2011-08-26 Ruediger Pluem* Don't SEGFAULT if SSLProxyMachineCertificateChainFile...
2011-08-25 Stefan FritschPut parsed ranges into an array and perform merges...
2011-08-25 Stefan Fritschcount ranges by simply counting commas
2011-08-25 Stefan FritschRemove the merging code from ap_set_byterange() again,
2011-08-25 Stefan Fritschfix new breakage introduced by r1161767
2011-08-25 Stefan Fritschavoid inserting the same bucket into bbout twice, causi...
2011-08-25 Jim Jagielski0 is OK
2011-08-25 Greg Amesno longer used
2011-08-25 Jim JagielskiSave a few cycles... do reason to set in_merge if we...
2011-08-25 Jim JagielskiOptimize... and break if we get eg 200-100
2011-08-25 Jim JagielskiMerge in byteranges
2011-08-25 Ruediger Pluem* Once the comparsion is true we never return here...
2011-08-25 Ruediger Pluem* We need to use > instead of >= as if end64 is the...
2011-08-25 Ruediger Pluem* The first condition is not needed as pos >=0. If...
2011-08-25 Ruediger Pluem* Adjust comment and don't get fooled by a negative end
2011-08-25 Ruediger Pluem* As reads might have morphed the bucket and its length...
2011-08-25 Jim JagielskiRemove some merging fun between RĂ¼diger and my patches ;)
2011-08-25 Jim Jagielskisimple name change for clarity
2011-08-25 Jim JagielskiMore casting help...
2011-08-25 Ruediger Pluem* Remove duplicate condition
2011-08-25 Ruediger Pluem* Use apr_uint64_t throughout instead of mixing apr_off...
2011-08-25 Jim Jagielskifirst round of cleanups
2011-08-25 Jim JagielskiFold in Stefan's initial PoC for fixing memory issues...
2011-08-24 Ruediger Pluem* Style fixes. No functional change.
2011-08-24 Ruediger Pluem* Add missing prototype
2011-08-24 Ruediger Pluem* Add missing ;
2011-08-23 Daniel RuggeriAdd SSLProxyMachineCertificateChainFile directive and...
2011-08-22 Rich BowenReplaces rather weak example with a better one submitte...
2011-08-22 Rich BowenAdds reference to --prefix argument in ServerRoot docum...
2011-08-21 Lucien GentisUpdates.
2011-08-20 Stefan FritschSimplify some overly complicated code using apr_brigade...
2011-08-15 Graham Leggettmod_cache: Ensure that CacheDisable can correctly appea...
2011-08-15 Rich BowenAdds TODO item so I won't forget.
2011-08-15 Graham Leggettmod_cache: Fix the moving of the CACHE filter, which...
2011-08-15 Kaspar BrandImprove ssl_log_cxerror():
2011-08-14 Eric Coveners/lderrno/uldap_ld_errno, but keep it internal.
2011-08-14 Eric Coveneradd a static method to retrieve the LDAP errno, and...
2011-08-14 Kaspar BrandEnforce OpenSSL 0.9.7 or later at compile time (#error...
2011-08-13 Stefan FritschUpdate auto-generated code
2011-08-13 Stefan FritschDo proper length checks in the expression scanner....
2011-08-13 Stefan FritschActually commit the header added in r1157354
2011-08-13 Stefan FritschCompare value instead of string pointer
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-12 Eric CovenerAccept LDAP_OPT_CONNECT_TIMEOUT as an alternative to...
2011-08-12 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDev...
2011-08-12 Joe Orton* modules/proxy/config.m4: Avoid sh syntax error with
2011-08-11 Eric Covenermod_ldap: remove hard-coded loops of 10 retries w/o...
2011-08-10 Eric Covenerremove (the only) retry logic in mod_authnz_ldap's...
2011-08-10 Eric CovenerTry to obtain the specific LDAP error code returned...
2011-08-08 Stefan Fritschtwo more blockers
2011-08-08 Eric Covenerxforms
2011-08-08 Eric Covenerdocument implicit limitation in AllowOverride Option...
2011-08-08 Stefan FritschAllow to explicitly disable modules even with module...
2011-08-08 Eric CovenerPrevent a crash if a non-existent internal RewriteMap...
2011-08-07 Nick KewTypo fix (thanks to Tom Browder on users@)
2011-08-07 Stefan Fritschremove two obsolete or done items
2011-08-07 Eric CovenerPR46214: axe some misleading DEBUG messages in mod_auth...
2011-08-07 Kaspar BrandEnforce OpenSSL 0.9.7 as a minimum requirement in confi...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
next