1. 19 Mar, 2019 1 commit
  2. 23 Jan, 2018 2 commits
    • Vincent Pelletier's avatar
      Bump to 1.6.3 . · 7905d8cd
      Vincent Pelletier authored
      7905d8cd
    • Jérome Perrin's avatar
      Prevent errors when parsing date on malformed lines · 855cee8e
      Jérome Perrin authored
      We observed lines in our logs where the timestamp field was still
      respecting the timestamp regexp, so the line was not reported as
      invalid, but parsing such timestamp caused a ValueError in
      _matchToDateTime
      
      The beginning of line was:
      127.0.0.1 - - [14/Jul/2017:127.0.0.1 - - [14/Jul/2017:09:41:41 +0200]
      
      Which uses `[14/Jul/2017:127.0.0.1 - - [14/Jul/2017:09:41:41 +0200]` as
      timestamp, so this fail the simple .split() used to separate timestamp
      and timezone.
      
      Added a minimal test case to reproduce this specific problem.
      855cee8e
  3. 14 Sep, 2016 3 commits
  4. 11 Jul, 2014 2 commits
  5. 17 Apr, 2014 2 commits
  6. 27 Mar, 2014 2 commits
  7. 20 Mar, 2014 3 commits
  8. 10 Aug, 2013 6 commits
  9. 07 Aug, 2013 1 commit
    • Vincent Pelletier's avatar
      Add an option to convert timezone. · cd70bb49
      Vincent Pelletier authored
      Do it while parsing, so (for example) day splitting happens at midnight in
      chosen timezone instead of midnight in source timezone.
      When no timezone is provided, use input's times verbatim.
      DST changes cause artefacts in graphs (double or zeroed hour).
      Also, display used timezone in generated page.
      cd70bb49
  10. 24 May, 2013 4 commits
  11. 16 May, 2013 1 commit
  12. 24 Apr, 2013 2 commits
  13. 23 Apr, 2013 9 commits
  14. 18 Apr, 2013 2 commits