Code Review
/
controller.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅
next
MDSAL-298: properly handle unkeyed lists
[controller.git]
/
opendaylight
/
md-sal
/
sal-binding-broker
/
src
/
main
/
java
/
org
/
opendaylight
/
controller
/
md
/
sal
/
binding
/
impl
/
2018-02-05
Robert Varga
MDSAL-298: properly handle unkeyed lists
62/67662/4
tree
|
commitdiff
2018-01-29
Robert Varga
Fix ModificationType.APPEARED mapping
54/67654/5
tree
|
commitdiff
2018-01-11
Robert Varga
Adjust to yangtools-2.0.0 changes
75/64175/42
tree
|
commitdiff
2017-10-16
Jakub Toth
Bug 9283 - BindingToNormalizedNodeCodecFactory in sal...
92/64292/8
tree
|
commitdiff
2017-10-12
Robert Varga
Import MappingCheckedFuture from mdsal
94/64194/1
tree
|
commitdiff
2017-09-27
David Suarez
Remove explicit default super-constructor calls
20/63620/1
tree
|
commitdiff
2017-09-15
Stephen Kitt
Use foreach loops
81/57081/3
tree
|
commitdiff
2017-09-08
Robert Varga
Eliminate BindingToNormalizedNodeCodecFactory.getOrCrea...
31/62831/3
tree
|
commitdiff
2017-09-08
Robert Varga
Eliminate some more references to SchemaService
30/62830/3
tree
|
commitdiff
2017-09-06
Robert Varga
Adjust to binding codec implementation package move
13/62613/4
tree
|
commitdiff
2017-08-13
Tom Pantelis
Add MXBean to report shard registered DTCL/DCL info
87/59587/5
tree
|
commitdiff
2017-05-17
Stephen Kitt
sal-binding-broker: use lambdas
78/57178/2
tree
|
commitdiff
2017-03-29
Martin Ciglan
BindingDOMRpcImplementationAdapter code clean-up
70/53970/3
tree
|
commitdiff
2017-03-06
Jakub Toth
Bug 6859 - Binding generator v1 refactoring
70/52170/12
tree
|
commitdiff
2017-03-03
Igor Foltin
Bug 6856: Rpc definition should implicitly define input...
54/52754/2
tree
|
commitdiff
2016-10-04
Stephen Kitt
Mechanical code cleanup (sal-binding-broker)
82/46082/4
tree
|
commitdiff
2016-08-24
Tom Pantelis
Implement toString in DataBroker impls
73/44573/2
tree
|
commitdiff
2016-08-18
Tom Pantelis
Fix FinalModifierException due to BindingToNormalizedNo...
74/44274/2
tree
|
commitdiff
2016-07-21
Tom Pantelis
Remove global BindingToNormalizedNodeCodec instance
43/40743/7
tree
|
commitdiff
2016-07-18
Tony Tkacik
Use mdsal.dom.codec instead of yangtools.data.codec
11/41811/2
tree
|
commitdiff
2016-06-15
Robert Varga
BUG-865: remove use of QName.cachedReference()
42/40342/2
tree
|
commitdiff
2016-05-20
Robert Varga
Use YangInstanceIdentifier.EMPTY
14/39014/7
tree
|
commitdiff
2016-04-22
Tom Pantelis
Fix test failures in sal-binding-it
40/38040/1
tree
|
commitdiff
2016-04-13
Tom Pantelis
Add blueprint wiring to sal-binding-broker-impl
53/35853/25
tree
|
commitdiff
2016-03-23
Stephen Kitt
Add a few toString() methods
05/36105/2
tree
|
commitdiff
2016-03-22
Tom Pantelis
Fix wait for schema in BindingToNormalizedNodeCodec
81/35881/7
tree
|
commitdiff
2016-02-19
Tony Tkacik
Binding Codecs support of APPEARED,DISAPPEARED.
58/35058/2
tree
|
commitdiff
2016-01-04
Gary Wu
Remove unnecessary code
04/32104/2
tree
|
commitdiff
2015-11-20
Tom Pantelis
Bug 4651: Add ClusteredDataTreeChangeListener interface...
42/29942/2
tree
|
commitdiff
2015-08-19
Tony Tkacik
Bug 4035: Fixed some sonar warnings in md.sal.binding...
13/19213/11
tree
|
commitdiff
2015-08-18
Harman Singh
Enabling Data Change Notifications for all nodes in...
96/24496/6
tree
|
commitdiff
2015-08-08
Thanh Ha
Fix license header violations in sal-binding-broker
64/24964/1
tree
|
commitdiff
2015-06-09
Robert Varga
Migrate to MoreObjects
65/22165/1
tree
|
commitdiff
2015-06-08
Robert Varga
Improve BindingDOMRpcImplementationAdapter performance
82/22082/3
tree
|
commitdiff
2015-06-08
Robert Varga
Instantiate faster RpcServiceInvokers
84/22084/2
tree
|
commitdiff
2015-06-08
Robert Varga
Rework BindingDOMRpcImplementationAdapter instantiation
81/22081/3
tree
|
commitdiff
2015-06-08
Tony Tkacik
BUG 3067: Added support for blocking if schema is not...
63/22063/2
tree
|
commitdiff
2015-06-08
Robert Varga
Take advantage of YangInstanceIdentifier methods
09/21109/3
tree
|
commitdiff
2015-05-26
Tony Tkacik
Introduced Lazy DOM Rpc Result future.
10/21110/2
tree
|
commitdiff
2015-05-26
Michal Rehak
BUG-3183: Extend notification publisher API
93/21093/2
tree
|
commitdiff
2015-05-26
Tony Tkacik
Bug 3148 - Fixed binding.api.NotificationListener support
90/20090/2
tree
|
commitdiff
2015-05-19
Maros Marsalek
Set weak keys for binding mountpoint cache
96/20496/2
tree
|
commitdiff
2015-05-13
Tony Tkacik
Bug 2351 Speed-up Binding-to-Binding routed RPC Invocation.
12/19312/6
tree
|
commitdiff
2015-05-12
Tony Tkacik
Bug 3135 - Fixed support for InterestListener
83/19783/2
tree
|
commitdiff
2015-05-07
Tony Tkacik
Merge "Add missing copyright text"
tree
|
commitdiff
2015-05-07
Tony Tkacik
Merge "BUG 2954 : Thread local DocumentBuilder's for...
tree
|
commitdiff
2015-05-05
Tony Tkacik
Merge "BUG 2820 - LLDP refactor"
tree
|
commitdiff
2015-05-05
Tony Tkacik
Merge "Bug 2820 - LLDP TLV support and testing"
tree
|
commitdiff
2015-05-05
Tony Tkacik
Merge "Bug 2820 - problem to add second TLV with type...
tree
|
commitdiff
2015-05-04
Tony Tkacik
Merge "BUG 3057 - notify added event source by topics...
tree
|
commitdiff
2015-04-30
Tony Tkacik
Merge "BUG-2288: deprecate old binding Notification...
tree
|
commitdiff
2015-04-27
Ed Warnicke
Merge "Bug 2983: Added support for creation of multiple...
tree
|
commitdiff
2015-04-27
Tony Tkacik
Merge "Event Source: switch from wildcards to regexs"
tree
|
commitdiff
2015-04-27
Tony Tkacik
Merge "BUG 3029 - netconf event source modification...
tree
|
commitdiff
2015-04-26
Martin Bobak
Bug 3063 - Notification brokers does not properly scans...
05/19105/1
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Bumped controller version by minor for next...
tree
|
commitdiff
2015-04-24
Tom Pantelis
Merge "Fix NoSuchElementException thrown when transacti...
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Use ImmutableNodes.fromInstanceId in netconf"
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Improve performance of XmlElement.getName"
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Fix test failure in TopologyManagerImplTest...
tree
|
commitdiff
2015-04-24
Moiz Raja
Merge "Fix CloseTransactionChain NotSerializableException"
tree
|
commitdiff
2015-04-24
Tom Pantelis
Merge topic 'li/cleanup/javassist'
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Stop SubtreeFitler from rereading reply even...
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Use ImmutableNodes.fromInstanceId in restconf"
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "BUG 3045 : Use non-strict parsing in hello message."
tree
|
commitdiff
2015-04-24
Tony Tkacik
Merge "Create transaction on the backend datastore...
tree
|
commitdiff
2015-04-24
Moiz Raja
Merge "Reduce non-existent Tx chain logging on close...
tree
|
commitdiff
2015-04-24
Moiz Raja
Merge "Return local shard's DataTree from ActorContext...
tree
|
commitdiff
2015-04-24
Tony Tkacik
Migrated Hydrogen Notification Broker to not use Javassist.
20/18820/3
tree
|
commitdiff
2015-04-24
Tom Pantelis
Merge "Tests for DOMDataTreeListener"
tree
|
commitdiff
2015-04-24
Tom Pantelis
Merge "Replaced Helium Notification Broker with new...
tree
|
commitdiff
2015-04-22
Tony Tkacik
Replaced Helium Notification Broker with new Notifcati...
55/18255/5
tree
|
commitdiff
2015-04-21
Moiz Raja
Merge "Cleanup: Remove passing around of DataPersistenc...
tree
|
commitdiff
2015-04-21
Moiz Raja
Merge "Address comment in gerrit 17266"
tree
|
commitdiff
2015-04-21
Moiz Raja
Merge "Bug 2948: Perform create snapshot synchronously"
tree
|
commitdiff
2015-04-17
Tony Tkacik
Bug 2351: Introduced LazySerializedDOMNotification
13/17913/4
tree
|
commitdiff
2015-04-17
Tom Pantelis
Merge "Notification Listener Adapter uses NotificationL...
tree
|
commitdiff
2015-04-16
Ed Warnicke
Merge "Bug 2358: Fixed warnings in Restconf"
tree
|
commitdiff
2015-04-15
Moiz Raja
Merge "Bug 2948: Recovered log entries not applied...
tree
|
commitdiff
2015-04-15
Tony Tkacik
Merge "BUG-2953: do not use a complete InMemoryDataStore"
tree
|
commitdiff
2015-04-15
Tony Tkacik
Notification Listener Adapter uses NotificationListener...
36/17836/5
tree
|
commitdiff
2015-04-14
Tom Pantelis
Merge "Extracted NotificationInvokerImpl to separate...
tree
|
commitdiff
2015-04-14
Tony Tkacik
Extracted NotificationInvokerImpl to separate class.
35/17835/3
tree
|
commitdiff
2015-04-13
Tony Tkacik
Merge "Stop swallowing exceptions in XmlElement optiona...
tree
|
commitdiff
2015-04-13
Tony Tkacik
Merge "Remove isCloseMsg check for each rpc"
tree
|
commitdiff
2015-04-10
Moiz Raja
Merge "Remove deprecation suppression"
tree
|
commitdiff
2015-04-10
Moiz Raja
Merge "Add generic arguments"
tree
|
commitdiff
2015-04-10
Moiz Raja
Merge "Fixes Bug 2935"
tree
|
commitdiff
2015-04-10
Moiz Raja
Merge changes I114cbac1,I45c2e7cd
tree
|
commitdiff
2015-04-10
Moiz Raja
Merge "Refactor raft recovery code to a RaftActorRecove...
tree
|
commitdiff
2015-04-10
Tony Tkacik
Merge "BUG 1848 : Use OrderedNormalizedNodeWriter in...
tree
|
commitdiff
2015-04-10
Tony Tkacik
Merge "BUG-1848 : OrderedNormalizedNodeWriter implement...
tree
|
commitdiff
2015-04-10
Tom Pantelis
Merge "BUG-2953 : Unable to read from datastore root...
tree
|
commitdiff
2015-04-09
Robert Varga
BUG-2967: Expose before-state from DataObjectModification
00/18000/1
tree
|
commitdiff
2015-04-08
Tony Tkacik
Merge "BUG 2799: SPI for EventSources"
tree
|
commitdiff
2015-04-08
Tony Tkacik
Merge "Fixed NPE when RuntimeRpc could not find module...
tree
|
commitdiff
2015-04-08
Tony Tkacik
Merge "BUG 2889 : migration of netconf-cli to Normalize...
tree
|
commitdiff
2015-04-08
Tony Tkacik
Merge "Add DOMDataTreeIdentifier.toString()"
tree
|
commitdiff
2015-04-07
Tom Pantelis
Merge "Bug 2933: BidningDOMDataBrokerAdaper implements...
tree
|
commitdiff
2015-04-07
Tom Pantelis
Merge "Bug 2933: Make DataTreeModification and Listener...
tree
|
commitdiff
next