aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
AgeCommit message (Expand)Author
2013-05-06ovsdb-client: Fix recently introduced svec_sort() bug.Justin Pettit
2013-05-06ovsdb-client: Avoid assertion with multiple databases.Justin Pettit
2013-01-16Remove useless use of <assert.h>.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-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
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
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-26ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-02-08table: Add new "bare" output formatting options.Ben Pfaff
2011-02-08ovsdb-client: Break table formatting into new library.Ben Pfaff
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2010-12-27Implement database schema versioning.Ben Pfaff
2010-11-03ovsdb-client: Add JSON output format.Ben Pfaff
2010-11-03ovsdb-client: Refactor table code to save original json during formatting.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-21ovsdb-client: Make "dump" print table names in default output format too.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-01ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff
2010-06-30ovsdb-client: Fix "selects" argument to "monitor" command.Ben Pfaff
2010-05-07ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-02-15ovsdb-client: Add blank line between tables in CSV, tabular output.Ben Pfaff
2010-02-15ovsdb-client: Add "dump" command for dumping entire database contents.Ben Pfaff
2010-02-15ovsdb-client: Improve HTML output.Ben Pfaff
2010-02-15ovsdb-client: Introduce new data formatting style as the default.Ben Pfaff
2010-02-15ovsdb-client: Remove --wide option.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-02ovsdb-client: Fix memory leaks in "monitor" command.Ben Pfaff
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-13ovsdb-client: Fix regression introduced with changes to daemonize().Ben Pfaff
2010-01-06stream: Remove spurious #includes from header file.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
2009-12-11ovsdb-client: Add support for pretty-printing JSON in output.Ben Pfaff
2009-12-03ovsdb-client: Add support for --detach to "monitor" command.Ben Pfaff
2009-12-02jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff
2009-11-17ovsdb: Monitor support.Ben Pfaff
2009-11-16ovsdb-client: New command "transact".Ben Pfaff