summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
Commit message (Expand)AuthorAgeFilesLines
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovsdb-client: Support all vlog options.Ben Pfaff2014-04-021-8/+4
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* ovsdb-client: Make "monitor" command able to monitor all tables.Ben Pfaff2013-12-131-65/+212
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-4/+4
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* ovsdb-client: Fix recently introduced svec_sort() bug.Justin Pettit2013-05-061-1/+1
* ovsdb-client: Avoid assertion with multiple databases.Justin Pettit2013-05-061-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-2/+2
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* ovsdb-client: Make "list-dbs" print the list of databases in sorted order.Ben Pfaff2012-09-211-0/+1
* ovsdb-client: Use svec instead of sset for list of database.Ben Pfaff2012-09-211-15/+16
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Fix minor memory leaks found by valgrind.Ben Pfaff2012-03-281-0/+9
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+3
* jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson2012-02-211-24/+19
* 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-021-1/+12
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff2011-07-261-75/+170
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-5/+5
* stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff2011-05-101-4/+2
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-081-1/+1
* ovsdb-client: Break table formatting into new library.Ben Pfaff2011-02-081-488/+14
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-071-1/+2
* Implement database schema versioning.Ben Pfaff2010-12-271-0/+12
* ovsdb-client: Add JSON output format.Ben Pfaff2010-11-031-2/+50
* ovsdb-client: Refactor table code to save original json during formatting.Ben Pfaff2010-11-031-92/+92
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* ovsdb-client: Make "dump" print table names in default output format too.Ben Pfaff2010-10-211-0/+4
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff2010-07-011-64/+95
* ovsdb-client: Fix "selects" argument to "monitor" command.Ben Pfaff2010-06-301-2/+18
* ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff2010-05-071-5/+13
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-121-2/+2
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-1/+1
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-8/+0
* ovsdb-client: Add blank line between tables in CSV, tabular output.Ben Pfaff2010-02-151-0/+10
* ovsdb-client: Add "dump" command for dumping entire database contents.Ben Pfaff2010-02-151-5/+262
* ovsdb-client: Improve HTML output.Ben Pfaff2010-02-151-8/+41
* ovsdb-client: Introduce new data formatting style as the default.Ben Pfaff2010-02-151-2/+44
* ovsdb-client: Remove --wide option.Ben Pfaff2010-02-151-15/+4
* Merge "master" into "next".Ben Pfaff2010-02-111-6/+6
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-33/+75
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-1/+1