1. 6677edb Reverting back to java 1.7 by Madan Jampani · 9 years ago
  2. 88dbd49 Updated optical.py to allow parametrized topologies. by Thomas Vachuska · 9 years ago
  3. 6fa1753 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 9 years ago
  4. fad498b adding parametrized optical topo to test/topos by Tom Tofigh · 9 years ago
  5. dcadc2b Added a command to upload onos topology JSON configuration. by Thomas Vachuska · 9 years ago
  6. 425a2d7 Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical. by Thomas Vachuska · 9 years ago
  7. c0bbbd4 Allowing link stores to create links injected by ancillary providers. by Thomas Vachuska · 9 years ago
  8. e550584 Eclipse formatter/clean up action configuration by Yuta HIGUCHI · 9 years ago
  9. 15cd0b8 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. by Madan Jampani · 9 years ago
  10. 4e45ccd Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config. by Thomas Vachuska · 9 years ago
  11. 18867bf Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config. by Thomas Vachuska · 9 years ago
  12. 24c849c Added copyrights to the utils code by Thomas Vachuska · 9 years ago
  13. 34d76ae Modified onos-build to reflect splitting javadoc generation into a separate module. by Thomas Vachuska · 9 years ago
  14. 9252bc3 Added a REST command to upload topology configuration. by Thomas Vachuska · 9 years ago
  15. 67eb380 updating onos.py by Brian O'Connor · 9 years ago
  16. 195191b adding onos.py, a work in progress by Brian O'Connor · 9 years ago
  17. 756fb29 Enhanced onos-log and onos-check-logs to work against instance specific logs when an optional second argument is given, e.g. onos-log $OC1 c0 by Thomas Vachuska · 9 years ago
  18. 5c4324e Enhanced onos-install to pre-stage ONOS artifacts from apache karaf system/org/onlab to ~/.m2/repository/org/onlab to enable operating karaf instances. by Thomas Vachuska · 9 years ago
  19. e9fc596 Added -n option to onos-install to suppress running ONOS via upstart daemon. by Thomas Vachuska · 9 years ago
  20. 7772e10 Added onos-batch command. by Thomas Vachuska · 9 years ago
  21. b105fd4 Tweaked packaging and related assets in preparation for Karaf 3.0.2 by Thomas Vachuska · 9 years ago
  22. 54eeac8 recover onos-config by Yuta HIGUCHI · 9 years ago
  23. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 9 years ago
  24. d57df6c Added alias to run less on the log by Jonathan Hart · 9 years ago
  25. 38c42ed Optical topology provider for UC1 by weibit · 9 years ago
  26. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 9 years ago
  27. 7911a05 lldp discovery independent of OF by alshabib · 9 years ago
  28. 711145a Fix the assignment / usage of OC0 environmental variable so by Pavlin Radoslavov · 9 years ago
  29. 4e62e9a Added config file for csh/tcsh. It is based on the 'bash_profile' file, by Pavlin Radoslavov · 9 years ago
  30. caf19cf Update the "onos-service" command: by Pavlin Radoslavov · 9 years ago
  31. cce11ca Fixing some cell definitions and features. by Thomas Vachuska · 9 years ago
  32. 760a7f9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 9 years ago
  33. 9361721 Update to the tools scripts: by Pavlin Radoslavov · 9 years ago
  34. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 9 years ago
  35. aa90bb5 Minor updates for the tools scripts: by Pavlin Radoslavov · 9 years ago
  36. 0770d0f Minor refactoring in the ONOS cell configuration: by Pavlin Radoslavov · 9 years ago
  37. 9141379 Minor cleanup in some of the shell scripts in the "tools" directory. by Pavlin Radoslavov · 9 years ago
  38. 4b15407 Add missing import of "$ONOS_ROOT/tools/build/envDefaults" by Pavlin Radoslavov · 9 years ago
  39. 3c4d341 Replace hard-coded user-name "sdn" with variable ${ONOS_USER} by Pavlin Radoslavov · 9 years ago
  40. 538fb2a Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 9 years ago
  41. 2f04901 adding proxyarp to office cell by alshabib · 9 years ago
  42. 1f60124 Preparing gui module. by tom · 9 years ago
  43. 0022435 Merge remote-tracking branch 'origin/master' by tom · 9 years ago
  44. b76fe17 adding onos-update-bundle command to push local bundles by Brian O'Connor · 9 years ago
  45. 9fe723a Merge remote-tracking branch 'origin/master' by tom · 9 years ago
  46. 17e0d1d Revert "attempt to fix error showing up on eclipse" by Yuta HIGUCHI · 9 years ago
  47. e9d62c0 attempt to fix error showing up on eclipse by Yuta HIGUCHI · 9 years ago
  48. 8a030cd Run onos-build-selective-hook with bash to prevent issues on systems with by Jonathan Hart · 9 years ago
  49. cf8dd2a Tweaked bash_profile. by tom · 9 years ago
  50. e7f01ee Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 9 years ago
  51. 8af0373 Use existing JAVA_HOME if one is set by Jonathan Hart · 9 years ago
  52. 3f14640 Added protection against project patterns starting with - for onos-push-update-bundle. by tom · 9 years ago
  53. a689779 Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map. by tom · 9 years ago
  54. 1a17eb4 Fixed 'obs' to trigger when any Java source file is newer than the target directory. by tom · 9 years ago
  55. e331eb4 Added onos-watch command. by tom · 9 years ago
  56. a151274 Added topo launcher. by tom · 9 years ago
  57. 61e317d Modified envSetup to differentiate between ONOS_POM_VERSION and ONOS_VERSION, where the latter uses build number or user name & time. by tom · 9 years ago
  58. e2555ff Fixed onos-push-update-bundle tool. Fixed wipe-out command confirmation. by tom · 9 years ago
  59. c5a5abc Added time-stamping to the unofficial version number. by tom · 9 years ago
  60. 53efab5 Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator. by tom · 9 years ago
  61. 9ccb251 Modified onos-install to suppress INFO log entries from command line client. by tom · 9 years ago
  62. bd8e9c8 Add tower topo. by tom · 9 years ago
  63. ca8f670 Added onos-push-update-bundle (yes 'pub') by tom · 9 years ago
  64. 2228803 Adding ability to push remote bundle updates. by tom · 9 years ago
  65. 85258ee Reworked intent states to the new set of states. by tom · 9 years ago
  66. 95329eb Starting to experiment with flow tracking. by tom · 9 years ago
  67. 0511a52 Added an intent completer to the command-line. by tom · 9 years ago
  68. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 9 years ago
  69. 95cf139 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 9 years ago
  70. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 9 years ago
  71. 382b266 suppress maven warning by Yuta HIGUCHI · 9 years ago
  72. 26edf05 Added a tool to fetch dev/test VMs from the local share. by tom · 9 years ago
  73. 5b68d81 Added log verification to onos-test. by tom · 9 years ago
  74. 2482e6f Enhanced cell & cells tools. by tom · 9 years ago
  75. 1cd74ae Added onos-build-selective & obs short-hand. by tom · 9 years ago
  76. 04c38c8 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by pankaj · 10 years ago
  77. dff2444 make bash_profile work by pankaj · 10 years ago
  78. 2a0adb1 Adding customizable features for cell-specific packaging. by tom · 10 years ago
  79. e797a5d Adding customizable features for cell-specific packaging. by tom · 10 years ago
  80. 7814e9f office cell and associated fixes (role, idle timeout) by alshabib · 10 years ago
  81. a6bc21b Added -w option to the onos CLI. by tom · 10 years ago
  82. 890a43b Adding test command to remotely kill onos instance. by tom · 10 years ago
  83. 8158314 Further simplified the store & connection manager relationship. by tom · 10 years ago
  84. 4ee8bae Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  85. 6b9c9b1 modified onos-test to onos-install in parallel by Yuta HIGUCHI · 10 years ago
  86. defed6f Fixing test scripts and removing SLP bundle from features for now. by tom · 10 years ago
  87. 1655562 Added ability to measure round-trip latency and to assure message integrity. by tom · 10 years ago
  88. b7b4063 initial impl of proxy arp by alshabib · 10 years ago
  89. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago
  90. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  91. 7fc1837 Fixed onos-patch-vm script. by tom · 10 years ago
  92. 7d197c4 Fixing the cell definition and the install script. by tom · 10 years ago
  93. fc162b0 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  94. 0768a02 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  95. a1376e4 Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  96. 0755a36 Added notion of a general Store abstraction and wired it up in ClusterStore. by tom · 10 years ago
  97. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  98. 82d6bde Fixing test scripts. by tom · 10 years ago
  99. 1a2908c Enhanced a number of the test scripts and replaced hazelcast.xml with a mildly augmented version of the 3.3 one. by tom · 10 years ago
  100. caf3bf7 Added onos-test. Refactored the CLI classes. by tom · 10 years ago