1. badd97a Merge "First commit for circuits app" by Thomas Vachuska · 9 years ago
  2. 6dd36a3 First commit for circuits app by Luca Prete · 9 years ago
  3. fb65867 uiref -- minor embellishment to topo dialog example. by Simon Hunt · 9 years ago
  4. 97f2dbb ONOS-3263 : Added code to exercise the topology dialog API. by Simon Hunt · 9 years ago
  5. ebc3227 ONOS-3263 : Rename component to remove redundant 'Ui' moniker. by Simon Hunt · 9 years ago
  6. b9c495e ONOS-3263 : Initial cut of Reference App, consolidated from UI archetype overlay sample code. by Simon Hunt · 9 years ago
  7. d4a22b1 ONOS-3321 Added ability for applications to register a deactivation hook. by Thomas Vachuska · 9 years ago
  8. ae3e884 GUI -- reference sample app for UI. - NOTE: some still need proper descriptions. by Simon Hunt · 9 years ago
  9. 925064b Uping versions to 1.3.0-SNAPSHOT and moving igmp, pim, mfwd to onos master. by alshabib · 9 years ago
  10. 76bddf9 Initial commit for PIM as an application. by Rusty Eddy · 9 years ago
  11. ee28530 ONOS IPFIX demo app, OpenFlow statistics export over IPFIX by Dusan Pajin · 9 years ago
  12. 82ad9a4 Javadoc cleanups and some additional error checking by Rusty Eddy · 9 years ago
  13. 3bc7846 Basic IGMP skeleton app is ready to go. IGMP packet type, by Rusty Eddy · 9 years ago
  14. 7f0b52a Removing DHCP code from onos-app-samples since it now moved to the main onos git repo. by Thomas Vachuska · 9 years ago
  15. 67eb43a Adding Lease expiry to DHCP GUI by samanwita pal · 9 years ago
  16. b864c36 Adding GUI for displaying the DHCP Mappings. DHCP REST API disabled. by samanwita pal · 9 years ago
  17. 117bf1c UDP Traffic selector changes for DHCP Server by samanwita pal · 9 years ago
  18. 8f1bd1a ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  19. ab127d0 Adding REST APIs for DHCP Server by samanwita pal · 9 years ago
  20. b81c278 Adding skeletal REST API for DHCP app. by Thomas Vachuska · 9 years ago
  21. 982cc0e Adding DROP rule for failed intents + changing netconfig imports from incubator by samanwita pal · 9 years ago
  22. cdc5280 Generating unique key for intents in ifwd app by samanwita pal · 9 years ago
  23. e2983f5 Integrating hosts learned through DHCP into topology by samanwita pal · 9 years ago
  24. 869dd93 Adding unit tests for DHCPManager and IPAssignment by samanwita pal · 9 years ago
  25. 1585268 Fixing pom to allow onos-maven-plugin to work. by Thomas Vachuska · 9 years ago
  26. 57be0f2 Merge "Reject bad ip addresses on IP packets and count punts. Also added Override as needed on appropriate members." by Brian O'Connor · 9 years ago
  27. a49b00f Reject bad ip addresses on IP packets and count punts. Also added by Rusty Eddy · 9 years ago
  28. 37fe2e7 Moving sample apps to PacketProcessor methods by Brian O'Connor · 9 years ago
  29. b7900e5 ONOS-2197 Generating ARP Replies to myMAC by samanwita pal · 9 years ago
  30. ba6a3f0 Turn McastRouteTable into a service to be used by cli and rest code by Rusty Eddy · 9 years ago
  31. 792159a ONOS-2197 Adding Router Address and DNS to the config by samanwita pal · 9 years ago
  32. 775f619 ONOS-2197 Enabling configuration using a json file for the DHCP server by samanwita pal · 9 years ago
  33. f09c09e ONOS-2197 Adding some logic to keep track of expired IP Lease Assignments by samanwita pal · 9 years ago
  34. f66ed8a ONOS-2197 Adding service interface and CLI for DHCP Server by samanwita pal · 9 years ago
  35. 18696f6 ONOS-2197 Adding the skeletal DHCP Server, Packet builder, processor, store by samanwita pal · 9 years ago
  36. 175f0b5 Merge "Added the mcast-delete cli command and supporting class methods. The changes also support withdrawing the associated intents." by Thomas Vachuska · 9 years ago
  37. 006975b Stop referencing the variable egressPorts if it is null. Also by Rusty Eddy · 9 years ago
  38. 4e43506 Added the mcast-delete cli command and supporting class methods. by Rusty Eddy · 9 years ago
  39. 9e5f3b4 Converted one-ping to use objective service. by Thomas Vachuska · 9 years ago
  40. b91ecce Fixing javadoc in mfwd by Brian O'Connor · 9 years ago
  41. 16a72a5 Updating version 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  42. 52da58b Updating version 1.2.0 by Brian O'Connor · 9 years ago
  43. c6deaaa Updating import in BandwidthCalendarResource.java by Brian O'Connor · 9 years ago
  44. 241617a Updating onos-maven-plugin version in mfwd by Brian O'Connor · 9 years ago
  45. 497986c Updating flowtest parent pom.xml by Brian O'Connor · 9 years ago
  46. bed7e24 Merge "Adding Flow Rule test to app-samples (from onos-core)" by Thomas Vachuska · 9 years ago
  47. d087dd2 Adding Flow Rule test to app-samples (from onos-core) by Brian O'Connor · 9 years ago
  48. 39bebd8 Added mcast join command and mcast-show --json by Rusty Eddy · 9 years ago
  49. bcb4f0d Fixed bandwidth calendaring app to use new API by Jonathan Hart · 9 years ago
  50. 1480b23 Moved the Intent handling functions from the McastForward class by Rusty Eddy · 9 years ago
  51. edc1c69 Merge "Improved the readability of the multicast show command" by Thomas Vachuska · 9 years ago
  52. 1726752 Improved the readability of the multicast show command by Rusty Eddy · 9 years ago
  53. 48552d4 Merge "Adding explicit DROP instruction due to change in default behavior of DefaultTrafficTreatment.build" by Thomas Vachuska · 9 years ago
  54. 6799aeb Removed app.xml and updated pom.xml with the onos.app.name property by Rusty Eddy · 9 years ago
  55. 75d9267 Updating reference to moved class: EthCriterion by Brian O'Connor · 9 years ago
  56. 568a7ce Naming convention changes according to comments from code review by Rusty Eddy · 9 years ago
  57. f6a33d2 Adding explicit DROP instruction due to change in default behavior of DefaultTrafficTreatment.build by Srikanth Vavilapalli · 9 years ago
  58. 63cf57b Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  59. c83f3d3 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  60. 4f5008c Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  61. d1a4dbb Fixed oneping packaging. by Thomas Vachuska · 9 years ago
  62. 2436baf Moved demo app back to main onos repo. Fixed broken build in DatabasePerfInstaller. by Thomas Vachuska · 9 years ago
  63. 8090e22 Intent API builder changes by Ray Milkey · 9 years ago
  64. 87585ca Moving intent-perf and election back to onos by Brian O'Connor · 9 years ago
  65. 5db9030 Adding README by Brian O'Connor · 9 years ago
  66. f292d7d Mirroring changes from mainline repo: by Brian O'Connor · 9 years ago
  67. 3b47a71 Porting intent changes to sample apps. by Thomas Vachuska · 9 years ago
  68. 9141e12 Fixing parent pom. by Thomas Vachuska · 9 years ago
  69. c6733ef Adding OnePing app. by Thomas Vachuska · 9 years ago
  70. 32e7460 Adding parent pom.xml and updating children by Brian O'Connor · 9 years ago
  71. 14894be Adding database perf app by Brian O'Connor · 9 years ago
  72. 7cd0d83 Adding samples app by Brian O'Connor · 9 years ago
  73. 3200a07 Adding demo app by Brian O'Connor · 9 years ago
  74. e0e6de0 Adding calendar app by Hongtao Yin · 9 years ago
  75. 083774a Adding ifwd app by Brian O'Connor · 9 years ago
  76. af0915a Adding tvue app by Brian O'Connor · 9 years ago
  77. 964dedc Adding intent perf app by Brian O'Connor · 9 years ago
  78. 64049d6 adding gitreview and gitignore by Brian O'Connor · 9 years ago
  79. 33dfc9d Initial empty repository by Brian O'Connor · 9 years ago