aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2013-06-10ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff
2013-05-06ovsdb-client: Fix recently introduced svec_sort() bug.Justin Pettit
2013-05-06ovsdb-client: Avoid assertion with multiple databases.Justin Pettit
2013-05-03ovsdb: Allow recovery from transient write errors in log implementation.Ben Pfaff
2013-03-12ovsdb: Fix memory leak.Ben Pfaff
2013-01-31ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff
2013-01-24ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff
2012-10-19ovs-ctl: Fix implementation of --extra-dbs.Henry Mai
2012-10-04ovsdb/jsonrpc-server: ovsdb-server closes accepted connections immediately.Mehak Mahajan
2012-09-24ovsdb-server: Add support for multiple databases.Ben Pfaff
2012-09-24ovsdb-server: Add --enable-dummy option for unit tests.Ben Pfaff
2012-09-24ovsdb-server: Fix null pointer deref when bool "is_connected" is empty.Ben Pfaff
2012-09-21ovsdb-client: Make "list-dbs" print the list of databases in sorted order.Ben Pfaff
2012-09-21ovsdb-client: Use svec instead of sset for list of database.Ben Pfaff
2012-09-21ovsdb-tool: Fix indentation in manpage.Ben Pfaff
2012-09-05ovsdb: Enforce immutability of immutable columns.Ben Pfaff
2012-08-09lockfile: Remove lockfile_lock timeout argumentLeo Alterman
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-08-01ovsdb: Do not replace symlinks by regular files during compaction.Ben Pfaff
2012-08-01Make the location of the database separately configurable.Ben Pfaff
2012-08-01ovsdb: Make "ovsdb-tool create" work through a dangling symlink.Ben Pfaff
2012-07-17tests: Fix unit test failures related to additional logging.Ethan Jackson
2012-07-17ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson
2012-07-16userspace: Log version on startup.Ethan Jackson
2012-07-13memory: Document the memory/show unixctl command.Ben Pfaff
2012-07-02Use UTC consistently instead of local timezone.Ben Pfaff
2012-06-14lib: Utilize smaps in the idl.Ethan Jackson
2012-06-05ovsdb-client: Fix bugs in man pageBruce Davie
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
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