summaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
Commit message (Expand)AuthorAgeFilesLines
* jsonrpc: Add comment for jsonrpc_msg_to_json().Ben Pfaff2018-02-061-0/+3
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* jsonrpc: Increment sequence number when connection actually made.Ben Pfaff2017-10-241-2/+3
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+10
* jsonrpc: Improve comment for jsonrpc_get_status().Justin Pettit2016-09-191-5/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-2/+2
* lib/jsonrpc: make use of ofpbuf_use_ds()Andy Zhou2015-09-011-4/+1
* jsonrpc: use json_to_ds to speed up jsonrpc_sendAndy Zhou2015-09-011-2/+4
* ovsdb-server: Add the ability to push peer-cert.Gurucharan Shetty2015-08-211-0/+1
* jsonrpc: Add function comments.Ben Pfaff2015-03-311-2/+27
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-4/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-3/+3
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-15/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* 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