1. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  2. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  3. eb431c1 Fixed issue with pushing topo JSON after devices are in the system. by Jonathan Hart · 9 years ago
  4. 82e95a5 Added means to administratively remove device via REST API. by Thomas Vachuska · 9 years ago
  5. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  6. 7b15851 Fix delete of an intent and add a unit test for it by Ray Milkey · 9 years ago
  7. 47bd480 Add POST method for the Host REST API and fix minor documentation errors by Kedar Gupta · 9 years ago
  8. f7cb401 Fix ONOS-2090 - Improvements to Intent JSON by Ray Milkey · 9 years ago
  9. b9af946 Implement REST APIs for link flow statistics by Ray Milkey · 9 years ago
  10. 303e671 Refactor to use JAXRS URI builder and fix HTTP status for bad JSON by Ray Milkey · 9 years ago
  11. 96d55b1 Implementing net config subsystem and revising its interfaces. by Thomas Vachuska · 9 years ago
  12. b82c42b Implementation of REST POST API for creating intents by Ray Milkey · 9 years ago
  13. 0dbac7a Fix javadoc warnings by Madan Jampani · 9 years ago
  14. eb5c717 ONOS-2144 - Complete implementation of REST API for flows by Ray Milkey · 9 years ago
  15. ccf40c7 Fix bug that inconsistency happens in long value and name in PortNumber by Sho SHIMIZU · 9 years ago
  16. d43fe45 REST API to create flows by Ray Milkey · 9 years ago
  17. bb825d7 Remove forEach() that introduces side-effect inherently by Sho SHIMIZU · 9 years ago
  18. 63d9f64 Remove unnecessary empty set check by Sho SHIMIZU · 9 years ago
  19. 30e9fd1 Filter connect points by device ID by Sho SHIMIZU · 9 years ago
  20. f6501c0 Remove null check because it is always evaluated as false by Sho SHIMIZU · 9 years ago
  21. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  22. c10d151 ConfigProvider: Use port number from known ports to create ConnectPoints by Ayaka Koshibe · 9 years ago
  23. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  24. a3d67cd Expose empty annotations as SparseAnnotations to move down cast by Sho SHIMIZU · 9 years ago
  25. 236e9cd Fix for parsing non-numeric port numbers in ConfigProvider by Ayaka Koshibe · 9 years ago
  26. 9100624 ConfigProvider: Protect against potential NPE when reading files by Ayaka Koshibe · 9 years ago
  27. 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
  28. ae54173 Linc-OE ports now identifiable as Och and OMS ports. by Ayaka Koshibe · 9 years ago
  29. 9bb32ab Moved AbstractWebResource to api bundle so it is accessible by applications. by Jonathan Hart · 9 years ago