Skip to content
  1. Nov 15, 2012
  2. Nov 13, 2012
  3. Oct 22, 2012
  4. Oct 04, 2012
  5. Oct 03, 2012
  6. Oct 02, 2012
  7. Sep 26, 2012
  8. Sep 24, 2012
    • Jim Jagielski's avatar
      Merge r1386913, r1388825 from trunk: · 5275cefe
      Jim Jagielski authored
      Revert r1371878 --  default configuration changes that drop the DNT
      header from IE10.
      
      See:
        Message-ID: <CALK=YjMGPNHBqNiad-ghzcEzxDovQgYOpjpSSyXmN=r74v43qg@mail.gmail.com>
        PR 53845
      
      
      
      Keep this in, but commented out: also provide a little
      more background/rationale. This, hopefully, satisfies both
      ends of the debate: we don't "assume" that everyone who
      uses this browser didn't make the specific choice, but
      we allow for admins who care about DNT and want to either
        1. Make a statement
        2. Force adherence to the standard
      to easily do so.
      Submitted by: covener, jim
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1389261 13f79535-47bb-0310-9956-ffa450edef68
      5275cefe
    • Jim Jagielski's avatar
      Merge r1376695, r1376700 from trunk: · 47398c8a
      Jim Jagielski authored
      Apply the same length limit when logging Status header values
      as used when logging invalid header lines.
      
      Application of a limit on logged header data suggested by Jeff Trawick.
      
      
      Catch up change log with r1376695.
      
      Submitted by: chrisd
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1389260 13f79535-47bb-0310-9956-ffa450edef68
      47398c8a
  9. Sep 21, 2012
  10. Sep 18, 2012
  11. Aug 21, 2012
  12. Aug 17, 2012
  13. Aug 15, 2012
  14. Aug 14, 2012
  15. Aug 13, 2012
  16. Aug 09, 2012
  17. Aug 05, 2012
  18. Aug 04, 2012
    • Rainer Jung's avatar
      Big mod_lua backport: · 437b42b1
      Rainer Jung authored
      r1201460: Add some todos from apachecon notes.
                Submitted by: covener
      
      r1351012: Change prototype of vm_construct, to work around gcc bug which
                causes a segfault.  PR: 52779
                Submitted by: Dick Snippe <Dick Snippe tech omroep nl>
      
      r1351013: Allow tail call optimization in log methods, remove foo method.
                Submitted by: sf
      
      r1351014: Add a few missing request_rec fields. Rename remote_ip to
                client_ip to match conn_rec.
                Submitted by: sf
      
      r1351017: Change various strings from char * to const char *.
                Submitted by: sf
      
      r1351018: Factor common code into utility function.
                Also improve logging a bit and adjust some log levels.
                Submitted by: sf
      
      r1351019: Use macro to make definition of integer fields more compact.
                Submitted by: sf
      
      Reviewed by: humbedooh, covener, sf
      Backported by: humbedooh, rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369494 13f79535-47bb-0310-9956-ffa450edef68
      437b42b1
    • Rainer Jung's avatar
      MPM event: · d8af3cad
      Rainer Jung authored
      - Keep track of the number of clogged, lingering, and suspended connections.
      - Don't count connections in lingering close state when calculating
        how many additional connections may be accepted
      
      Backport of r1361773 and r 1361778 from trunk.
      
      Submitted by: sf
      Reviewed by: rjung, jim
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369473 13f79535-47bb-0310-9956-ffa450edef68
      d8af3cad
    • Rainer Jung's avatar
      mod_ssl: Pass the server_rec to ssl_die() and use it to log a message to · 992ba0b5
      Rainer Jung authored
      the main error log, pointing to the appropriate virtual host error log.
      
      Backport of r1348660 from trunk.
      
      Submitted by: sf
      Reviewed by: rjung, covener
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369464 13f79535-47bb-0310-9956-ffa450edef68
      992ba0b5