1. e8bfe61 BugFix: Potential Kryo instance leak on Exception. by Yuta HIGUCHI · 10 years ago
  2. b2a8c1f Fixed file permissions: removed executable flag for Java source files. by Pavlin Radoslavov · 10 years ago
  3. 0c14b8a Fix a bug: Correct the class name when creating the logger. by Pavlin Radoslavov · 10 years ago
  4. 964f8ae Updated Intent-related log messages from log.error() to log.debug() by Pavlin Radoslavov · 10 years ago
  5. 0294e05 Fix issues found by FindBugs: URF_UNREAD_FIELD by Pavlin Radoslavov · 10 years ago
  6. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  7. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  8. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  9. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  10. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  11. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago
  12. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  13. aa38097 Renamed the intent package by Jonathan Hart · 10 years ago[Renamed (97%) from src/main/java/net/onrc/onos/intent/runtime/PersistIntent.java]
  14. 6df9017 Renamed datagrid and datastore packages by Jonathan Hart · 10 years ago
  15. d8533b5 Organize intent packages by Toshio Koide · 10 years ago[Renamed (98%) from src/main/java/net/onrc/onos/intent/persist/PersistIntent.java]
  16. 66ca1bf Refactoring datastore package by Yuta HIGUCHI · 10 years ago
  17. d1dfb92 Instantiate kryo instance using kryo factory (newKyro). by Nick Karanatsios · 10 years ago
  18. a880057 If the value of the intents writing into ramcloud exceeds the 1MB limit split the size into multiple writes. by Nick Karanatsios · 10 years ago
  19. f933600 Fix bug of incorrect size when storing into RAMCloud by Nick Karanatsios · 10 years ago
  20. a1bad35 Fix rest client script to support remove operation Clean some debugging logs by Nick Karanatsios · 10 years ago
  21. 87e8be7 1)Add log time retrieval from rest 2) mesh_topology.py can run without ONOS by Nick Karanatsios · 10 years ago
  22. ed645df Rest-intent by Nick Karanatsios · 10 years ago
  23. 8abe717 add persistance of intents to ramcloud by Nick Karanatsios · 10 years ago