summaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-231-0/+18
* ovsdb-cs: Avoid unnecessary re-connections when updating remotes.Ilya Maximets2021-07-151-0/+13
* jsonrpc: Disable inactivity probes if replay engine is active.Ilya Maximets2021-06-071-1/+10
* jsonrpc: Avoid disconnecting prematurely due to long poll intervals.Ben Pfaff2020-12-181-1/+4
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-101-1/+59
* jsonrpc: Don't assert for 0 remotes in jsonrpc_session_open_multiple().Ben Pfaff2020-06-291-1/+3
* jsonrpc: increase input buffer size from 512 to 4096Lorenzo Bianconi2019-11-211-1/+1
* ovsdb-idl: Support optionally not shuffling multiple remotes.Han Zhou2019-04-151-2/+1
* Embrace anonymous unions.Ben Pfaff2018-05-251-2/+2
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+29
* jsonrpc: Allow jsonrpc_session to have more than one remote.Ben Pfaff2018-03-241-5/+47
* 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