aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2012-03-19ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-19ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.Ben Pfaff
2012-03-19ovsdb-doc: Put NAME section into generated manpage.Ben Pfaff
2011-12-09man: fix pic issue at the sourceChris Wright
2011-11-28ovsdb: Correctly implement conditions that include multiple clauses.Ben Pfaff
2011-10-26Implement automatic dependency generation for manpages.Ben Pfaff
2011-10-24ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.Ben Pfaff
2011-10-24ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.Ben Pfaff
2011-10-18ovsdb: Remove dead Python-related code.Ben Pfaff
2011-10-12vswitchd: Document constraints on keys.Ben Pfaff
2011-10-04vswitchd: Document map members as separate columnsBen Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-23python: Implement write support in Python IDL for OVSDB.Ben Pfaff
2011-09-23ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff
2011-09-22ovsdb-tool: Correct markup for 'db' argument in show-log description.Justin Pettit
2011-09-15Mark "uninstall-local" targets phony.Ben Pfaff
2011-08-24docs: Add Makefile rule to check syntax of manpages.Ben Pfaff
2011-08-24docs: Fix some manpage syntax errors found with "groff".Ben Pfaff
2011-08-08ovsdb: Correct specification inconsistency between "lock" and "assert".Ben Pfaff
2011-08-05ovsdb: Fix typo in SPECS.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff
2011-07-26ovsdb: Report the number of connections for inbound Managers.Ben Pfaff
2011-07-26ovsdb-server: Reliably report status of inbound connections.Ben Pfaff
2011-07-26ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff
2011-07-26ovsdb-server: Make database command-line argument optional.Ben Pfaff
2011-07-26ovsdb-doc: Fix definition of .TQ macro.Ben Pfaff
2011-07-18ovsdb: Log when remote connections are deconfigured.Ben Pfaff
2011-07-08ovsdb: Remove useless "return;" in ovsdb_jsonrpc_session_get_status().Ben Pfaff
2011-07-07ovsdb-tool: Put version number in comment when compacting or converting.Ben Pfaff
2011-07-06ovsdb: Fix segfault in ovsdb_file_txn_row_from_json().Ben Pfaff
2011-06-24ovsdb: Synchronize comments and code in ovsdb_file_commit().Ben Pfaff
2011-06-22ovsdb: Fix memory leak in transaction.Ben Pfaff
2011-06-21ovsdb-doc: Add support for references to specific keys.Ben Pfaff
2011-06-06ovsdb: Better document possible commit-time error results.Ben Pfaff
2011-06-06ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff
2011-06-06ovsdb: Add functions for formatting column sets and data in columns sets.Ben Pfaff
2011-06-06ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff
2011-06-06ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff
2011-05-31ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff
2011-05-31ovsdb: Fix spelling of "constraint violation" in error tag.Ben Pfaff
2011-05-26ovsdb-doc: Omit E-R diagram from ASCII version of manpage.Ben Pfaff
2011-05-24ovsdb: Annotate E-R diagram with number of allowed values.Ben Pfaff
2011-05-23ovsdbmonitor: Add brief manpage.Ben Pfaff
2011-05-23ovsdbmonitor: Update to work with recent ovs-dpctl output.Ben Pfaff
2011-05-23ovsdbmonitor: Use ovs.json module instead of JsonReader and JsonWriter.Ben Pfaff
2011-05-23docs: Suppress "warning: macro `DD' not defined" warnings from man.Ben Pfaff
2011-05-23Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff