1. 18 Aug, 2016 1 commit
  2. 22 Aug, 2016 6 commits
    • Multiple threads could access the field, lastSink, then they should read
      the latest value of lastSink
      
      Change-Id: I279ed6fa3db357008603cde5cb2c57671e66b33c
      Sho SHIMIZU authored
    • The field, dispatchFuture, is accessed in activate() method and the thread
      where Watchdog is running. Then, different threads could access the field
      and couldn't read the latest value.
      
      Change-Id: Iceb390bcf3c5711c1dbb59198667138c8a90b036
      Sho SHIMIZU authored
    • The field, dispatchLoop, is accessed in activate() method and the thread
      where Watchdog is running. Then, different threads could access the field
      and could miss the latest value.
      
      Change-Id: Id218522f5b318fb3d05833ba57d908a1bf6d2949
      Sho SHIMIZU authored
    • The field, lastStart, is read/written from different thread pools.
      As a result, the field could be accessed from different threads.
      
      Change-Id: Ia50c5bd3405bf2af98abb9d14f7e35d840f62483
      Sho SHIMIZU authored
    • Change-Id: Id4e5913cb69e913190a0b32cd41bac0dbe786729
      Kavitha Alagesan authored
    • Change-Id: Ibdb6dfea672c0900fd3d8dea0441c55c23940f81
      Kavitha Alagesan authored
  3. 20 Aug, 2016 1 commit
    • Change-Id: I11762eb799c1f93536f472807167cdba20a7c8e6
      varunsha authored
  4. 19 Aug, 2016 1 commit
  5. 16 Aug, 2016 3 commits
  6. 11 Aug, 2016 1 commit
  7. 10 Aug, 2016 2 commits
  8. 09 Aug, 2016 3 commits
  9. 08 Aug, 2016 2 commits
  10. 05 Aug, 2016 1 commit
  11. 04 Aug, 2016 1 commit
  12. 03 Aug, 2016 1 commit
  13. 02 Aug, 2016 1 commit
  14. 01 Aug, 2016 2 commits
    • - Was excluding EdgePort when trying to remove EdgePort...
      
      Change-Id: I79da723da5b045e322ec9b9cdb5457a17f1aceb4
      Yuta HIGUCHI authored
    • - Edge point update should be triggered based on TopologyEvent.
        {Device, Link}Event can be triggered before TopologyEvent,
        which will result in use of the outdated Topology to determine
        if the port is an edge port leading to incorrect edge port set.
        (ONOS-4896)
      - Ports on Edge Link should not be considered part of infrastructure,
        should be candidate for Edge point.
      
      Change-Id: I7d69cc242ba7849996c1105ccd1956975db63480
      (cherry picked from commit b440ef46)
      Yuta HIGUCHI authored
  15. 29 Jul, 2016 1 commit
  16. 28 Jul, 2016 1 commit
  17. 26 Jul, 2016 3 commits
  18. 25 Jul, 2016 2 commits
    • Addresses [ONOS-4501] and maybe [ONOS-4404]
      
      Change-Id: I2bce2d60106e6887d692de484d22b109678ffd46
      (cherry picked from commit 1195afbc)
      Jon Hall authored
    • Change-Id: I82ecb542dad4430d55af0fc684f8d13d6e45b45e
      Varun Sharma authored
  19. 21 Jul, 2016 2 commits
  20. 20 Jul, 2016 1 commit
  21. 18 Jul, 2016 1 commit
  22. 14 Jul, 2016 2 commits
  23. 13 Jul, 2016 1 commit