1. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  2. 4d973eb Workaround for ConcurrentModificationException by HIGUCHI Yuta · 9 years ago
  3. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  4. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  5. 7baba07 BGP router now handles the case where groups don't exists right away. by Jonathan Hart · 9 years ago
  6. 59f0229 Remove all the mastership roles when a Node leaves the cluster by HIGUCHI Yuta · 9 years ago
  7. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  8. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  9. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  10. ed12ae5 ONOS-985: Sample integration test application for group subsystem by Srikanth Vavilapalli · 9 years ago
  11. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  12. 2085e07 Removed deprecated IntentStore#batchWrite() API. by Jonathan Hart · 9 years ago
  13. 2ba63fd Adding version stamping/checking to SimpleIntentStore by Brian O'Connor · 9 years ago
  14. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  15. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  16. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  17. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  18. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  19. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  20. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  21. 7ff0181 ONOS-944: Implemented a Group operation failure handler in GroupManger and SimpleGroupStore. by sangho · 9 years ago
  22. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  23. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  24. 45c27c8 ONOS-895: Group manager implementation by Srikanth Vavilapalli · 9 years ago
  25. 0599d51 ONOS-885: Group store interface definition and in-memory store implementation by Srikanth Vavilapalli · 9 years ago
  26. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  27. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  28. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  29. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  30. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  31. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  32. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  33. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  34. 800fac6 LinkStores: Concurrent readable {src, dst}Links by Yuta HIGUCHI · 9 years ago
  35. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  36. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  37. ab98466 adding license to ALL files by alshabib · 9 years ago
  38. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  39. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  40. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  41. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  42. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  43. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  44. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  45. 949c284 Added a trivial implementation of the LeadershipService. by Jonathan Hart · 9 years ago
  46. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  47. 9c57bdd check if there are any stats remaining when removing by alshabib · 9 years ago
  48. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  49. a68be81 Fixed a null pointer exception in SimpleMastershipStore; need to verify whether same exists in distributed one. by Thomas Vachuska · 9 years ago
  50. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  51. 6b7920d Measuring topology performance. Fixing a defect that caused us to run w/o accumulator when config file was not present. by Thomas Vachuska · 9 years ago
  52. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  53. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 10 years ago
  54. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  55. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 10 years ago
  56. 7325701 Fix for ONOS-251 - Can't create bandwidth constrained intents by Ray Milkey · 10 years ago
  57. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 10 years ago
  58. 1b3f4db SimpleMastershipStore: add missing switch-break by Yuta HIGUCHI · 10 years ago
  59. 8e5e91e Update SimpleLinkResourceStore to obtain capacities from link annotations by Toshio Koide · 10 years ago
  60. faaedf4 Changing log level from warn to debug in Stats Store. by Brian O'Connor · 10 years ago
  61. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  62. badb93f Fixing optical link state issues; a few still remain. by Thomas Vachuska · 10 years ago
  63. e4cebaf Adding support for link state to GUI. by Thomas Vachuska · 10 years ago
  64. 57126fe Sketching out what link-state addition would look like; quite easy until we get to the distributed store. by Thomas Vachuska · 10 years ago
  65. 7c27ad7 Added detection of traffic flowing using StatisticService. by Thomas Vachuska · 10 years ago
  66. 2292567 Fixing a defect where logical port numbers are listed as part of CLI arg completion. by Thomas Vachuska · 10 years ago
  67. f1ccee8 FlowRule : handle Future failure and timeouts. by Yuta HIGUCHI · 10 years ago
  68. 29a6a78 Fixing ONOS-39 to allow configured links to be marked as durable. by Thomas Vachuska · 10 years ago
  69. 6acd3bb Miscellaneous clean-up of provider IDs. by Thomas Vachuska · 10 years ago
  70. d45886c *LinkResourceStore: lock everything until we have optimistick locking, etc. in place by Yuta HIGUCHI · 10 years ago
  71. 0c6e184 Trigger MastershipEvent on no more master case by Yuta HIGUCHI · 10 years ago
  72. 75ae30d for got to ammend to prev by Yuta HIGUCHI · 10 years ago
  73. 3e5d11a Add GossipLinkStoreTest by Yuta HIGUCHI · 10 years ago
  74. c9c9e22 fix type mismatch by Yuta HIGUCHI · 10 years ago
  75. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 10 years ago
  76. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 10 years ago
  77. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  78. 3233618 Initial implementation of unit tests for SimpleLinkResourceStore. by Toshio Koide · 10 years ago
  79. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  80. 69e5257 Fix bugs on SimpleLinkResourceStore. by Toshio Koide · 10 years ago
  81. 4f60f98 Implemented multi-instance packet out. by Jonathan Hart · 10 years ago
  82. 106d449 Initial implementation of LinkResourceStore for single instance env. by Toshio Koide · 10 years ago
  83. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  84. bd8c988 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  85. c0bbbd4 Allowing link stores to create links injected by ancillary providers. by Thomas Vachuska · 10 years ago
  86. 10a31c3 initial Distributed IntentStore using Hz by Yuta HIGUCHI · 10 years ago
  87. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  88. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  89. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  90. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  91. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  92. b62aab5 fix relinquishment behavior in SimpleMastershipStore by Ayaka Koshibe · 10 years ago
  93. 719b3c5 FlowRuleStore no longer supports applicationId based APIs by Madan Jampani · 10 years ago
  94. 8ac922d FIxed checkstyle fails. by Thomas Vachuska · 10 years ago
  95. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  96. e5ca93b fix some of findbugs issues by Yuta HIGUCHI · 10 years ago
  97. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  98. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  99. 0e752bd Added link types of TUNNEL and OPTICAL. by Thomas Vachuska · 10 years ago
  100. 56dbeb1 Fixed a defect that allowed ancillary device providers to overwrite primary provider's data. by Thomas Vachuska · 10 years ago