Skip to content
  1. Aug 17, 2010
  2. Aug 16, 2010
  3. Aug 15, 2010
  4. Aug 13, 2010
  5. Aug 12, 2010
  6. Aug 10, 2010
  7. Aug 09, 2010
  8. Aug 08, 2010
  9. Aug 06, 2010
  10. Aug 05, 2010
  11. Aug 04, 2010
  12. Aug 03, 2010
  13. Aug 02, 2010
  14. Jul 31, 2010
  15. Jul 30, 2010
  16. Jul 25, 2010
    • Rainer Jung's avatar
      Update CHANGES. · 269475fd
      Rainer Jung authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979121 13f79535-47bb-0310-9956-ffa450edef68
      269475fd
    • 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: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979120 13f79535-47bb-0310-9956-ffa450edef68
      1a5f7c22