summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-256-13/+13
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+2
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-022-4/+0
* ovsdb-tool: replace tabs with spacesAlexandru Copot2013-11-011-1/+1
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* ovsdb-dot: Include arrows by default.Ben Pfaff2013-10-171-5/+11
* vswitchd: Improve the readability of the E-R diagram.Ben Pfaff2013-10-082-1/+9
* ovsdb-doc: Document immutable columns.Ben Pfaff2013-10-081-0/+2
* ovsdb-server: Document that --remote may be used multiple times.Ben Pfaff2013-10-041-0/+4
* ovsdb: Define official port number.Justin Pettit2013-10-011-1/+3
* Remove unused variables and functions.Jarno Rajahalme2013-09-272-5/+0
* ovsdb: write commit timestamps to millisecond resolution.Paul Ingram2013-09-162-4/+10
* ovsdb: Use DB load time, not on-disk commit times, for compaction.Paul Ingram2013-09-161-31/+12
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* gitignore: Add ovsdbmonitor.Gurucharan Shetty2013-08-141-1/+1
* ovsdb-doc: Add ovsdb-doc to distribution tar ball.Gurucharan Shetty2013-07-312-14/+16
* ovs-vswitchd.conf.db: Correct the header and footer lines.Gurucharan Shetty2013-07-302-4/+4
* ovsdb-idlc: Ensure that initialization occurs single-threaded.Ben Pfaff2013-07-231-0/+2
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-192-4/+14
* stress: Remove essentially unused library.Ben Pfaff2013-07-152-3/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-282-6/+7
* ovsdb-server: Add and remove databases during run time.Ben Pfaff2013-06-286-103/+352
* ovsdb-server: Make database name mandatory when specifying db paths.Gurucharan Shetty2013-06-262-32/+17
* ovsdb-server: Store databases in shash instead of array.Gurucharan Shetty2013-06-261-79/+102
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-5/+0
* ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff2013-06-131-6/+92
* process: Make signal handling thread-safe.Ben Pfaff2013-06-101-2/+5
* process: Remove unused features from process_start().Ben Pfaff2013-06-101-1/+1
* ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff2013-06-101-0/+1
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* Always check return value of strftime().Ben Pfaff2013-05-081-5/+3
* ovsdb-client: Fix recently introduced svec_sort() bug.Justin Pettit2013-05-061-1/+1
* ovsdb-client: Avoid assertion with multiple databases.Justin Pettit2013-05-061-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-033-4/+4
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-1/+2
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-183-2/+13
* ovsdb-server: Add commands for adding and removing remotes at runtime.Ben Pfaff2013-04-102-2/+120
* ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().Ben Pfaff2013-04-101-32/+65
* jsonrpc-server: Disconnect connections that queue too much data.Ben Pfaff2013-04-011-1/+107
* ovsdb: Remove prototypes for unimplemented functions.Ben Pfaff2013-03-271-5/+1
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-1/+1
* ovsdb: Allow recovery from transient write errors in log implementation.Ben Pfaff2013-03-121-8/+6
* ovsdb: Fix memory leak.Ben Pfaff2013-03-121-0/+5
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-9/+31
* ovsdb: Fix typo in comment ("millseconds").Ben Pfaff2013-02-251-2/+2
* ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff2013-01-311-2/+4
* ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff2013-01-241-2/+1
* Remove useless use of <assert.h>.Ben Pfaff2013-01-162-2/+0
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-1610-44/+33
* ovsdb-server: Fix memory leak when manager table has no status column.Ben Pfaff2013-01-081-0/+4