1. 06 Nov, 2020 1 commit
  2. 05 Jun, 2020 1 commit
  3. 01 Feb, 2020 2 commits
  4. 29 Aug, 2016 1 commit
  5. 31 May, 2016 1 commit
  6. 23 Dec, 2015 1 commit
  7. 26 Dec, 2014 1 commit
  8. 05 Dec, 2014 1 commit
  9. 08 Nov, 2012 1 commit
  10. 06 Nov, 2012 3 commits
  11. 14 Sep, 2012 1 commit
  12. 13 Sep, 2012 1 commit
  13. 27 Aug, 2012 1 commit
  14. 27 Apr, 2012 1 commit
  15. 18 Apr, 2012 1 commit
    • Bryant Mairs's avatar
      Refactored the LogCompressor. It wasn't properly handling certain message... · 6ba5787c
      Bryant Mairs authored
      Refactored the LogCompressor. It wasn't properly handling certain message logging files that mixed messages (Issue #70).
      One note is that this logger should work correctly as I've tested it, but could have some edge cases. It is pickier about the file format that it will sparse, but I don't know if the error-checking stuff from the old code would have actually worked. This can also be easily re-added.
      
      This code is also much faster than the old stuff. From what I could tell it scanned through the log file at least twice, I think three times. It also copied a lot of data into memory instead of reading, processing, and writing one line at a time, so memory use should be much lower. Some memory leaks from the old code were also refactored out, so lifetime memory use should be down.
      6ba5787c
  16. 19 Jul, 2011 1 commit
  17. 18 Jul, 2011 1 commit
  18. 30 Mar, 2011 1 commit
  19. 07 Jan, 2011 1 commit
  20. 05 Jan, 2011 1 commit
  21. 04 Jan, 2011 1 commit
  22. 03 Jan, 2011 3 commits
  23. 21 Aug, 2010 1 commit
  24. 20 Aug, 2010 1 commit
  25. 15 Aug, 2010 1 commit
  26. 14 May, 2010 1 commit
  27. 03 Apr, 2010 1 commit