Skip to content
  1. Oct 10, 2015
  2. Aug 02, 2015
  3. Jul 01, 2015
  4. Jun 27, 2015
  5. Jun 26, 2015
  6. Jun 12, 2015
  7. Jun 01, 2015
  8. May 30, 2015
  9. May 28, 2015
  10. May 23, 2015
  11. May 06, 2015
  12. Mar 28, 2015
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  13. Mar 19, 2015
  14. Feb 25, 2015
  15. Feb 18, 2015
  16. Feb 14, 2015
  17. Feb 13, 2015
  18. Dec 26, 2014
  19. Dec 10, 2014
  20. Nov 24, 2014
    • Don Gagne's avatar
      Link connect/disconnect only through LinkManager · f65c0a57
      Don Gagne authored
      Centralize all connecting and disconnecting of links through
      LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
      allowed through LinkInterface. This allows creation of new
      LinkManager::setConnections[Suspended|Allowed] methods to disallow
      connections as needed.
      f65c0a57
  21. Nov 03, 2014
    • Don Gagne's avatar
      LinkInterface::bytesAvailable api removal · dc0c3f3d
      Don Gagne authored
      This api doesn’t make any sense given the fact that LinkInterface
      signals bytesReceived with the bytes in the signal. Also the reason why
      it is never called!
      dc0c3f3d
  22. Oct 07, 2014
  23. May 15, 2014
  24. Apr 21, 2014
  25. Apr 20, 2014
  26. Dec 24, 2013
  27. Dec 22, 2013
  28. Dec 07, 2013
    • Don Gagne's avatar
      Removed LinkInterface methods which were never being called. Updated various... · bfe8684e
      Don Gagne authored
      Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
      bfe8684e
  29. Jul 31, 2013
  30. Jun 10, 2013
  31. Jun 09, 2013
  32. Sep 07, 2012
  33. Feb 14, 2012
  34. Dec 10, 2011
Loading