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