aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
AgeCommit message (Expand)Author
2013-10-01ovsdb: Define official port number.Justin Pettit
2013-10-01Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-07-29Avoid C preprocessor trick where macro has the same name as a function.Ben Pfaff
2013-07-22jsonrpc: Make thread-safe.Ben Pfaff
2013-07-17byteq: Make the queue size variable instead of fixed at BYTEQ_SIZE bytes.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-03-15ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-12-21ovs: Replace TODO:XXX with XXX.Ethan Jackson
2012-10-04ovsdb/jsonrpc-server: ovsdb-server closes accepted connections immediately.Mehak Mahajan
2012-09-07jsonrpc: Treat receiving part of a message as activity.Ben Pfaff
2012-09-07jsonrpc: Treat draining data from send queue as activity.Ben Pfaff
2012-09-07reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff
2012-06-21Reapplying the dscp changes: No need to restart DB/OVS on changing dscp value.Mehak Mahajan
2012-06-20Revert DSCP update changes.Ben Pfaff
2012-06-19jsonrpc: Correctly setting the dscp value before reconnect.Mehak Mahajan
2012-06-09No need to restart DB / OVS on changing dscp value.Mehak Mahajan
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-25jsonrpc: Keep jsonrpc_recv() from taking over the CPU.Ben Pfaff
2012-04-17lib: Pull dscp bits out of reconnect.Ethan Jackson
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-27jsonrpc: Document some functions.Ben Pfaff
2012-02-27jsonrpc: Make jsonrpc_error() internal.Ben Pfaff
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