Skip to content
  1. 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
  2. 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
  3. Jul 01, 2014
  4. Dec 22, 2013
  5. 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
  6. Jun 10, 2013
  7. Jun 09, 2013
  8. Mar 30, 2011
  9. Oct 28, 2010
  10. Oct 27, 2010
  11. Oct 24, 2010
  12. Oct 22, 2010
  13. Sep 17, 2010
  14. Sep 14, 2010
  15. Sep 03, 2010
  16. Aug 31, 2010
  17. Aug 28, 2010
  18. Aug 26, 2010
  19. Aug 25, 2010
  20. Aug 24, 2010
  21. Aug 20, 2010
  22. Aug 19, 2010
  23. Aug 18, 2010
  24. Aug 12, 2010
  25. Aug 11, 2010
  26. Aug 10, 2010
Loading