summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovsdb-client: Fix memory leak reported by valgind.William Tu2016-02-101-0/+1
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+3
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+14
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+1
* ovsdb-client: Fix memory leak reported by valgrind.William Tu2016-01-041-4/+8
* ovsdb-client: support monitor2Andy Zhou2015-12-111-6/+145
* ovsdb-client: Add optional table and columns to dump commandBert Vermeulen2015-12-011-19/+50
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-2/+3
* 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