Skip to content
  1. Jul 25, 2010
    • Rainer Jung's avatar
      Adding sub second timestamps and request end time to mod_log_config. · 1a5f7c22
      Rainer Jung authored
      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.
      
      git-svn-id: h...
      1a5f7c22
    • Lucien Gentis's avatar
      Updates. · 63db3656
      Lucien Gentis authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979030 13f79535-47bb-0310-9956-ffa450edef68
      63db3656
    • Rainer Jung's avatar
      Fix typo in CHANGES. · b5ceafb4
      Rainer Jung authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979014 13f79535-47bb-0310-9956-ffa450edef68
      b5ceafb4
  2. Jul 24, 2010
  3. Jul 23, 2010
  4. Jul 22, 2010
  5. Jul 21, 2010
  6. Jul 20, 2010
  7. Jul 19, 2010
  8. Jul 18, 2010
  9. Jul 17, 2010
  10. Jul 15, 2010
  11. Jul 14, 2010
  12. Jul 13, 2010
  13. Jul 11, 2010