1. 63c20de Removed an "@author" tag with my name. The authors will be listed by Pavlin Radoslavov · 11 years ago
  2. 1bc2c47 Add support for specifying the actions when a Flow is created by the user. by Pavlin Radoslavov · 11 years ago
  3. c1bafd1 Renamed ActionOutput FlowEntry attribute to ActionOutputPort, because by Pavlin Radoslavov · 11 years ago
  4. 204b286 * Add FlowPathFlags to the FlowPath header. by Pavlin Radoslavov · 11 years ago
  5. ad3a1e6 * Implement the missing OpenFlow 1.0 matching conditions by Pavlin Radoslavov · 11 years ago
  6. ddd01ba Cleanup the TopoRouteService so it is not a Floodlight module anymore. by Pavlin Radoslavov · 11 years ago
  7. 5b95600 Merge pull request #411 from y-higuchi/fix_mvn_test by Pankaj Berde · 11 years ago
  8. 3fcc1f6 Merge pull request #410 from y-higuchi/no_commit_on_fail by Pankaj Berde · 11 years ago
  9. fabb003 Avoid NetworkGraph commit() if newSwitch() failed to create NetworkGraph vertex. by HIGUCHI Yuta · 11 years ago
  10. 21fd07f Fix/Ignore test failure caused by behavior change. by HIGUCHI Yuta · 11 years ago
  11. 2f245d2 Ignore test failure caused by behavior change. by HIGUCHI Yuta · 11 years ago
  12. 6186f88 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into develop062702 by Teru · 11 years ago
  13. ca7abe0 update test codes for FlowManager class. by Toshio Koide · 11 years ago
  14. e3e03dc Fix toward Bug ONOS-134. by Pavlin Radoslavov · 11 years ago
  15. 2edd8b6 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into develop062702 by Teru · 11 years ago
  16. 68076a4 This is the unit tests for INetMapTopologyObjects. by Teru · 11 years ago
  17. 1a98bdc Merge pull request #407 from n-shiota/ONOS131-release by Pankaj Berde · 11 years ago
  18. a3b2dfa Merge JavaDoc modification and refactor. by Naoki Shiota · 11 years ago
  19. e32a4ec added test codes for GraphDBConnection class and updated test codes for GraphDBOperation class. by Toshio Koide · 11 years ago
  20. b03d6e2 Merge pull request #403 from effy/dev2 by Pankaj Berde · 11 years ago
  21. 5918a26 Merge pull request #402 from n-shiota/ONOS131-release by Pankaj Berde · 11 years ago
  22. fe2625e add normal test cases for methods in FlowManager class defined in IFloodlightModule, IFlowService and INetMapStorage. by Toshio Koide · 11 years ago
  23. cace5b3 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into develop062001 by Teru · 11 years ago
  24. d31e850 Merged with origin/master by Pankaj Berde · 11 years ago
  25. bbd3861 Index ports for faster search by Pankaj Berde · 11 years ago
  26. 3383b4c Changes to be committed: by Teru · 11 years ago
  27. 8e238a4 Merge branch 'master' into release by Naoki Shiota · 11 years ago
  28. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  29. 4fd5864 Merged with the latest master by Teru · 11 years ago
  30. 5f9197a Squashed commit of the following: by Naoki Shiota · 11 years ago
  31. ab4b01a Add unit test files by Teru · 11 years ago
  32. ef33dc3 Add the switchStorageImpl unit tests. by Teru · 11 years ago
  33. 8575b2a Merge branch 'original' into netgraphrefactor by Naoki Shiota · 11 years ago
  34. edbe19e Remove older version of files by Naoki Shiota · 11 years ago
  35. c88d956 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  36. 783afb7 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  37. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  38. e92f6b0 Revert TestDatabaseManager to old version. by Naoki Shiota · 11 years ago
  39. eac2d77 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  40. 03963cb Fix a bug : TestableGraphDBOperation#getActiveSwitches doesn't work. by Naoki Shiota · 11 years ago
  41. 44ef5ab Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  42. bfe9b92 add another GraphDBOperation constructor which creates an instance directry from GraphDBConnection configuration path. by Toshio Koide · 11 years ago
  43. f925395 Rename TestGraphDBOperation to TestableGraphDBOperation and add JavaDocs. by Naoki Shiota · 11 years ago
  44. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  45. 9970197 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into refactor_phase2_simple by HIGUCHI Yuta · 11 years ago
  46. 3d31e7d Create mock GraphDBOperation to test related modules. by Naoki Shiota · 11 years ago
  47. 5fdd915 Organize Imports by HIGUCHI Yuta · 11 years ago
  48. 0813793 Move Test cases to corresponding package namespace by HIGUCHI Yuta · 11 years ago
  49. eae374d Change the name of the modified method deliverRoleRequestNotSupported() to deliverRoleRequestNotSupportedEx() to avoid signature changes to original code. by HIGUCHI Yuta · 11 years ago
  50. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  51. 6bfb480 Move pure ONOS code LinkStorageImpl to onos package by HIGUCHI Yuta · 11 years ago
  52. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  53. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  54. 4fb2f53 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  55. 97f23de Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  56. 17cfd79 Refactor LinkStorageImplTest to use TestGraphDBOperation by Naoki Shiota · 11 years ago
  57. 880f4c7 added test codes for GraphDBOperation class. by Toshio Koide · 11 years ago
  58. 80f7513 fix some codes by Teru · 11 years ago
  59. 87cd2da 2nd iteration of the unit test. by Teru · 11 years ago
  60. b29b9b3 refactor by Toshio Koide · 11 years ago
  61. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  62. a9a0300 update test code. by Toshio Koide · 11 years ago
  63. 3c460e1 update test case. by Toshio Koide · 11 years ago
  64. 0626259 Merge remote-tracking branch 'upstream/master' by Toshio Koide · 11 years ago
  65. 33ce127 Remove old test code from LinkStorageImpl by Naoki Shiota · 11 years ago
  66. 525c435 Refactor to new class names by Pankaj Berde · 11 years ago
  67. 727acfc update test codes by Toshio Koide · 11 years ago
  68. d7b7e10 change GraphDBOperation's newXXX() methods to do setType() automatically. by Toshio Koide · 11 years ago
  69. 9d8856e add GraphDBOperation test code. by Toshio Koide · 11 years ago
  70. cc31e8b Merge pull request #381 from y-higuchi/maven by Pankaj Berde · 11 years ago
  71. dfdd418 Fix a test case failing to build. by HIGUCHI Yuta · 11 years ago
  72. bf4c83c Removed tests for old modules and removed modules from the services file by Jonathan Hart · 11 years ago
  73. 3ee2bfe Fix compilation error due to interface changes by Pankaj Berde · 11 years ago
  74. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  75. 1519309 Reduced graph handles and thread locals by Pankaj Berde · 11 years ago
  76. 6e849c6 Reimplement testShortestPath() by using the faster GremlinPipeline Java by Pavlin Radoslavov · 11 years ago
  77. 524d507 * Removed unnecessary imports. * Comment-out test code that is not used (yet). by Pavlin Radoslavov · 11 years ago
  78. 544d313 * Updated the Gremlin-based test code for computing the shortest-path. by Pavlin Radoslavov · 11 years ago
  79. fe99038 Added the gremlin shell and shortcut scripts by Jonathan Hart · 12 years ago
  80. 5185fac Added new test method SwitchStorageImplTest::testShortestPath() by Pavlin Radoslavov · 12 years ago
  81. 11060ed Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 12 years ago
  82. f962d64 Added functionality to delete links and to add links to remote switches that have a link to a local switch. by Umesh Krishnaswamy · 12 years ago
  83. d1c5a1c Cleaned up the storage API tests a bit, and changed to use an in-memory graph for testing rather than a file-based graph database by Jonathan Hart · 12 years ago
  84. 627f10c Added more tests for the switch storage API by Jonathan Hart · 12 years ago
  85. c86a2ea Added more tests for the link storage API by Jonathan Hart · 12 years ago
  86. b7e3d2c Started unit testing for link storage API and modified the Titan queries used by the link storage API by Jonathan Hart · 12 years ago
  87. 9b5c59e Create a copy of floodlight source files on which we can apply our changes. by Umesh Krishnaswamy · 12 years ago