summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff2012-03-191-3/+5
* ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.Ben Pfaff2012-03-191-4/+4
* ovsdb-doc: Put NAME section into generated manpage.Ben Pfaff2012-03-191-3/+3
* man: fix pic issue at the sourceChris Wright2011-12-091-1/+2
* ovsdb: Correctly implement conditions that include multiple clauses.Ben Pfaff2011-11-281-42/+51
* Implement automatic dependency generation for manpages.Ben Pfaff2011-10-262-8/+7
* ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.Ben Pfaff2011-10-241-6/+42
* ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.Ben Pfaff2011-10-241-2/+2
* ovsdb: Remove dead Python-related code.Ben Pfaff2011-10-182-21/+2
* vswitchd: Document constraints on keys.Ben Pfaff2011-10-121-0/+25
* vswitchd: Document map members as separate columnsBen Pfaff2011-10-041-55/+51
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-5/+5
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-232-4/+22
* ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff2011-09-232-6/+6
* ovsdb-tool: Correct markup for 'db' argument in show-log description.Justin Pettit2011-09-221-1/+1
* Mark "uninstall-local" targets phony.Ben Pfaff2011-09-151-1/+1
* docs: Add Makefile rule to check syntax of manpages.Ben Pfaff2011-08-241-1/+1
* docs: Fix some manpage syntax errors found with "groff".Ben Pfaff2011-08-241-1/+1
* ovsdb: Correct specification inconsistency between "lock" and "assert".Ben Pfaff2011-08-082-3/+3
* ovsdb: Fix typo in SPECS.Ben Pfaff2011-08-051-1/+1
* util: Introduce get_program_version function.Justin Pettit2011-08-043-3/+3
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-2610-9/+562
* ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff2011-07-266-40/+130
* ovsdb: Report the number of connections for inbound Managers.Ben Pfaff2011-07-263-0/+7
* ovsdb-server: Reliably report status of inbound connections.Ben Pfaff2011-07-263-64/+45
* ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff2011-07-262-94/+192
* ovsdb-server: Make database command-line argument optional.Ben Pfaff2011-07-262-9/+17
* ovsdb-doc: Fix definition of .TQ macro.Ben Pfaff2011-07-261-1/+2
* ovsdb: Log when remote connections are deconfigured.Ben Pfaff2011-07-181-0/+1
* ovsdb: Remove useless "return;" in ovsdb_jsonrpc_session_get_status().Ben Pfaff2011-07-081-2/+0
* ovsdb-tool: Put version number in comment when compacting or converting.Ben Pfaff2011-07-071-2/+3
* ovsdb: Fix segfault in ovsdb_file_txn_row_from_json().Ben Pfaff2011-07-061-3/+2
* ovsdb: Synchronize comments and code in ovsdb_file_commit().Ben Pfaff2011-06-241-2/+3
* ovsdb: Fix memory leak in transaction.Ben Pfaff2011-06-221-0/+1
* ovsdb-doc: Add support for references to specific keys.Ben Pfaff2011-06-211-0/+2
* ovsdb: Better document possible commit-time error results.Ben Pfaff2011-06-061-0/+10
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-067-5/+315
* ovsdb: Add functions for formatting column sets and data in columns sets.Ben Pfaff2011-06-064-3/+45
* ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff2011-06-062-15/+0
* ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff2011-06-063-11/+14
* ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff2011-05-312-6/+7
* ovsdb: Fix spelling of "constraint violation" in error tag.Ben Pfaff2011-05-311-2/+2
* ovsdb-doc: Omit E-R diagram from ASCII version of manpage.Ben Pfaff2011-05-261-1/+2
* ovsdb: Annotate E-R diagram with number of allowed values.Ben Pfaff2011-05-242-6/+23
* ovsdbmonitor: Add brief manpage.Ben Pfaff2011-05-232-1/+23
* ovsdbmonitor: Update to work with recent ovs-dpctl output.Ben Pfaff2011-05-232-42/+40
* ovsdbmonitor: Use ovs.json module instead of JsonReader and JsonWriter.Ben Pfaff2011-05-233-8/+27
* docs: Suppress "warning: macro `DD' not defined" warnings from man.Ben Pfaff2011-05-231-0/+1
* Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff2011-05-231-2/+32
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-166-26/+26