Fixed OVSDB Passive Connection interaction bugs with Connection Manager.
[netvirt.git] / ovsdb /
2013-11-10 Madhu VenugopalFixed OVSDB Passive Connection interaction bugs with...
2013-11-09 Madhu VenugopalMerge "Allow to change the controller ip and port for...
2013-11-09 Madhu VenugopalMerge "Change all the tests that need an ovsdb controll...
2013-11-09 Madhu VenugopalMerge "Split unit and integration tests and add a profi...
2013-11-09 Madhu VenugopalMerge "Implemented the deleteBridgeDomain method in...
2013-11-09 Brent SalisburyImplemented the deleteBridgeDomain method in Configurat...
2013-11-08 Hugo TrippaersAllow to change the controller ip and port for the...
2013-11-08 Hugo TrippaersChange all the tests that need an ovsdb controller...
2013-11-08 Hugo TrippaersSplit unit and integration tests and add a profile...
2013-11-08 Madhu VenugopalMerge "We are using JDK 1.7 specific functions in our...
2013-11-08 Madhu VenugopalMerge "Fix potential NPE when the ovsdb-server returns...
2013-11-07 Hugo TrippaersWe are using JDK 1.7 specific functions in our code...
2013-11-07 Hugo TrippaersFix potential NPE when the ovsdb-server returns null...
2013-11-07 Hugo TrippaersUpdate the config version of teh ovsdb when adding...
2013-11-06 Madhu VenugopalMerge branch 'topic/netty'
2013-11-06 Madhu VenugopalBumping up the version to 0.5.0-SNAPSHOT prior to the...
2013-11-06 Brent SalisburyAdjusted null check to cache rather then connection.
2013-11-06 Madhu VenugopalSupport for Port Types = patch, Vlan and Tunnel.
2013-11-06 Madhu VenugopalMinor fix to make Junit happy.
2013-11-06 Brent SalisburyAdded add/del-port and hooked into OSGI CLI
2013-11-06 Brent SalisburyAdded set-controller functionality.
2013-11-05 Madhu VenugopalAdd Utility methods to get a list of controller-ip...
2013-11-03 Madhu VenugopalOVSDB Manager Passive listen support
2013-11-03 Madhu VenugopalFixing a collateral damage due to a recent commit.
2013-11-01 Madhu VenugopalInsertOperation cleanup to get rid of Generic HashMaps...
2013-11-01 Hugo TrippaersCheck the tables we want to monitor against the schema...
2013-10-31 Madhu VenugopalParsed & cached the Database Schema along with the...
2013-10-29 Madhu VenugopalConfiguration Service's Add Bridge integrated with...
2013-10-29 Madhu VenugopalFirst Plugin integration with the Library starting...
2013-10-29 Madhu VenugopalRemoving Plugin dependancies from the Library in lieu...
2013-10-29 Madhu VenugopalEnabling the LoggingHandler back
2013-10-29 Madhu VenugopalDisable JUnit temporarily in maven build until we integ...
2013-10-29 Madhu VenugopalLibrary support for the Notification handling & Update...
2013-10-28 Madhu VenugopalFixed Transact response handling and updated the operat...
2013-10-28 Madhu VenugopalAdded initial Response handling code. Error handling...
2013-10-27 Madhu VenugopalFixed UUID Custom Serialization & used it in UT.
2013-10-27 Madhu VenugopalInventoryService caching and First-level Transaction...
2013-10-26 Madhu VenugopalAdded Request specific files & Few more package name...
2013-10-24 Madhu VenugopalPackage name changes to reflect functionality differenc...
2013-10-24 Madhu VenugopalInitial Netty + JSON Deserializer + all the enhancement...
2013-10-23 Brent SalisburyAdded external_id bridgeDom support for ovsdb
2013-10-17 Brent SalisburyAdded the ability to set the OF controller by the OVSDB...
2013-10-16 Matt OswaltFilled out delete port method and created associated...
2013-08-11 Brent SalisburyAdjusted key name to the JSON value
2013-08-07 Ed WarnickeMoved commons/ to commons/parent
2013-08-02 Brent SalisburyImplemented OVS list bridge functionality and Junit
2013-08-02 Madhu VenugopalFixed the embed-dependancy issue on a few dependant...
2013-08-02 Madhu VenugopalPorting the OVSDB services to use the Controller SAL...
2013-07-30 Evan ZellerRemoved unneeded & unused classes.
2013-07-29 Giovanni MeoTrial commit to trigger gerrit build
2013-07-29 Brent.SalisburyImplemented ovs manager insert for client access to...
2013-07-28 Evan ZellerChange monitorOVS to static factory.
2013-07-28 Brent.SalisburyAdded VLAN tagging support to port creations
2013-07-27 Brent.Salisburyparamterized arraylist collections
2013-07-27 Brent.Salisburychanged the outbound dest tcp port to the requested...
2013-07-27 Brent.SalisburyAdded OVS tunnel support to create a GRE, VXLAN or...
2013-07-27 Brent.Salisburyone missed return character
2013-07-27 Brent.Salisburywhitespace formatting fix
2013-07-26 Evan ZellerPulling bridge uuid from database for addport now works
2013-07-26 Brent.Salisburyjunit for provisioning api/user defined ports to api...
2013-07-26 Brent.Salisburyadded addPort(), interface and junit for provisioning...
2013-07-24 Evan ZellerMoved monitor to OVSInstance, can add multiple bridges
2013-07-23 Evan ZellerMerge "Work on adding multiple bridges."
2013-07-23 Evan ZellerWork on adding multiple bridges.
2013-07-23 Giovanni MeoCleanup common parent file
2013-07-23 Brent SalisburyMerge "Removed the .iml files and updated .gitignore"
2013-07-23 Madhu VenugopalRemoved the .iml files and updated .gitignore
2013-07-23 Evan ZellerFixed commons maven build & moved bridge creation into...
2013-07-23 Ed WarnickeRemoved MANIFEST.MF and beefed up .gitignore
2013-07-23 Ed WarnickeFixed build (pom and whitespaec issues)
2013-07-23 nerdalertRemoved protocol_plugins from pom and associated values...
2013-07-22 Evan ZellerInitial commit