2011-08-29 |
Stefan Fritsch | Remove some unused code that was included in r1162131... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Ruediger Pluem | * We don't need a copy of the original range as we... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Ruediger Pluem | * Bit operators should be more efficient then the modul... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Stefan Fritsch | Unset Content-Length if we call ap_pass_brigade several... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Eric Covener | simple doc for MaxRanges. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Eric Covener | add MaxRanges directive institute a default limit of... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Stefan Fritsch | Fix iteration over string |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Stefan Fritsch | Every 32 ranges, pass the prepared ranges down the... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Ruediger Pluem | * Do a better estimation on how elements we should... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Ruediger Pluem | * Silence compiler warning |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Ruediger Pluem | * Damm it. Missed another superflous whitespace. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Ruediger Pluem | * More style police. No functional changes |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Ruediger Pluem | * Style police. No functional changes |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Kaspar Brand | Better safe than sorry: with OpenSSL 1.0, X509_STORE_CT... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Kaspar Brand | Fix the default OCSP responder timeout for client cert |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Eric Covener | merge some more adjacent ranges such as a-n,n+1-b, and |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Greg Ames | reverting. got feedback that maybe we don't want to... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Greg Ames | merge totally reversed ranges like 4-5,1-2 into 1-5 |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Stefan Fritsch | fix typo |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Stefan Fritsch | remove obsolete macro |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Stefan Fritsch | If the sum of all ranges in a request is not smaller... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Stefan Fritsch | fix function name in log message |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Stefan Fritsch | Remove traces of byterange_ctx, it's not necessary... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | not ruby |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | Final tuneage |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | one off |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | remove merge hit r1161778 |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | More merge fixes... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jim Jagielski | Reset with latest |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Ruediger Pluem | * Don't SEGFAULT if SSLProxyMachineCertificateChainFile... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Stefan Fritsch | Put parsed ranges into an array and perform merges... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Stefan Fritsch | count ranges by simply counting commas |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Stefan Fritsch | Remove the merging code from ap_set_byterange() again, |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Stefan Fritsch | fix new breakage introduced by r1161767 |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Stefan Fritsch | avoid inserting the same bucket into bbout twice, causi... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | 0 is OK |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Greg Ames | no longer used |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | Save a few cycles... do reason to set in_merge if we... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | Optimize... and break if we get eg 200-100 |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | Merge in byteranges |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * Once the comparsion is true we never return here... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * We need to use > instead of >= as if end64 is the... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * The first condition is not needed as pos >=0. If... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * Adjust comment and don't get fooled by a negative end |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * As reads might have morphed the bucket and its length... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | Remove some merging fun between RĂ¼diger and my patches ;) |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | simple name change for clarity |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | More casting help... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * Remove duplicate condition |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ruediger Pluem | * Use apr_uint64_t throughout instead of mixing apr_off... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | first round of cleanups |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jim Jagielski | Fold in Stefan's initial PoC for fixing memory issues... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Ruediger Pluem | * Style fixes. No functional change. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Ruediger Pluem | * Add missing prototype |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Ruediger Pluem | * Add missing ; |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Daniel Ruggeri | Add SSLProxyMachineCertificateChainFile directive and... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Rich Bowen | Replaces rather weak example with a better one submitte... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Rich Bowen | Adds reference to --prefix argument in ServerRoot docum... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Stefan Fritsch | Simplify some overly complicated code using apr_brigade... |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Graham Leggett | mod_cache: Ensure that CacheDisable can correctly appea... |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Rich Bowen | Adds TODO item so I won't forget. |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Graham Leggett | mod_cache: Fix the moving of the CACHE filter, which... |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Kaspar Brand | Improve ssl_log_cxerror(): |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Eric Covener | s/lderrno/uldap_ld_errno, but keep it internal. |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Eric Covener | add a static method to retrieve the LDAP errno, and... |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Kaspar Brand | Enforce OpenSSL 0.9.7 or later at compile time (#error... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Stefan Fritsch | Update auto-generated code |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Stefan Fritsch | Do proper length checks in the expression scanner.... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Stefan Fritsch | Actually commit the header added in r1157354 |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Stefan Fritsch | Compare value instead of string pointer |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Stefan Fritsch | Add ap_varbuf API for resizable buffers. |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Eric Covener | Accept LDAP_OPT_CONNECT_TIMEOUT as an alternative to... |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Joe Orton | * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDev... |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Joe Orton | * modules/proxy/config.m4: Avoid sh syntax error with |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Eric Covener | mod_ldap: remove hard-coded loops of 10 retries w/o... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Eric Covener | remove (the only) retry logic in mod_authnz_ldap's... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Eric Covener | Try to obtain the specific LDAP error code returned... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Stefan Fritsch | two more blockers |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Eric Covener | xforms |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Eric Covener | document implicit limitation in AllowOverride Option... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Stefan Fritsch | Allow to explicitly disable modules even with module... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Eric Covener | Prevent a crash if a non-existent internal RewriteMap... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Nick Kew | Typo fix (thanks to Tom Browder on users@) |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Stefan Fritsch | remove two obsolete or done items |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Eric Covener | PR46214: axe some misleading DEBUG messages in mod_auth... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Kaspar Brand | Enforce OpenSSL 0.9.7 as a minimum requirement in confi... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Kaspar Brand | Remove the ssl_toolkit_compat layer, which is no longer... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Kaspar Brand | Drop support for the RSA BSAFE SSL-C toolkit from confi... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Eric Covener | PR29755: mod_usertrack gets skipped when modules return... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Eric Covener | TRACEN loglevels are implemented in lua scripts. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Stefan Fritsch | update xforms |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Stefan Fritsch | mod_proxy_http, mod_proxy_connect: Add 'proxy-status... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Eric Covener | went too far -- only other APR_HOOK_MIDDLE directives... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Eric Covener | explain some of the mystery quirks of the translate_nam... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Eric Covener | change the example to work with just AddHandler/SetHandler, |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Eric Covener | add some text to the opening few sections of the mod_lu... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Stefan Fritsch | Simplify dependency checking code for mod_proxy_fdpass... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Stefan Fritsch | Simplify mod_watchdog dependency checking code. This... |
commit | commitdiff | tree | snapshot |
next |