aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff
2012-04-17vswitch: Use consistent representation of DSCP bits.Ethan Jackson
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-03-28Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23ovsdb-idlc: Fix memory leak in "optional bool" columns.Ben Pfaff
2012-03-22idl: New helpers for accessing string maps.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-12ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-12ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.Ben Pfaff
2012-03-12ovsdb-doc: Put NAME section into generated manpage.Ben Pfaff
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