Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
edb0d86636071bbc5609012b5f370ddcddef6847
/
src
/
main
/
java
/
net
/
onrc
/
onos
/
util
a7cff3d
update javadoc
by Toshio Koide
· 11 years ago
1d1a856
add some javadocs
by Toshio Koide
· 11 years ago
6382e4c
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2
by Toshio Koide
· 11 years ago
bfe9b92
add another GraphDBOperation constructor which creates an instance directry from GraphDBConnection configuration path.
by Toshio Koide
· 11 years ago
dc94944
use commit() and rollback() methods on IDBConnection instead of entTx() method.
by Toshio Koide
· 11 years ago
1326010
debug methods of setIPAddress(), getSwitch() and searchDevice().
by Toshio Koide
· 11 years ago
b29b9b3
refactor
by Toshio Koide
· 11 years ago
45aca60
Merge branch 'dev1'
by Toshio Koide
· 11 years ago
f20a507
add close() method to close GraphDBConnection via GraphDBOperation, and update interface class's definition
by Toshio Koide
· 11 years ago
a41950a
add commit() and rollback() methods to IDBOperation class.
by Toshio Koide
· 11 years ago
416a78e
Merge branch 'dev1'
by Toshio Koide
· 11 years ago
0626259
Merge remote-tracking branch 'upstream/master'
by Toshio Koide
· 11 years ago
5340380
rearrange methods of GraphDBOperation class in its interface's order.
by Toshio Koide
· 11 years ago
727acfc
update test codes
by Toshio Koide
· 11 years ago
12004e6
newSwitch() and newPort() require DPID and port number respectively.
by Toshio Koide
· 11 years ago
1d50769
change interface definitions.
by Toshio Koide
· 11 years ago
9d9faa4
remove unused variables.
by Toshio Koide
· 11 years ago
d7b7e10
change GraphDBOperation's newXXX() methods to do setType() automatically.
by Toshio Koide
· 11 years ago
eb88ff6
rename GraphDBUtils to GraphDBOperation and make it to have GraphDBConnection's instance.
by Toshio Koide
· 11 years ago
507c04a
add interface classes for Graph Databases
by Toshio Koide
· 11 years ago
356086e
Moved pure ONOS code in net.floodlightcontroller.util to onos package namespace
by HIGUCHI Yuta
· 11 years ago
2051490
Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace
by HIGUCHI Yuta
· 11 years ago
c165a52
Simplify port lookup using Groovy
by Pankaj Berde
· 11 years ago
5d50641
Move to Titan 0.2.1
by Pankaj Berde
· 12 years ago
f748c32
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pankaj Berde
· 12 years ago
e6e9187
Fix REST data being out of date and causing fluctuating flows, links and switches
by Jonathan Hart
· 12 years ago
d1c3859
Speed up flow installation
by Pankaj Berde
· 12 years ago
61ce908
Reimplement searchActiveSwitch
by Pankaj Berde
· 12 years ago
6201614
Single Graph handle across all controller
by Pankaj Berde
· 12 years ago
df871be
Graph connection cannot be closed
by Pankaj Berde
· 12 years ago
86a0d41
getPort from frames is buggy...reverting to gremlin
by Pankaj Berde
· 12 years ago
a709557
Reverse order of commits
by Pankaj Berde
· 12 years ago
53874bc
Merged with master
by Pankaj Berde
· 12 years ago
f5315fb
Get flow summary now returns flows in order of FlowId, and we attempt to filter out null flows caused by empty vertices in Titan
by Jonathan Hart
· 12 years ago
5fb2763
addPort fails occassionally...do better exception handling
by Pankaj Berde
· 12 years ago
73ea7e5
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pankaj Berde
· 12 years ago
2239f0d
migrate to Titan 0.3.0
by Pankaj Berde
· 12 years ago
9a8760f
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pankaj Berde
· 12 years ago
8f03611
Temporary commit
by Pankaj Berde
· 12 years ago
f6fa7f0
Added new method IDBUtils.searchActiveSwitch()
by Pavlin Radoslavov
· 12 years ago
6a97eb8
Listen to edge removal and invoke flow reconciliation
by Pankaj Berde
· 12 years ago
1519309
Reduced graph handles and thread locals
by Pankaj Berde
· 12 years ago
706df05
Fixed Issue #207: Implement remaining API for getting flow state
by Pavlin Radoslavov
· 12 years ago
b6f5354
* Added initial support for add/get/delete Flow state to the Network MAP via the REST API
by Pavlin Radoslavov
· 12 years ago
ac1a8c3
Devices REST API
by Pankaj Berde
· 12 years ago
da80957
ONOS listens to device discovery messages
by Pankaj Berde
· 12 years ago