1. 24 Jun, 2015 4 commits
  2. 18 Jun, 2015 1 commit
  3. 17 Jun, 2015 3 commits
  4. 14 Jun, 2015 1 commit
  5. 12 Jun, 2015 1 commit
  6. 11 Jun, 2015 1 commit
  7. 09 Jun, 2015 9 commits
  8. 05 Jun, 2015 2 commits
  9. 01 Jun, 2015 2 commits
  10. 29 May, 2015 1 commit
  11. 27 May, 2015 2 commits
  12. 25 May, 2015 5 commits
  13. 24 May, 2015 2 commits
  14. 23 May, 2015 6 commits
    • Yann Ylavic's avatar
      Merged r979120 from trunk. · 47971d51
      Yann Ylavic authored
      
      r979120 | rjung | 2010-07-25 23:08:15 +0200 (Sun, 25 Jul 2010) | 26 lines
      
      Adding sub second timestamps and request end time to mod_log_config.
      
      Add special format tokens to %{...}t. The extended syntax allows the
      form: "WHICH:WHAT".
      
      WHICH is either:
      - "begin": use the time when the request started
      - "end": take "now" as the time
      You can omit WHICH, default is "begin".
      If you omit WHICH, the separating column is not allowed.
      
      WHAT is either:
      - "sec": timestamp in Unix seconds
      - "msec": timestamp in Unix milliseconds
      - "msec_frac": millisecond fraction of the Unix timestamp,
                     3 digits, 0-padded
      - "usec": timestamp in Unix microseconds
      - "usec_frac": microsecond fraction of the Unix timestamp
                     6 digits, 0-padded
      - anything different from those tokens: use strftime()
      You can omit WHAT, default is the formatted timestamp as
      used by the Common Log Format.
      
      The implementation uses a new request_config for mod_log_config
      to pass the request end time around between different calls to
      log formatters, but the end time is only generated if needed.
      
      
      Reviewed by: rjung, wrowe, ylavic
      Backported by: ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681297 13f79535-47bb-0310-9956-ffa450edef68
      47971d51
    • Yann Ylavic's avatar
      Merge r1665215, r1665218 from trunk. · b6e02021
      Yann Ylavic authored
      
      r1665215 | ylavic | 2015-03-09 13:45:56 +0100 (Mon, 09 Mar 2015) | 8 lines
      
      mod_proxy: use the original (non absolute) form of the request-line's URI
      for requests embedded in CONNECT payloads used to connect SSL backends via
      a ProxyRemote forward-proxy. PR 55892.
      
      Submitted by: Hendrik Harms <hendrik.harms gmail com>
      Reviewed  by: wrowe, ylavic
      Committed by: ylavic
      
      
      r1665218 | ylavic | 2015-03-09 13:54:38 +0100 (Mon, 09 Mar 2015) | 1 line
      
      mod_proxy: follow up to r1665215: CHANGES entry.
      
      
      Reviewed by: ylavic, wrowe, rjung
      Backported by: ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681289 13f79535-47bb-0310-9956-ffa450edef68
      b6e02021
    • Yann Ylavic's avatar
      Vote, promote. · 39208e7b
      Yann Ylavic authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681288 13f79535-47bb-0310-9956-ffa450edef68
      39208e7b
    • Rainer Jung's avatar
      Vote, promote. · 4a2f519e
      Rainer Jung authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681276 13f79535-47bb-0310-9956-ffa450edef68
      4a2f519e
    • Rainer Jung's avatar
      Add docs part to proposal. · f4fea93e
      Rainer Jung authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681275 13f79535-47bb-0310-9956-ffa450edef68
      f4fea93e
    • Rainer Jung's avatar
      mod_log_config: Backport get_request_end_time(). · c30ccc9c
      Rainer Jung authored
      This makes data consistent if a log format uses
      multiple %{...}T and/or %D.
      The end time of a request is only taken once and
      the same time is used for each log field.
      
      Backport of r979120 (partial) plus r1467765 from trunk
      resp. r979120 (partial) plus r1467981 from 2.4.x.
      
      Committed By: rjung
      Reviewed By: rjung, trawick, wrowe
      Backported By: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681269 13f79535-47bb-0310-9956-ffa450edef68
      c30ccc9c