aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2012-03-02ovsdbmonitor: add .desktop fileChris Wright
2012-03-01ovsdbmonitor: move to its own data directoryChris Wright
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-08ovsdb-doc: Support per-element documentation of string sets.Ethan Jackson
2012-02-08idl: Generalize special case boolean exception.Ethan Jackson
2012-02-08ovsdb-client: Fix typo in manpage.Ben Pfaff
2012-02-02daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff
2012-02-02ovsdb-client: Add optional timestamps to "monitor" command output.Ben Pfaff
2012-02-02ovsdb-client: Improve manpage.Ben Pfaff
2012-01-11Don't specify program name in passive connection man page fragments.Justin Pettit
2012-01-11ovsdb-tool: Use typical db and schema install locations as defaults.Ben Pfaff
2011-12-19unixctl: Implement quoting.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