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
/
ovsdb
/
jsonrpc-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing "static" keywords.
Ben Pfaff
2011-05-16
1
-2
/
+2
*
ovsdb-server: Report time since last connect and disconnect for each manager.
Andrew Evans
2011-03-14
1
-4
/
+4
*
ovsdb: Change the way connection duration time is reported in Manager table.
Andrew Evans
2011-03-09
1
-1
/
+4
*
ovsdb-server: Write manager status information to Manager table.
Andrew Evans
2011-02-01
1
-0
/
+55
*
ovsdb: Support replicating a table without including any columns.
Ben Pfaff
2010-11-16
1
-20
/
+31
*
Add "Manager" and "manager_options" to allow options for OVSDB connections.
Ben Pfaff
2010-11-05
1
-8
/
+53
*
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
Ben Pfaff
2010-10-29
1
-1
/
+1
*
Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.
Ben Pfaff
2010-10-01
1
-17
/
+9
*
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
Ben Pfaff
2010-07-21
1
-2
/
+2
*
ovsdb: Extend "monitor" to select different operations in a single table.
Ben Pfaff
2010-07-01
1
-49
/
+165
*
ovsdb-server: Implement unixctl command to reconnect JSON-RPC connections.
Ben Pfaff
2010-06-24
1
-0
/
+31
*
ovsdb: Use port 6632 as a default port for database connections.
Ben Pfaff
2010-04-12
1
-1
/
+1
*
ovsdb: Check for changed columns only once per transaction commit.
Ben Pfaff
2010-03-17
1
-6
/
+7
*
Merge "master" into "next".
Ben Pfaff
2010-02-11
1
-1
/
+2
*
ovsdb: Add support for multiple databases to the protocol.
Ben Pfaff
2010-02-09
1
-7
/
+63
*
ovsdb-server: Free memory on exit.
Ben Pfaff
2010-02-02
1
-0
/
+12
*
ovsdb-server: Fix various memory leaks.
Ben Pfaff
2010-02-02
1
-0
/
+3
*
stream: Remove spurious #includes from header file.
Ben Pfaff
2010-01-06
1
-0
/
+1
*
ovsdb-server: Make database connections configurable from database itself.
Ben Pfaff
2010-01-04
1
-81
/
+132
*
ovsdb-server: Factor out complication by using jsonrpc_session.
Ben Pfaff
2010-01-04
1
-119
/
+34
*
ovsdb-server: Remove write-only struct member.
Ben Pfaff
2009-12-17
1
-2
/
+0
*
ovsdb-server: Open --listen sockets before detaching.
Ben Pfaff
2009-12-03
1
-11
/
+3
*
jsonrpc: Make it easy to get a new JSON-RPC request's id.
Ben Pfaff
2009-12-02
1
-1
/
+1
*
ovsdb-server: Fix crash for invalid parameters to "monitor" request.
Ben Pfaff
2009-11-18
1
-1
/
+3
*
ovsdb: Monitor support.
Ben Pfaff
2009-11-17
1
-0
/
+426
*
ovsdb-server: Ignore replies to echo requests.
Ben Pfaff
2009-11-16
1
-2
/
+12
*
ovsdb: Refactor JSON-RPC database server implementation.
Ben Pfaff
2009-11-16
1
-159
/
+197
*
ovsdb: Fix use of non-array for JSON-RPC parameters.
Ben Pfaff
2009-11-16
1
-6
/
+9
*
ovsdb-server: Reconnect to clients specified on --connect.
Ben Pfaff
2009-11-12
1
-58
/
+168
*
ovsdb: Make JSON-RPC sessions other than the first work.
Ben Pfaff
2009-11-06
1
-0
/
+1
*
ovsdb: Fix bug in JSON-RPC server.
Jeremy Stribling
2009-11-06
1
-1
/
+1
*
Initial implementation of OVSDB.
Ben Pfaff
2009-11-04
1
-0
/
+362