summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-client.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ovsdb-client: Fix memory leaks in "monitor" command.Ben Pfaff2010-02-021-0/+2
* daemon: Make --monitor process change its process title.Ben Pfaff2010-01-261-0/+1
* ovsdb-client: Fix regression introduced with changes to daemonize().Ben Pfaff2010-01-131-2/+9
* stream: Remove spurious #includes from header file.Ben Pfaff2010-01-061-0/+1
* Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-1/+17
* ovsdb-client: Add support for pretty-printing JSON in output.Ben Pfaff2009-12-111-3/+8
* ovsdb-client: Add support for --detach to "monitor" command.Ben Pfaff2009-12-031-0/+8
* jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff2009-12-021-3/+4
* ovsdb: Monitor support.Ben Pfaff2009-11-171-5/+217
* ovsdb-client: New command "transact".Ben Pfaff2009-11-161-1/+41
* ovsdb-client: Support listening for incoming connections too.Ben Pfaff2009-11-121-2/+17
* ovsdb: Add new ovsdb-client program.Ben Pfaff2009-11-061-0/+576