aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2014-04-22stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty
2014-04-07ovsdb-server: Improve message for "add-db" of database already open.Ben Pfaff
2014-04-04ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff
2014-04-03jsonrpc-server: Combine notifications when connection becomes backlogged.Ben Pfaff
2014-04-03jsonrpc-server: Track monitor updates separately from sending them.Ben Pfaff
2014-04-03Revert "jsonrpc-server: Disconnect connections that queue too much data."Ben Pfaff
2014-04-03ovsdb-server: Send update for _version for changes due to weak ref removal.Ben Pfaff
2014-04-02ovsdb-client: Support all vlog options.Ben Pfaff
2014-03-28ovsdb-idlc: Generate new *_get_for_uuid() functions.Ben Pfaff
2014-03-23bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff
2014-03-13ovsdb: Do not look for symbolic links for db creation in Windows.Gurucharan Shetty
2014-03-04Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty
2014-02-28ovsdb-idlc: Make schema version available.Justin Pettit
2014-02-28ovsdb-doc: Include schema version in generated man pages.Justin Pettit
2014-02-26fatal-signal: SIGPIPE for Windows.Gurucharan Shetty
2014-02-19process: Make changes for Windows.Gurucharan Shetty
2014-02-06Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma
2014-02-04daemon-windows: Add users for windows services.Gurucharan Shetty
2014-01-10ovsdbmonitor: Remove.Ben Pfaff
2013-12-17openvswitch: Use libtool and allow building shared libsHelmut Schaa
2013-12-17Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim
2013-12-13ovsdb-client: Make "monitor" command able to monitor all tables.Ben Pfaff
2013-11-25Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean
2013-11-15Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff
2013-11-02ovs-controller: Rename test-controller and do not install or package.Ben Pfaff
2013-11-01ovsdb-tool: replace tabs with spacesAlexandru Copot
2013-11-01ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf
2013-10-17ovsdb-dot: Include arrows by default.Ben Pfaff
2013-10-08vswitchd: Improve the readability of the E-R diagram.Ben Pfaff
2013-10-08ovsdb-doc: Document immutable columns.Ben Pfaff
2013-10-04ovsdb-server: Document that --remote may be used multiple times.Ben Pfaff
2013-10-01ovsdb: Define official port number.Justin Pettit
2013-09-27Remove unused variables and functions.Jarno Rajahalme
2013-09-16ovsdb: write commit timestamps to millisecond resolution.Paul Ingram
2013-09-16ovsdb: Use DB load time, not on-disk commit times, for compaction.Paul Ingram
2013-09-13vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram
2013-08-14gitignore: Add ovsdbmonitor.Gurucharan Shetty
2013-07-31ovsdb-doc: Add ovsdb-doc to distribution tar ball.Gurucharan Shetty
2013-07-30ovs-vswitchd.conf.db: Correct the header and footer lines.Gurucharan Shetty
2013-07-23ovsdb-idlc: Ensure that initialization occurs single-threaded.Ben Pfaff
2013-07-19Avoid designated initializers and static decls of arrays of unknown size.Linda Sun
2013-07-15stress: Remove essentially unused library.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-06-28ovsdb-server: Add and remove databases during run time.Ben Pfaff
2013-06-26ovsdb-server: Make database name mandatory when specifying db paths.Gurucharan Shetty
2013-06-26ovsdb-server: Store databases in shash instead of array.Gurucharan Shetty
2013-06-17leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff
2013-06-13ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff
2013-06-10process: Make signal handling thread-safe.Ben Pfaff
2013-06-10process: Remove unused features from process_start().Ben Pfaff