Resolve Bug:593. Persister should communicate via OSGi SR instead of TCP.
[netconf.git] / opendaylight / netconf / config-persister-impl / src / main / java / org / opendaylight / controller / netconf / persist / impl / ConfigPersisterNotificationHandler.java
2014-03-26 Tomas OlveckyResolve Bug:593. Persister should communicate via OSGi...
2014-02-18 Tony TkacikMerge "bug 344 interpretation of slashes ('/') in URI"
2014-02-18 Maros MarsalekFix warnings in netconf-api and netconf-util
2014-02-03 Ed WarnickeMerge "Removed unused code from md-sal."
2014-02-01 Ed WarnickeMerge changes I805ec065,Idc9995b1
2014-01-31 Tomas OlveckyRefactor config-persister: clean up exception handling...
2014-01-24 Ed WarnickeMerge "Added test for MouontPoints and URI"
2014-01-23 Giovanni MeoMerge "Change target to ${project.build.target} in...
2014-01-23 Ed WarnickeMerge "Make configuration push timeout configurable"
2014-01-22 Alessandro BochMerge "Fixed inappropriate uses of log level INFO"
2014-01-22 Ed WarnickeFixed inappropriate uses of log level INFO
2014-01-09 Ed WarnickeMerge "private key configurable in config.ini"
2014-01-09 Ed WarnickeMerge "Update maven-bundle-plugin version in config...
2014-01-09 Ed WarnickeMerge changes If79fa865,Ia6652643
2013-12-19 Maros MarsalekFixed some TODOs in netconf.
2013-12-07 Ed WarnickeMerge "Updated xpath pointing to a module instance...
2013-12-07 Ed WarnickeMerge "Refactor yang-jmx-generator and -plugin to suppo...
2013-12-07 Tomas OlveckyRefactor persister: Add ability to publish multiple...
2013-12-04 Ed WarnickeMerge "Created own XML mapper for translation"
2013-12-03 Ed WarnickeMerge "- remove TLS/SSL support from netconf server...
2013-12-03 Martin Bobak- remove TLS/SSL support from netconf server and client
2013-12-02 Ed WarnickeMerge "RPC input is wrapped into RPC name element"
2013-12-02 Ed WarnickeMerge "Added DELETE on cors.allowed.methods for a few...
2013-12-02 Ed WarnickeMerge "Add numberOfBackups=1 property to config.ini...
2013-12-02 Tomas OlveckyAdd numberOfBackups=1 property to config.ini's netconf...
2013-11-30 Ed WarnickeMerge "Fixed PersisterAggregatorTest."
2013-11-30 Tomas OlveckyFix persister bug introduced in last commit.
2013-11-29 Ed WarnickeMerge "Fix bug in persister causing to persist last...
2013-11-29 Ed WarnickeMerge "Finding data nodes in choices and cases."
2013-11-29 Tomas OlveckyFix bug in persister causing to persist last configurat...
2013-11-29 Ed WarnickeMerge "Fix race conditions between config-manager and...
2013-11-29 Ed WarnickeMerge "Resolved namespace from input data"
2013-11-29 Tomas OlveckyFix race conditions between config-manager and persister.
2013-11-29 Ed WarnickeMerge "Add support for enums as configuration attribute...
2013-11-29 Ed WarnickeMerge changes Ia268965a,Iefa79f99
2013-11-29 Ed WarnickeMerge "Choice and case resolving in JSON output"
2013-11-29 Ed WarnickeMerge "Refactor persister to handle multiple storage...
2013-11-29 Ed WarnickeMerge "Refactor persister: require only capabilities...
2013-11-29 Tomas OlveckyRefactor persister to handle multiple storage engines.
2013-11-28 Tomas OlveckyRefactor persister: require only capabilities reference...
2013-11-28 Ed WarnickeMerge "Refactor persister. Remove obsolete TLS netconf...
2013-11-28 Tomas OlveckyRefactor persister.
2013-11-26 Ed WarnickeMerge changes I0f752636,Idd154499,Ic35fa3e8
2013-11-26 Ed WarnickeMerge "Better exception message in persister. Split...
2013-11-26 Tomas OlveckyBetter exception message in persister.
2013-11-20 Ed WarnickeMerge "tests for empty leaf, namespace changing, multi...
2013-11-20 Ed WarnickeMerge "Dispose HashedWheelTimer instances properly...
2013-11-20 Maros MarsalekDispose HashedWheelTimer instances properly in netconf...
2013-11-12 Ed WarnickeMerge "Write first CompositeNode into Json"
2013-11-12 Ed WarnickeMerge "Enabling notification from netconf client"
2013-11-12 Ed WarnickeMerge "Exctract EventLoopGroup instances to constructor...
2013-11-12 Maros MarsalekExctract EventLoopGroup instances to constructorparamet...
2013-11-05 Maros MarsalekNetconfClientDispatcher moved to constructor arguments...
2013-11-04 Alissa BonasFix star import and enable checkstyle rule to prevent it.
2013-10-14 Maros MarsalekInitial code drop of netconf protocol implementation