summaryrefslogtreecommitdiff
path: root/tests/test-jsonrpc.c
Commit message (Expand)AuthorAgeFilesLines
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-2/+2
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-5/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-15/+18
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-6/+6
* 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
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+2
* command-line: Add function to print command usage.Alex Wang2014-10-281-5/+5
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* test-jsonrpc: Add the ability to detach on Windows.Gurucharan Shetty2014-06-121-0/+1
* Avoid static declarations of arrays with unknown size.Gurucharan Shetty2014-04-041-3/+8
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+6
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-3/+5
* jsonrpc: Make jsonrpc_error() internal.Ben Pfaff2012-02-271-12/+14
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-4/+4
* stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff2011-05-101-5/+1
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-2/+0
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-071-2/+3
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-1/+1
* 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: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-121-3/+3
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-2/+2
* Merge "master" into "next".Ben Pfaff2010-02-111-4/+4
* tests: Fix memory leaks in test programs.Ben Pfaff2010-02-021-1/+2
* daemon: Make --monitor process change its process title.Ben Pfaff2010-01-261-1/+2
* Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-1/+17
* jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff2009-12-021-1/+1
* Implement JSON-RPC protocol.Ben Pfaff2009-11-041-0/+323