aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
AgeCommit message (Expand)Author
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
2009-11-12ovsdb-client: Support listening for incoming connections too.Ben Pfaff
2009-11-06ovsdb: Add new ovsdb-client program.Ben Pfaff