summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdbmonitor: add .desktop fileChris Wright2012-03-022-1/+11
* ovsdbmonitor: move to its own data directoryChris Wright2012-03-011-1/+1
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-212-5/+5
* jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson2012-02-211-24/+19
* ovsdb-doc: Support per-element documentation of string sets.Ethan Jackson2012-02-081-15/+20
* idl: Generalize special case boolean exception.Ethan Jackson2012-02-081-25/+25
* ovsdb-client: Fix typo in manpage.Ben Pfaff2012-02-081-1/+1
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-6/+2
* ovsdb-client: Add optional timestamps to "monitor" command output.Ben Pfaff2012-02-022-1/+19
* ovsdb-client: Improve manpage.Ben Pfaff2012-02-021-0/+4
* Don't specify program name in passive connection man page fragments.Justin Pettit2012-01-111-2/+2
* ovsdb-tool: Use typical db and schema install locations as defaults.Ben Pfaff2012-01-112-60/+97
* unixctl: Implement quoting.Ben Pfaff2011-12-191-8/+9
* 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