Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
ca0fcff106004c46d2e519eaa0961e9270b96d59
/
core
/
store
/
trivial
e5ca93b
fix some of findbugs issues
by Yuta HIGUCHI
· 10 years ago
31961c1
Resolving merge conflicts
by Madan Jampani
· 10 years ago
117aaae
Towards a distributed flow rule store
by Madan Jampani
· 10 years ago
0e752bd
Added link types of TUNNEL and OPTICAL.
by Thomas Vachuska
· 10 years ago
56dbeb1
Fixed a defect that allowed ancillary device providers to overwrite primary provider's data.
by Thomas Vachuska
· 10 years ago
2374fc9
many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery
by alshabib
· 10 years ago
2ca9cf2
Replaced another instance of deep nested "if..else" statement with
by Pavlin Radoslavov
· 10 years ago
a85542b
LinkStore bugfix. avoid DIRECT -> INDIRECT transition
by Yuta HIGUCHI
· 10 years ago
fc981cf
MastershipEvent carries RoleInfo as a subject
by Ayaka Koshibe
· 10 years ago
f3d51bd
Initial DistributedDlowRuleStore
by Yuta HIGUCHI
· 10 years ago
c96058a
Refactoring intent API.
by Thomas Vachuska
· 10 years ago
94ffdd4
SimpleFlowRuleStore to support FlowId collision
by Yuta HIGUCHI
· 10 years ago
1109640
Changed some non concurrent structures to ConcurrentHashMaps in
by Jonathan Hart
· 10 years ago
abedb09
MasteshipService, store, and CLI commands use RoleInfo
by Ayaka Koshibe
· 10 years ago
f6f50a6
FlowEntry must not be modified outside store.
by Yuta HIGUCHI
· 10 years ago
58e4043
remove debug log
by Yuta HIGUCHI
· 10 years ago
da1cda6
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
605347c
modified SimpleFlowRuleStore not to use MultiMap
by Yuta HIGUCHI
· 10 years ago
75e7742
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by alshabib
· 10 years ago
7911a05
lldp discovery independent of OF
by alshabib
· 10 years ago
dd841b7
backport GossipLinkStore changes back to trivial.
by Yuta HIGUCHI
· 10 years ago
2c546a1
backport GossipDeviceStore changes back to trivial.
by Yuta HIGUCHI
· 10 years ago
0a608ac
Pruned duplicate dependencies and plugins from several core related pom.xml files.
by Thomas Vachuska
· 10 years ago
760a7f9
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
5fa3dc0
GossipHostStore: add AE support
by Yuta HIGUCHI
· 10 years ago
bfca040
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
f9b02fc
refactored MastershipStore to not use ILock
by Ayaka Koshibe
· 10 years ago
a263915
Added Host related memos.
by Yuta HIGUCHI
· 10 years ago
45503ce
list mastership roles CLI command
by Ayaka Koshibe
· 10 years ago
990aecc
eliminate package dependency cycle
by Yuta HIGUCHI
· 10 years ago
18ab8a9
modified LinkKey creation to follow other id objects
by Yuta HIGUCHI
· 10 years ago
80912e6
Separate cluster management and mastership management to separate packages
by Yuta HIGUCHI
· 10 years ago
093e83e
Refactoring
by Yuta HIGUCHI
· 10 years ago
093340b
Speeding up stuff. HostDescription now passes up just a single IpAddress.
by tom
· 10 years ago
fa891c9
Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles."
by Yuta HIGUCHI
· 10 years ago
d40483d
Revert "Refactored code in an attempt to break dependency cycles"
by Yuta HIGUCHI
· 10 years ago
195af6e
Refactored code in an attempt to break dependency cycles
by Madan Jampani
· 10 years ago
58819b4
Refactoring to move code to right locations. Attempt at breaking dependency cycles.
by Madan Jampani
· 10 years ago
92c65ad
real application ids
by alshabib
· 10 years ago
4c89127
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
c404770
role reassignment tweaks
by Ayaka Koshibe
· 10 years ago
8ca5390
added hashcode and equals to treatments
by alshabib
· 10 years ago
85258ee
Reworked intent states to the new set of states.
by tom
· 10 years ago
1456fe7
Merge remote-tracking branch 'origin/master'
by tom
· 10 years ago
c35efac
DeviceStore update
by Yuta HIGUCHI
· 10 years ago
9b4030d
Added a summary command.
by tom
· 10 years ago
95329eb
Starting to experiment with flow tracking.
by tom
· 10 years ago
885be1d
Fixed annotation handling.
by Yuta HIGUCHI
· 10 years ago
1c319ff
the return of the flowentry
by alshabib
· 10 years ago
0d6a5e6
Fixed remove behavior for Device and Link Store
by Yuta HIGUCHI
· 10 years ago
39ede6a
SimpleLinkStore with annotation and multi-provider support
by Yuta HIGUCHI
· 10 years ago
68b3494
Sliced out Provider-ish API from ClockService
by Yuta HIGUCHI
· 10 years ago
c99a8d3
Add TODO memo + cosmetics
by Yuta HIGUCHI
· 10 years ago
66630c8
Adding Intent Impl and shell command to install simple intent
by Brian O'Connor
· 10 years ago
ba5ac48
flowrules no longer install a timeout but are monitored by onos in order to be expired
by alshabib
· 10 years ago
55710e7
implemented annotation merging on SimpleDeviceStore.
by Yuta HIGUCHI
· 10 years ago
8e49379
Experimenting multi Provider support on SimpelDeviceStore.
by Yuta HIGUCHI
· 10 years ago
5f6739c
Add ProviderID to DeviceStore port update APIs
by Yuta HIGUCHI
· 10 years ago
ea961ff
Moved trivial from net to store. Fixed some javadocs.
by tom
· 10 years ago
8441136
serializers for roles
by Ayaka Koshibe
· 10 years ago
1743ddb
test for simpleMastershipStore
by Ayaka Koshibe
· 10 years ago
751fb1e
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
971a38a
relinquishes mastership when device disconnects
by Ayaka Koshibe
· 10 years ago
4906fab
initial mobility support
by alshabib
· 10 years ago
65efaef
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
c749ae0
Corrected a typo.
by tom
· 10 years ago
f5712ff
Simple{Device,Link}Store test
by Yuta HIGUCHI
· 10 years ago
c52a8a9
Merge remote-tracking branch 'origin/master'
by tom
· 10 years ago
b5df76d
split onos-core-hz into
by Yuta HIGUCHI
· 10 years ago
2e96389
moving around Madan's pieces
by Yuta HIGUCHI
· 10 years ago
e76a24d
Bundle restructuring
by Yuta HIGUCHI
· 10 years ago