1. 18 Jul, 2012 1 commit
  2. 12 Jul, 2012 1 commit
  3. 12 Jun, 2012 3 commits
  4. 07 Jun, 2012 3 commits
  5. 05 Jun, 2012 1 commit
    • Andrew Tridgell's avatar
      don't reject waypoints based on component ID · 4fa4be0b
      Andrew Tridgell authored
      as long as the waypoint comes from the right systemID there is no
      point rejecting it based on component ID. 
      
      The current_partner_compid is also completely wrong in the code, so
      checking it makes no sense anyway
      4fa4be0b
  6. 31 May, 2012 2 commits
  7. 30 May, 2012 1 commit
  8. 29 May, 2012 1 commit
  9. 23 May, 2012 2 commits
  10. 15 May, 2012 2 commits
  11. 28 Apr, 2012 4 commits
  12. 27 Apr, 2012 1 commit
  13. 26 Apr, 2012 2 commits
  14. 24 Apr, 2012 1 commit
  15. 23 Apr, 2012 1 commit
  16. 20 Apr, 2012 3 commits
  17. 19 Apr, 2012 6 commits
  18. 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
  19. 17 Apr, 2012 4 commits