1. 16 Apr, 2013 2 commits
  2. 15 Apr, 2013 3 commits
  3. 14 Apr, 2013 1 commit
  4. 13 Apr, 2013 1 commit
  5. 11 Apr, 2013 1 commit
    • Christopher Hrabia's avatar
      Revert last change on new logfile structure and added nulling of buffer. · 50c36bb5
      Christopher Hrabia authored
      The reason for this is, because the last change in the file structure is buggy, it was only written the message length of the buffer to the file and missed to add the length for the timestamp.
      For fixing this problem it would be possible to insert something like
      
      len += sizeof(quint64);
      
      after:
      
      int len = mavlink_msg_to_send_buffer(buf+sizeof(quint64), &message);
      
      But I think a consistent file structure has more adavatages for a logfile over a more compressed structure.
      E.g. it would be necessary to go through all packages to proceed a jump during a replay.
      Additional the LogPlayer was not updated during the last 7 month since the logfile structure was changed (even it was buggy)...
      
      If filesize is really a problem I would recommend to change the logfile handling in a way of writting a temporary consistend
      logfile and compress it afterwards (QCompress) like done by many programs
      50c36bb5
  6. 07 Apr, 2013 1 commit
  7. 06 Apr, 2013 2 commits
  8. 04 Apr, 2013 1 commit
  9. 03 Apr, 2013 3 commits
  10. 02 Apr, 2013 2 commits
  11. 26 Mar, 2013 1 commit
  12. 20 Mar, 2013 1 commit
  13. 14 Mar, 2013 1 commit
  14. 13 Mar, 2013 2 commits
  15. 11 Mar, 2013 1 commit
  16. 09 Mar, 2013 2 commits
  17. 07 Mar, 2013 1 commit
  18. 25 Feb, 2013 6 commits
  19. 24 Feb, 2013 2 commits
  20. 19 Feb, 2013 2 commits
  21. 13 Feb, 2013 2 commits
  22. 04 Feb, 2013 1 commit
  23. 02 Feb, 2013 1 commit