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