summaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
Commit message (Expand)AuthorAgeFilesLines
* jsonrpc: Notify excessive sending backlog.Alex Wang2014-09-231-0/+10
* lib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.Jarno Rajahalme2014-08-291-2/+2
* jsonrpc: Return received JSON-RPC messages immediately in jsonrpc_recv().Ben Pfaff2014-04-031-35/+37
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-3/+3
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+8
* ovsdb: Define official port number.Justin Pettit2013-10-011-2/+2
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-7/+6
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-6/+2
* Avoid C preprocessor trick where macro has the same name as a function.Ben Pfaff2013-07-291-1/+1
* jsonrpc: Make thread-safe.Ben Pfaff2013-07-221-2/+10
* byteq: Make the queue size variable instead of fixed at BYTEQ_SIZE bytes.Ben Pfaff2013-07-171-2/+3
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+4
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-3/+21
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* ovs: Replace TODO:XXX with XXX.Ethan Jackson2012-12-211-1/+1
* ovsdb/jsonrpc-server: ovsdb-server closes accepted connections immediately.Mehak Mahajan2012-10-041-2/+16
* jsonrpc: Treat receiving part of a message as activity.Ben Pfaff2012-09-071-1/+20
* jsonrpc: Treat draining data from send queue as activity.Ben Pfaff2012-09-071-0/+14
* reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff2012-09-071-1/+1
* Reapplying the dscp changes: No need to restart DB/OVS on changing dscp value.Mehak Mahajan2012-06-211-1/+5
* Revert DSCP update changes.Ben Pfaff2012-06-201-4/+1
* jsonrpc: Correctly setting the dscp value before reconnect.Mehak Mahajan2012-06-191-1/+1
* No need to restart DB / OVS on changing dscp value.Mehak Mahajan2012-06-091-1/+4
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* jsonrpc: Keep jsonrpc_recv() from taking over the CPU.Ben Pfaff2012-04-251-5/+9
* lib: Pull dscp bits out of reconnect.Ethan Jackson2012-04-171-4/+5
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+4
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-6/+16
* jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson2012-02-211-3/+5
* jsonrpc: Document some functions.Ben Pfaff2012-02-271-5/+63
* jsonrpc: Make jsonrpc_error() internal.Ben Pfaff2012-02-271-2/+3
* poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff2011-05-131-2/+2
* ovsdb-server: Write manager status information to Manager table.Andrew Evans2011-02-011-0/+15
* util: New ovs_retval_to_string() function.Andrew Evans2011-01-301-0/+6
* queue: Get rid of ovs_queue data structure.Ben Pfaff2010-12-061-11/+11
* Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff2010-11-051-0/+13
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* jsonrpc: Indentation fix.Ben Pfaff2010-08-251-2/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Suppress ovsdb-server log messages about connections from ovs-vsctl.Ben Pfaff2010-06-221-1/+5
* jsonrpc: Suppress duplicate logging.Ben Pfaff2010-06-221-1/+0
* jsonrpc: Propagate error code to reconnect_disconnected().Ben Pfaff2010-06-221-1/+1
* Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff2010-05-111-0/+6
* Make fatal signals cause an exit more promptly in special cases.Ben Pfaff2010-04-131-0/+4
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-121-2/+20
* jsonrpc: Add support for passive connections.Ben Pfaff2010-04-121-6/+55
* jsonrpc: Fix potential memory leak.Ben Pfaff2010-03-241-0/+1
* json: New function json_to_ds().Ben Pfaff2010-01-261-4/+4
* jsonrpc: Fix memory leak in jsonrpc_session_send() when not connected.Ben Pfaff2010-01-121-1/+10
* jsonrpc: Check RPC status after trying to send, not before.Ben Pfaff2010-01-111-2/+4