1. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  2. 3a7c98e Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago[Renamed (99%) from core/net/src/main/java/org/onosproject/net/intent/impl/PathIntentInstaller.java]
  3. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  4. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  5. b715f62 PathIntentInstaller: avoiding calls to Resource Store when unnecessary by Brian O'Connor · 9 years ago
  6. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  7. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  8. d94b477 Delete code that is commented out by Sho SHIMIZU · 9 years ago
  9. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 10 years ago
  10. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 10 years ago
  11. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
  12. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java]
  13. 2be9bea adding specified treatments when uninstalling intents by alshabib · 10 years ago
  14. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 10 years ago
  15. 392619e adding group id for intent flows by Brian O'Connor · 10 years ago
  16. 5c05f86 only apply passed actions to last flowrule in p2pintent by alshabib · 10 years ago
  17. c3de1bc fix in the point to point intent to take into account existing treatments by alshabib · 10 years ago
  18. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  19. aaaa963 Remove null check because of guarantee of non-null by Sho SHIMIZU · 10 years ago
  20. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 10 years ago
  21. edc944c adding constaints to intent API by Thomas Vachuska · 10 years ago
  22. e3784c9 Added protection against no resources to PathIntentInstaller. by Thomas Vachuska · 10 years ago
  23. caa450b Prototype bandwidth reservation by Ray Milkey · 10 years ago
  24. 425a2d7 Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical. by Thomas Vachuska · 10 years ago
  25. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  26. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  27. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  28. f2dbde5 refactoring intent framework installers by Brian O'Connor · 10 years ago
  29. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  30. 92c65ad real application ids by alshabib · 10 years ago
  31. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  32. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  33. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  34. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  35. a4cab07 Remove Path Intent by Brian O'Connor · 10 years ago
  36. f5c9d92 Added bi-directional nature to HostToHost intent. by tom · 10 years ago
  37. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  38. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  39. 008126b Fixing a compile issue. by tom · 10 years ago
  40. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago