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