index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
jsonrpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
jsonrpc: Avoid disconnecting prematurely due to long poll intervals.
Ben Pfaff
2020-12-18
1
-1
/
+4
*
raft: Set threshold on backlog for raft connections.
Ilya Maximets
2020-11-10
1
-1
/
+59
*
jsonrpc: Don't assert for 0 remotes in jsonrpc_session_open_multiple().
Ben Pfaff
2020-06-29
1
-1
/
+3
*
jsonrpc: increase input buffer size from 512 to 4096
Lorenzo Bianconi
2019-11-21
1
-1
/
+1
*
ovsdb-idl: Support optionally not shuffling multiple remotes.
Han Zhou
2019-04-15
1
-2
/
+1
*
Embrace anonymous unions.
Ben Pfaff
2018-05-25
1
-2
/
+2
*
ovsdb: Introduce experimental support for clustered databases.
Ben Pfaff
2018-03-24
1
-0
/
+29
*
jsonrpc: Allow jsonrpc_session to have more than one remote.
Ben Pfaff
2018-03-24
1
-5
/
+47
*
jsonrpc: Add comment for jsonrpc_msg_to_json().
Ben Pfaff
2018-02-06
1
-0
/
+3
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
jsonrpc: Increment sequence number when connection actually made.
Ben Pfaff
2017-10-24
1
-2
/
+3
*
ovsdb: add support for role-based access controls
Lance Richardson
2017-06-08
1
-0
/
+10
*
jsonrpc: Improve comment for jsonrpc_get_status().
Justin Pettit
2016-09-19
1
-5
/
+5
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
util: New function nullable_xstrdup().
Ben Pfaff
2016-06-26
1
-1
/
+1
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-6
/
+6
*
list: Remove lib/list.h completely.
Ben Warren
2016-03-30
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
vlog: Make the most common module reference more direct.
Ben Pfaff
2016-02-10
1
-2
/
+2
*
lib/jsonrpc: make use of ofpbuf_use_ds()
Andy Zhou
2015-09-01
1
-4
/
+1
*
jsonrpc: use json_to_ds to speed up jsonrpc_send
Andy Zhou
2015-09-01
1
-2
/
+4
*
ovsdb-server: Add the ability to push peer-cert.
Gurucharan Shetty
2015-08-21
1
-0
/
+1
*
jsonrpc: Add function comments.
Ben Pfaff
2015-03-31
1
-2
/
+27
*
Use the IANA-assigned ports for OpenFlow and OVSDB.
Justin Pettit
2015-03-12
1
-4
/
+2
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-3
/
+3
*
stream: Eliminate pstream_set_dscp().
Ben Pfaff
2015-02-20
1
-15
/
+3
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-1
/
+1
*
jsonrpc: Notify excessive sending backlog.
Alex Wang
2014-09-23
1
-0
/
+10
*
lib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.
Jarno Rajahalme
2014-08-29
1
-2
/
+2
*
jsonrpc: Return received JSON-RPC messages immediately in jsonrpc_recv().
Ben Pfaff
2014-04-03
1
-35
/
+37
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-3
/
+3
*
ovs-vsctl: reconnect to the database if connection was dropped
Ansis Atteka
2014-02-19
1
-0
/
+8
*
ovsdb: Define official port number.
Justin Pettit
2013-10-01
1
-2
/
+2
*
Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.
Justin Pettit
2013-10-01
1
-7
/
+6
*
clang: Add annotations for thread safety check.
Ethan Jackson
2013-07-30
1
-6
/
+2
*
Avoid C preprocessor trick where macro has the same name as a function.
Ben Pfaff
2013-07-29
1
-1
/
+1
*
jsonrpc: Make thread-safe.
Ben Pfaff
2013-07-22
1
-2
/
+10
*
byteq: Make the queue size variable instead of fixed at BYTEQ_SIZE bytes.
Ben Pfaff
2013-07-17
1
-2
/
+3
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+4
*
ovs-vsctl: Try connecting only once for active connections by default.
Ben Pfaff
2013-03-15
1
-3
/
+21
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-3
/
+2
*
ovs: Replace TODO:XXX with XXX.
Ethan Jackson
2012-12-21
1
-1
/
+1
*
ovsdb/jsonrpc-server: ovsdb-server closes accepted connections immediately.
Mehak Mahajan
2012-10-04
1
-2
/
+16
*
jsonrpc: Treat receiving part of a message as activity.
Ben Pfaff
2012-09-07
1
-1
/
+20
*
jsonrpc: Treat draining data from send queue as activity.
Ben Pfaff
2012-09-07
1
-0
/
+14
*
reconnect: Rename reconnect_received() to reconnect_activity().
Ben Pfaff
2012-09-07
1
-1
/
+1
*
Reapplying the dscp changes: No need to restart DB/OVS on changing dscp value.
Mehak Mahajan
2012-06-21
1
-1
/
+5
*
Revert DSCP update changes.
Ben Pfaff
2012-06-20
1
-4
/
+1
[next]