Skip to content
  1. Dec 06, 2015
  2. Dec 05, 2015
  3. Dec 04, 2015
  4. Dec 03, 2015
  5. Dec 02, 2015
  6. Nov 29, 2015
  7. Nov 28, 2015
  8. Nov 26, 2015
  9. Nov 25, 2015
  10. Nov 24, 2015
  11. Nov 22, 2015
  12. Nov 20, 2015
  13. Nov 19, 2015
  14. Nov 18, 2015
    • Jim Jagielski's avatar
      Merge r1711553, r1713040, r1683881 from trunk: · 5362bfe0
      Jim Jagielski authored
      Constify + save a few bytes in conf pool
      
      Save a few bytes in conf pool when processing 'AllowOverrideList'.
      
      The 'override_list' table is allocated from the cmd->pool, just as all strings from argv[].
      So there is no need to duplicate them.
      
      + some minor style issues
      
      Save a few bytes in conf pool
      Submitted by: jailletc36
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1715015 13f79535-47bb-0310-9956-ffa450edef68
      5362bfe0
    • Jim Jagielski's avatar
      Merge r1705194, r1705823, r1705826, r1705828, r1705833, r1706275, r1707230, r1707231 from trunk: · b8885db0
      Jim Jagielski authored
      mod_ssl: forward EOR (only) brigades to the core_output_filter().
      
      mod_ssl: don't FLUSH output (blocking) on read.
      This defeats deferred write (and pipelining), eg. check_pipeline() is not
      expecting the pipe to be flushed under it.
      So let OpenSSL >= 0.9.8m issue the flush when necessary (earlier versions
      are known to not handle all the cases, so we keep flushing with those).
      
      
      mod_ssl: follow up to r1705823.
      Oups, every #if needs a #endif...
      
      mod_ssl: pass through metadata buckets untouched in ssl_io_filter_output(),
      the core output filter needs them.
      
      Proposed by: jorton
      
      
      mod_ssl: follow up to r1705194, r1705823, r1705826 and r1705828.
      Add CHANGES entry, and restore ap_process_request_after_handler()'s comment
      as prior to r1705194 (the change makes no sense now).
      
      
      mod_ssl: follow up to r1705823.
      We still need to flush in the middle of a SSL/TLS handshake.
      
      
      mod_ssl: follow up to r1705823.
      Flush SSL/TLS handshake data when writing (instead of before reading),
      and only when necessary (openssl < 0.9.8m or proxy/client side).
      
      
      mod_ssl: follow up to r1707230: fix (inverted) logic for SSL_in_connect_init().
      
      Submitted by: ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1715014 13f79535-47bb-0310-9956-ffa450edef68
      b8885db0