1. 3a98e0a Fixs some misspellings by Frank Wang · 7 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. 8521f81 remove deprecated isDurable() method by Ray Milkey · 7 years ago
  4. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  5. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  6. 7a4087b Use diamond operator by Sho SHIMIZU · 9 years ago
  7. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago[Renamed (99%) from core/store/trivial/src/main/java/org/onosproject/store/trivial/impl/SimpleLinkStore.java]
  8. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  9. 4d973eb Workaround for ConcurrentModificationException by HIGUCHI Yuta · 9 years ago
  10. 800fac6 LinkStores: Concurrent readable {src, dst}Links by Yuta HIGUCHI · 9 years ago
  11. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  12. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleLinkStore.java]
  13. badb93f Fixing optical link state issues; a few still remain. by Thomas Vachuska · 9 years ago
  14. 57126fe Sketching out what link-state addition would look like; quite easy until we get to the distributed store. by Thomas Vachuska · 9 years ago
  15. 29a6a78 Fixing ONOS-39 to allow configured links to be marked as durable. by Thomas Vachuska · 9 years ago
  16. c0bbbd4 Allowing link stores to create links injected by ancillary providers. by Thomas Vachuska · 10 years ago
  17. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  18. 0e752bd Added link types of TUNNEL and OPTICAL. by Thomas Vachuska · 10 years ago
  19. a85542b LinkStore bugfix. avoid DIRECT -> INDIRECT transition by Yuta HIGUCHI · 10 years ago
  20. dd841b7 backport GossipLinkStore changes back to trivial. by Yuta HIGUCHI · 10 years ago
  21. 990aecc eliminate package dependency cycle by Yuta HIGUCHI · 10 years ago
  22. 18ab8a9 modified LinkKey creation to follow other id objects by Yuta HIGUCHI · 10 years ago
  23. 885be1d Fixed annotation handling. by Yuta HIGUCHI · 10 years ago
  24. 0d6a5e6 Fixed remove behavior for Device and Link Store by Yuta HIGUCHI · 10 years ago
  25. 39ede6a SimpleLinkStore with annotation and multi-provider support by Yuta HIGUCHI · 10 years ago
  26. c99a8d3 Add TODO memo + cosmetics by Yuta HIGUCHI · 10 years ago
  27. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago[Renamed (98%) from core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleLinkStore.java]
  28. f5712ff Simple{Device,Link}Store test by Yuta HIGUCHI · 10 years ago
  29. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago[Renamed from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleLinkStore.java]
  30. 06dc6b9 Slice out LinkKey by Yuta HIGUCHI · 10 years ago
  31. f80c972 Enahnced link and host stores to extend general store. by tom · 10 years ago
  32. fc9a4ff Fixed equals methods for better efficiency. Cleaned up ClusterService API. by tom · 10 years ago
  33. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (98%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/link/impl/SimpleLinkStore.java]
  34. 5bcc946 Formalized HostStore in preparation for separating managers and stores. by tom · 10 years ago
  35. 35c0dc3 Formalized LinkStore in preparation for separating managers and stores. by tom · 10 years ago
  36. 8bf2e6b Added javadocs and separated trivial implementations into distinct packages. by tom · 10 years ago[Renamed (99%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleLinkStore.java]
  37. cbff939 Working on simple topology manager and provider by tom · 10 years ago
  38. e2dc27a Moved net to core by tom · 10 years ago[Renamed from net/core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleLinkStore.java]
  39. d176fc4 Finished unit tests for trivial link manager. by tom · 10 years ago
  40. eadbb46 Added simple link manager implementation. by tom · 10 years ago
  41. 4c6606f Added default link description & model entities. by tom · 10 years ago