Add support to resolve docker container names for clustering support. Currently on...
[controller.git] / opendaylight / clustering / services_implementation / src / main / java / org / opendaylight / controller / clustering / services_implementation / internal / ClusterManager.java
2014-01-23 David K. BainbridgeAdd support to resolve docker container names for clust... 13/4613/2
2014-01-22 Alessandro BochMerge "Fixed inappropriate uses of log level INFO"
2014-01-22 Giovanni MeoMerge "fix typos and some Java improvements in ClusterM...
2014-01-22 Alissa Bonasfix typos and some Java improvements in ClusterManager 11/3911/2
2014-01-18 Ed WarnickeMerge "Fix for Bug 3"
2014-01-10 Ed WarnickeMerge "Fixed bug when converting augmentation in Instan...
2014-01-10 Ed WarnickeMerge "Add test for generated code checking list of...
2014-01-09 Giovanni MeoMerge "Addressing a flow programming issues on controle...
2014-01-09 Giovanni MeoMerge "Fix run.sh to work from any directory."
2014-01-09 Madhu VenugopalMerge "Remove redundant expression true:false"
2014-01-09 Madhu VenugopalMerge "Declare a urlPrefix for reuse in NorthboundIT."
2014-01-09 Madhu VenugopalMerge "Unitests: remove conditions that are always...
2014-01-09 Madhu VenugopalMerge "Use InetAddress.getLoopbackAddress in ClusterMan...
2014-01-09 Madhu VenugopalMerge "Use Java 7 new method getLoopbackAddress in...
2013-12-24 Alissa BonasUse Java 7 new method getLoopbackAddress in ClusterManager 12/3912/2
2013-12-06 Ed WarnickeMerge "Fix for CLI- AddMDFlow having problem"
2013-12-05 Ed WarnickeMerge "Fixed Group and meter id bugs"
2013-12-05 Chi-Vien LyMerge "Added a generic API to return a list of configur...
2013-12-04 Ed WarnickeMerge "Fixed logging in Statistics Manager to log only...
2013-12-04 Ed WarnickeMerge "Fixed serialization issues with Augments and...
2013-12-04 Ed WarnickeMerge "Created own XML mapper for translation"
2013-12-04 Ed WarnickeMerge "Update base configuration to expose RPC broker...
2013-12-04 Ed WarnickeMerge "Bump model revisions to 2010.09.24.2-SNAPSHOT"
2013-12-04 Giovanni MeoMerge "Addding a new method to let the clients of clust...
2013-12-03 Asad AhmedAddding a new method to let the clients of clustering... 57/3157/6
2013-10-31 Alissa BonasMake existCache more efficient in ClusterManager 13/2213/2
2013-09-30 Giovanni MeoMerge "Changed TopologyManager to ignore edges that...
2013-09-27 Madhu VenugopalMerge "Decouple IContainerListener to avoid parallel...
2013-09-27 Madhu VenugopalJGroups AUTH handler in Clustering Services 57/1457/1 topic/codeshare/of1.3
2013-09-27 Alessandro BochMerge "Introduce ASYNC caches and use them in FRM"
2013-09-25 Giovanni MeoIntroduce ASYNC caches and use them in FRM 10/1410/1
2013-09-23 Giovanni MeoMerge "Move init and destroy empty impl from Activator...
2013-09-22 Giovanni MeoMerge "Removing the Container Aware dependency from...
2013-09-22 Madhu VenugopalRemoving the Container Aware dependency from Clustering... 26/1326/1
2013-09-13 Giovanni MeoMerge "Fix for cache cleanup in protocol plugin on...
2013-09-12 Madhu VenugopalMerge "Supply from filesystem infinispan configuration"
2013-09-12 Giovanni MeoSupply from filesystem infinispan configuration 68/1168/1
2013-09-12 Giovanni MeoMerge "On container removal FRM does not uninstall...
2013-09-12 Giovanni MeoMerge "Declare a property for commons-lang version...
2013-09-12 Giovanni MeoMerge "Add helper class for RpcError interface"
2013-09-11 Alessandro BochMerge "Bug #65 - Fix inconsistencies in the NB REST...
2013-09-11 Alessandro BochMerge "Remove unused class member SAVE."
2013-09-11 Alessandro BochMerge "Remove public from interface methods. Cleans...
2013-09-11 Giovanni MeoMerge "Fix a ClassNotFoundException raised during demar...
2013-09-10 Giovanni MeoFix a ClassNotFoundException raised during demarshalling 45/1145/1
2013-08-27 Alessandro BochMerge "Misc fix for some error seen during IT and javadoc"
2013-08-27 Alessandro BochMerge "On ARPHandler restart Threads are left dangling...
2013-08-27 Giovanni MeoMerge changes I5809ac06,I4362cd4e
2013-08-27 Giovanni MeoAllow controller to be managed via JMX remotely 91/991/3
2013-07-30 Giovanni MeoMerge "Get/remove inactive hosts"
2013-07-30 Giovanni MeoMerge "Adding Inactive Static Hosts"
2013-07-24 Alessandro BochMerge "When a node is going down, remove edges in both...
2013-07-23 Alessandro BochMerge "InventoryShim to check node presence, before...
2013-07-21 Ed WarnickeMerge "Package names for enclosed Types of TOs were...
2013-07-19 Alessandro BochMerge "Fix for Switchmanager Save Configuration. Signed...
2013-07-19 Jason YeMerge "Make statistic queue size configurable via...
2013-07-19 Madhu VenugopalMerge "Simpleforwarding cache synch doesn't work"
2013-07-18 Alessandro BochCluster mgr to remove caches when container is destroyed 13/613/1
2013-04-26 Alessandro BochMerge "Convert various result into Status Signed-off...
2013-04-26 Giovanni MeoMerge "Gen Type and Generated TO builders moved to...
2013-04-26 Giovanni MeoMerge "Added support for annotations in generated APIs."
2013-04-26 Giovanni MeoMerge "Fixed bugs in parsing enumeration, augment,...
2013-04-26 Giovanni MeoMerge "Yang validation moved to validator package and...
2013-04-26 Giovanni MeoMerge "Adding tests for clustering services. Removed...
2013-04-25 Patrick ChuAdding tests for clustering services. Removed first... 48/248/1
2013-04-24 Giovanni MeoMerge "Fixed validation bug of YANG import statement"
2013-04-24 Giovanni MeoMerge "Updated YANG lexer to support unknown statements"
2013-04-24 Alessandro BochMerge "Fixing ForwardingRulesManager code that got...
2013-04-23 Madhavan Kasthurir... Logging related enhancements. 31/231/1
2013-04-22 Giovanni MeoMerge "Mavenified generation of ANTLR YANG parser"
2013-04-22 Maurice QureshiRedirecting Caught and Uncaught Exceptions to OSGI... 15/215/2
2013-04-04 Giovanni MeoMerge "Added Google Guava as dependency. Replaced Map...
2013-04-03 Giovanni MeoMerge "Partial fix for bug 8. Fixing many generics...
2013-04-02 Colin DixonPartial fix for bug 8. Fixing many generics-related... 95/95/1
2013-03-23 Giovanni MeoMerge "removed dead code that was causing a warning"
2013-03-23 Rob Sherwoodremoved dead code that was causing a warning 70/70/1
2013-03-22 Giovanni MeoInitial opendaylight infrastructure commit!! 67/67/1