1. bf78cf7 Fix onos-json to linc-oe json error and create a simple non-linear topo for test team to test re-routing by Praseed Balakrishnan · 9 years ago
  2. ac9e24f GUI -- Fixed turbulent behavior of incoming nodes with no fixed position. by Simon Hunt · 9 years ago
  3. ba5621e Added ping to age-out idle or stale connections. by Thomas Vachuska · 9 years ago
  4. 2292567 Fixing a defect where logical port numbers are listed as part of CLI arg completion. by Thomas Vachuska · 9 years ago
  5. c65d8de Checkstyle corrections. by Madan Jampani · 9 years ago
  6. c22123d Removed dead code by Madan Jampani · 9 years ago
  7. 7aad233 Replace Collections.unmodifiableList with guava ImmutableList by Madan Jampani · 9 years ago
  8. bd1f026 Registering new batch read/write request classes with kryo by Madan Jampani · 9 years ago
  9. 932c6ba Fixed wrong import by Madan Jampani · 9 years ago
  10. 9b06d72 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  11. 3865cd9 Disabling expiring map until the osgi issue is understood. by Madan Jampani · 9 years ago
  12. 650840b One last checkstyle fix. by Madan Jampani · 9 years ago
  13. 44e6a54 More checkstyle fixes. by Madan Jampani · 9 years ago
  14. 23af4fc Fixed checkstyle issues by Madan Jampani · 9 years ago
  15. 39460b8 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  16. 12390c1 Reworked DatabaseService API. Initial implementation of LockManager. by Madan Jampani · 9 years ago
  17. c980085 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  18. 716cb21 Make ONOS_USER overridable by Jonathan Hart · 9 years ago
  19. 477bf81 Switching onos-gui command to use the new GUI. by Thomas Vachuska · 9 years ago
  20. 3b9cddb GUI -- Fix topology message handler to only store the "memento" part of the updateMeta message. by Simon Hunt · 9 years ago
  21. f1ccee8 FlowRule : handle Future failure and timeouts. by Yuta HIGUCHI · 9 years ago
  22. ecd8926 Merge "Adding synchronous behaviour to the calendar REST API to wait until intent is in parked state. Needs testing." by Thomas Vachuska · 9 years ago
  23. 61d0404 GUI -- Added onos.ui.addFloatingPanel() function. by Simon Hunt · 9 years ago
  24. dee20dd Merge "Filter paths not satisfying the specified constraints" by Thomas Vachuska · 9 years ago
  25. 56d1a70 Adding synchronous behaviour to the calendar REST API to wait until intent is in parked state. Needs testing. by Thomas Vachuska · 9 years ago
  26. 62f9275 suppress warning by karaf client by Yuta HIGUCHI · 9 years ago
  27. 63323fd DeviceManager: background process checking mastership by Yuta HIGUCHI · 9 years ago
  28. 9909d17 Filter paths not satisfying the specified constraints by Sho SHIMIZU · 9 years ago
  29. b6a67d5 Merge "Adding server-side code for sending device/host details to the client." by Thomas Vachuska · 9 years ago
  30. d8aea86 Merge "Refactor: improve null safety by using empty list instead of null" by Thomas Vachuska · 9 years ago
  31. 52cc9a7 Merge "added demo rest api for adding and withdrawing intents in a mesh" by Thomas Vachuska · 9 years ago
  32. 503aafc Merge "Make constraint objects serializable by Kryo" by Thomas Vachuska · 9 years ago
  33. f1fae00 Adding server-side code for sending device/host details to the client. by Thomas Vachuska · 9 years ago
  34. c3df36b Refactor: improve null safety by using empty list instead of null by Sho SHIMIZU · 9 years ago
  35. fd23d31 added demo rest api for adding and withdrawing intents in a mesh by alshabib · 9 years ago
  36. 0e99ad9 Add *.pyc to .gitignore by Jonathan Hart · 9 years ago
  37. e022664 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 9 years ago
  38. a4011b0 Fix packet optical link. by Praseed Balakrishnan · 9 years ago
  39. 2498c0b Merge "Fixing flow rule batches" by Thomas Vachuska · 9 years ago
  40. d18c562 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 9 years ago
  41. 05e2533 Packet Optical 10 node topology update. by Praseed Balakrishnan · 9 years ago
  42. 9b2da21 Fixing flow rule batches by Thomas Vachuska · 9 years ago
  43. cd4bac8 Make constraint objects serializable by Kryo by Sho SHIMIZU · 9 years ago
  44. 591cf27 Merge "Refactor: move method to get annotated double value" by Thomas Vachuska · 9 years ago
  45. 36fa36d Merge "Add unit tests fir DefaultFlowEntry class" by Thomas Vachuska · 9 years ago
  46. 97a64cd Refactor: move method to get annotated double value by Sho SHIMIZU · 9 years ago
  47. 930fc66 Add unit tests fir DefaultFlowEntry class by Ray Milkey · 9 years ago
  48. 9f38194 Added feature "onos-app-proxyarp" and feature "onos-app-config" by Pavlin Radoslavov · 9 years ago
  49. 0a297b1 Cleanup in the SDN-IP related configuration files: by Pavlin Radoslavov · 9 years ago
  50. 190f8f9 Fix a typo in a comment. by Pavlin Radoslavov · 9 years ago
  51. 0f6baee Added top-level location object per Simon/Paul spec. by Thomas Vachuska · 9 years ago
  52. 23aa49f Merge "Use DeviceId instead of ElementId in WaypointConstraint for consistency" by Thomas Vachuska · 9 years ago
  53. e9aad09 Merge "Aggregate definition of annotation key for latency into a single file" by Thomas Vachuska · 9 years ago
  54. ea80eb4 GUI -- Fixed host node exit animation. by Simon Hunt · 9 years ago
  55. fe129db Aggregate definition of annotation key for latency into a single file by Sho SHIMIZU · 9 years ago
  56. fa2cd3b Use DeviceId instead of ElementId in WaypointConstraint for consistency by Sho SHIMIZU · 9 years ago
  57. 56badfd Merge "GUI -- added removeHost code; augmented 'simple' scenario to include removeHost. - flattened lat/long in device props "bag" - example events." by Thomas Vachuska · 9 years ago
  58. 4403110 GUI -- added removeHost code; augmented 'simple' scenario to include removeHost. by Simon Hunt · 9 years ago
  59. 5f7097e Add some more match conditions to connectivity intent CLI commands by Jonathan Hart · 9 years ago
  60. fc405c9 Merge "GUI -- Update to memento format." by Thomas Vachuska · 9 years ago
  61. 857b9e0 Fix error in README by Jonathan Hart · 9 years ago
  62. 902c992 GUI -- Update to memento format. by Simon Hunt · 9 years ago
  63. ce0395e Print $ONOS_CELL when running the "onos-show-cell" command. by Pavlin Radoslavov · 9 years ago
  64. 702dae8 Merge "Unit tests for the DefaultFlowRule class" by Thomas Vachuska · 9 years ago
  65. 32fe780 Fixed javadoc comments for Lock. by Madan Jampani · 9 years ago
  66. 1e20711 Unit tests for the DefaultFlowRule class by Ray Milkey · 9 years ago
  67. fc274c9 GUI -- Fixed link lookup bug when removing links. by Simon Hunt · 9 years ago
  68. 1e791e1 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  69. f73fb04 Added LockService interface. by Madan Jampani · 9 years ago
  70. f846844 DatabaseClient: fixed to use copycat instance instead by Yuta HIGUCHI · 9 years ago
  71. 21e0364 Cleaning up Javadocs. by Thomas Vachuska · 9 years ago
  72. a7c3dd1 Refactored topo view server-side for better separation of concerns. by Thomas Vachuska · 9 years ago
  73. 60731cb DatabaseService subsystem: add admin commands, etc. by Yuta HIGUCHI · 9 years ago
  74. c53411e DatabaseManager: removing Raft Member management code by Yuta HIGUCHI · 9 years ago
  75. 48ee992 Adding async backups to MastershipStore by Yuta HIGUCHI · 9 years ago
  76. 3f03d4a GUI -- Added updateLink and removeLink event handling. by Simon Hunt · 9 years ago
  77. 29a6a78 Fixing ONOS-39 to allow configured links to be marked as durable. by Thomas Vachuska · 9 years ago
  78. 6acd3bb Miscellaneous clean-up of provider IDs. by Thomas Vachuska · 9 years ago
  79. c76f52e Merge "Add a constructor in LinkCollectionIntent to have constraints" by Thomas Vachuska · 9 years ago
  80. 2683761 Merge "Refactor: Improve null safety and simplify branch conditioin" by Thomas Vachuska · 9 years ago
  81. 0538784 Merge "Modify getter name to match the project naming convention" by Thomas Vachuska · 9 years ago
  82. 361bc53 Merge "Fix bug in validate() in BooleanConstraint" by Thomas Vachuska · 9 years ago
  83. 92a1886 Merge "Unit Tests for Bandwidth and Lambda allocations" by Thomas Vachuska · 9 years ago
  84. 55186d2 Merge "GUI -- Added updateDevice event handling. - Display offline devices as grey. - Tracing web socket messages (for now, in console; in future, to trace view). - Captured sample events for use with test scenarios - both from and to the server. - Added description to scenario file." by Thomas Vachuska · 9 years ago
  85. c672d7d1 Fix bug in validate() in BooleanConstraint by Sho SHIMIZU · 9 years ago
  86. 412a239 Modify getter name to match the project naming convention by Sho SHIMIZU · 9 years ago
  87. b0daa15 DistributedMastershipStore: remove dead code + cosmetics by Yuta HIGUCHI · 9 years ago
  88. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 9 years ago
  89. 49eb64d Added support for parsing and handling BGP Confederation related AS Path by Pavlin Radoslavov · 9 years ago
  90. bb282f5 GUI -- Added updateDevice event handling. by Simon Hunt · 9 years ago
  91. 3419858 LinkDiscovery: check if Stopped before starting scheduled task. by Yuta HIGUCHI · 9 years ago
  92. 5653151 Refactor: Improve null safety and simplify branch conditioin by Sho SHIMIZU · 9 years ago
  93. ac8f352 Add a constructor in LinkCollectionIntent to have constraints by Sho SHIMIZU · 9 years ago
  94. 8072af8 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  95. 13efefa MapDBLog: Enadling mmap file support (if platform supports it. currently only supported on 64bit JVMs). Fixes a problem described here: http://tinyurl.com/klgc36c by Madan Jampani · 9 years ago
  96. b2ab091 DatabaseClient: check result status by Yuta HIGUCHI · 9 years ago
  97. 5d4b1c2 Add constraint for link annotated value by Sho SHIMIZU · 9 years ago
  98. cebe614 MapDBLog: disable LRU by Yuta HIGUCHI · 9 years ago
  99. 1a60604 terminate when ssh session is killed by Yuta HIGUCHI · 9 years ago
  100. 41a8ebd Merge "GUI -- tweaked couple of topo force layout parameters. - made life-cycle callback parameters consistent; all now get - view (token), ctx, flags. - updated module templates." by Simon Hunt · 9 years ago