1. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  2. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  3. 7807328 Added null-pointer checks. The second check fixes a failing unit test. by Pavlin Radoslavov · 11 years ago
  4. 0092603 fixed the wrong device attachment points by pingping-lin · 11 years ago
  5. 18ad950 Changes to ARP, Forwarding, and OnosDeviceManager to make reactive forwarding more reliable by Jonathan Hart · 11 years ago
  6. d857ad6 Removed Floodlight DeviceManager and created a stripped-down device manager that pushes device data from every packet seen into the network map by Jonathan Hart · 11 years ago
  7. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  8. ba9ced9 Fixes and debugging for bad device data by Jonathan Hart · 11 years ago
  9. 4cfd193 Fixed issue which made it very slow to add switches because of refactored code which included a GremlinGroovy query by Jonathan Hart · 11 years ago
  10. 1a6f1d6 Changes to Device and Switch storage to improve accuracy of device data. For now we will clear the devices when we add or remove ports. by Jonathan Hart · 11 years ago
  11. 9ec4c6a Minor cleanup in DeviceStorageImpl by Jonathan Hart · 11 years ago
  12. c8ae36c Minor fixes to new DeviceStorageImpl methods by Jonathan Hart · 11 years ago
  13. 4fce4ed Fixed the handling of removeDevice events to ensure devices are removed from the database by Jonathan Hart · 11 years ago
  14. d6ed62b Moved ARP on top of network map device storage. This required improvements to the device storage, most notably to improved IP address handling by representing IP addresses as separate vertices rather than a serialized string in the Device vertex by Jonathan Hart · 11 years ago
  15. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  16. ef0cb00 Fix a typo in Javadoc: gabage -> garbage by Pavlin Radoslavov · 11 years ago
  17. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  18. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  19. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago[Renamed (97%) from src/main/java/net/onrc/onos/ofcontroller/devicemanager/internal/DeviceStorageImpl.java]
  20. 87cd2da 2nd iteration of the unit test. by Teru · 11 years ago
  21. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  22. 351edcb Moved pure ONOS code in net.floodlightcontroller.devicemanager.internal to onos package namespace by HIGUCHI Yuta · 11 years ago[Renamed (98%) from src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceStorageImpl.java]
  23. d3fa44d Moved pure ONOS code in net.floodlightcontroller.devicemanager to onos package namespace by HIGUCHI Yuta · 11 years ago
  24. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  25. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  26. 9d2451c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago