1. 29 Jun, 2015 2 commits
  2. 26 Jun, 2015 2 commits
  3. 25 Jun, 2015 1 commit
  4. 24 Jun, 2015 4 commits
  5. 18 Jun, 2015 1 commit
  6. 17 Jun, 2015 3 commits
  7. 14 Jun, 2015 1 commit
  8. 12 Jun, 2015 1 commit
  9. 11 Jun, 2015 1 commit
  10. 09 Jun, 2015 9 commits
  11. 05 Jun, 2015 2 commits
  12. 01 Jun, 2015 2 commits
  13. 29 May, 2015 1 commit
  14. 27 May, 2015 2 commits
  15. 25 May, 2015 5 commits
  16. 24 May, 2015 2 commits
  17. 23 May, 2015 1 commit
    • 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