summaryrefslogtreecommitdiff
path: root/tests/test-jsonrpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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