summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-221-5/+10
* ovsdb-idlc: Fix warning in generated code.Ben Pfaff2010-06-171-2/+2
* Implement QoS framework.Ben Pfaff2010-06-172-55/+90
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-1/+1
* ovsdbmonitor: Clean some more files.Ben Pfaff2010-06-171-0/+3
* ovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor directory.Ben Pfaff2010-06-171-3/+4
* ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".Ben Pfaff2010-06-151-2/+2
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+1
* Distribute files that had been overlooked.Ben Pfaff2010-05-272-0/+3
* Remove unused files from source tree.Ben Pfaff2010-05-271-37/+0
* Add some missing "#include"s.Ben Pfaff2010-05-261-0/+1
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-1/+1
* poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff2010-05-261-2/+2
* Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.Andy Southgate2010-05-1329-0/+3617
* ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff2010-05-071-5/+13
* ovsdb: In documentation, add commas to make large numbers easier to read.Ben Pfaff2010-05-071-4/+16
* ovsdb-idl: Add "safe" iterator macro to generated code.Ben Pfaff2010-04-301-1/+8
* ovsdb-doc: Distinguish hyphens and minus signs in nroff output.Ben Pfaff2010-04-201-4/+10
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-123-3/+5
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-1/+1
* ovsdb-server: Document --unixctl option.Ben Pfaff2010-04-122-0/+3
* ovsdb: Fix ovsdb-server crash when specifying nonexistent file.Ben Pfaff2010-03-241-0/+4
* ovsdb-server: Fix build when configuring without --enable-ssl.Ben Pfaff2010-03-221-0/+6
* ovsdb-server: Obtain SSL configuration from database.Ben Pfaff2010-03-192-21/+97
* docs: Fix ovsdb-server manpage.Ben Pfaff2010-03-191-0/+9
* docs: Move PKI section heading into individual manpages.Ben Pfaff2010-03-192-0/+2
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-184-5/+68
* ovsdb: Fix error message when parsing an operation fails.Ben Pfaff2010-03-181-1/+1
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-187-46/+310
* ovsdb: Rename ovsdb_file_replica to ovsdb_file.Ben Pfaff2010-03-181-30/+29
* ovsdb: Always set *dbp to null on failure in ovsdb_file_open__().Ben Pfaff2010-03-181-0/+1
* ovsdb: Add support for weak references.Ben Pfaff2010-03-175-17/+226
* ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff2010-03-174-18/+77
* ovsdb: Simplify referential integrity checking commit logic.Ben Pfaff2010-03-171-87/+68
* ovsdb: Introduce for_each_txn_row() iterator function for transactions.Ben Pfaff2010-03-171-35/+133
* ovsdb: Centralize and make consistent setting txn_row members of rows.Ben Pfaff2010-03-171-5/+13
* ovsdb-tool: Fix segfault if deleted row doesn't exist.Ben Pfaff2010-03-171-1/+6
* ovsdb-tool: Do not lock source db for compacting or converting to new db.Ben Pfaff2010-03-081-8/+8
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-0511-88/+34
* Add documentation for the vswitch database schema.Ben Pfaff2010-03-054-385/+837
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-253-3/+147
* Remove PCRE dependency.Ben Pfaff2010-02-251-3/+3
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-252-48/+11
* ovsdb: Introduce <nonnull-json-value> to clarify specifications.Ben Pfaff2010-02-181-5/+9
* ovsdb: Fix use of <value> as both a JSON value and as a database value.Ben Pfaff2010-02-181-13/+13
* ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff2010-02-154-17/+262
* ovsdb: Factor out code to fsync a file's containing directory.Ben Pfaff2010-02-151-11/+2
* ovsdb: Refactor code for writing a transaction to a file.Ben Pfaff2010-02-151-52/+82
* ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff2010-02-154-15/+45
* ovsdb-server: Add --run option.Ben Pfaff2010-02-152-3/+62