aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
AgeCommit message (Expand)Author
2011-05-13poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff
2011-02-01ovsdb-server: Write manager status information to Manager table.Andrew Evans
2011-01-30util: New ovs_retval_to_string() function.Andrew Evans
2010-12-06queue: Get rid of ovs_queue data structure.Ben Pfaff
2010-11-05Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-25jsonrpc: Indentation fix.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-22Suppress ovsdb-server log messages about connections from ovs-vsctl.Ben Pfaff
2010-06-22jsonrpc: Suppress duplicate logging.Ben Pfaff
2010-06-22jsonrpc: Propagate error code to reconnect_disconnected().Ben Pfaff
2010-05-11Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff
2010-04-13Make fatal signals cause an exit more promptly in special cases.Ben Pfaff
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12jsonrpc: Add support for passive connections.Ben Pfaff
2010-03-24jsonrpc: Fix potential memory leak.Ben Pfaff
2010-01-26json: New function json_to_ds().Ben Pfaff
2010-01-12jsonrpc: Fix memory leak in jsonrpc_session_send() when not connected.Ben Pfaff
2010-01-11jsonrpc: Check RPC status after trying to send, not before.Ben Pfaff
2010-01-08jsonrpc: Properly implement connection timeout.Ben Pfaff
2010-01-06stream: Remove spurious #includes from header file.Ben Pfaff
2010-01-06stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff
2010-01-04ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff
2009-12-02jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff
2009-12-02jsonrpc: New type "jsonrpc_session", which automatically reconnects.Ben Pfaff
2009-11-17jsonrpc: Add logging for messages sent and received, at DBG level.Ben Pfaff
2009-11-06ovsdb: Add new ovsdb-client program.Ben Pfaff
2009-11-04Implement JSON-RPC protocol.Ben Pfaff