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
/
ovsdb-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Allow client to specify magic.
Ben Pfaff
2017-12-24
1
-1
/
+1
*
ovsdb-client: Show even constraint-breaking data in "dump" output.
Ben Pfaff
2017-12-22
1
-3
/
+2
*
ovsdb-server: Forbid user-specified databases with reserved names.
Ben Pfaff
2017-12-22
1
-5
/
+14
*
ovsdb-client: Add new "query" command.
Ben Pfaff
2017-12-22
1
-12
/
+55
*
ovsdb-client: Add new "restore" command.
Ben Pfaff
2017-12-21
1
-1
/
+109
*
ovsdb-client: Add new "backup" command.
Ben Pfaff
2017-12-15
1
-0
/
+134
*
ovsdb-client: Add new "get-schema-cksum" command.
Ben Pfaff
2017-12-14
1
-0
/
+13
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
ovsdb-client: Use correct operand to 'sizeof' in do_dump().
Ben Pfaff
2017-05-31
1
-2
/
+2
*
table: provide table formatting option help at runtime
Lance Richardson
2017-04-06
1
-7
/
+2
*
table: correct documented default format in man pages
Lance Richardson
2016-12-22
1
-0
/
+2
*
Add support for specifying SSL connection parameters to ovsdb
Ethan Rahn
2016-11-10
1
-1
/
+2
*
Windows: Extend support for binaries which allow detach
Alin Serdean
2016-09-14
1
-0
/
+1
*
ovsdb-client: Fix memory leak reported by Valgrind.
William Tu
2016-07-27
1
-0
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
ovsdb: Add ovsdb-client options for testing lock
Andy Zhou
2016-07-22
1
-0
/
+196
*
ovsdb-client: support monitor-cond method
Liran Schour
2016-07-18
1
-20
/
+78
*
ovsdb-client: Move iterator definition to prevent shadowing.
Justin Pettit
2016-07-13
1
-2
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ovsdb-client: Fix memory leak reported by valgind.
William Tu
2016-02-10
1
-0
/
+1
*
ovsdb-client: Fix memory leak reported by valgrind.
William Tu
2016-01-11
1
-0
/
+3
*
ovsdb-client: Fix memory leak reported by valgrind.
William Tu
2016-01-11
1
-0
/
+14
*
ovsdb-client: Fix memory leak reported by valgrind.
William Tu
2016-01-11
1
-0
/
+1
*
ovsdb-client: Fix memory leak reported by valgrind.
William Tu
2016-01-04
1
-4
/
+8
*
ovsdb-client: support monitor2
Andy Zhou
2015-12-11
1
-6
/
+145
*
ovsdb-client: Add optional table and columns to dump command
Bert Vermeulen
2015-12-01
1
-19
/
+50
*
lib/daemon: support --user option for all OVS daemon
Andy Zhou
2015-09-30
1
-2
/
+3
*
command-line: add ovs_cmdl_ prefix
Russell Bryant
2015-03-16
1
-2
/
+2
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Move compiler.h to <openvswitch/compiler.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
compiler: Define NO_RETURN for MSVC.
Gurucharan Shetty
2014-09-15
1
-1
/
+1
*
ovsdb-client: Support all vlog options.
Ben Pfaff
2014-04-02
1
-8
/
+4
*
fatal-signal: SIGPIPE for Windows.
Gurucharan Shetty
2014-02-26
1
-1
/
+2
*
ovsdb-client: Make "monitor" command able to monitor all tables.
Ben Pfaff
2013-12-13
1
-65
/
+212
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-4
/
+4
*
Avoid designated initializers and static decls of arrays of unknown size.
Linda Sun
2013-07-19
1
-2
/
+7
*
ovsdb-client: Fix recently introduced svec_sort() bug.
Justin Pettit
2013-05-06
1
-1
/
+1
*
ovsdb-client: Avoid assertion with multiple databases.
Justin Pettit
2013-05-06
1
-1
/
+1
*
Make most "struct option" instances "const".
Ben Pfaff
2013-05-03
1
-2
/
+2
*
Remove useless use of <assert.h>.
Ben Pfaff
2013-01-16
1
-1
/
+0
*
ovsdb-client: Make "list-dbs" print the list of databases in sorted order.
Ben Pfaff
2012-09-21
1
-0
/
+1
*
ovsdb-client: Use svec instead of sset for list of database.
Ben Pfaff
2012-09-21
1
-15
/
+16
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
Fix minor memory leaks found by valgrind.
Ben Pfaff
2012-03-28
1
-0
/
+9
*
Allow configuring DSCP on controller and manager connections.
Mehak Mahajan
2012-03-23
1
-2
/
+3
*
jsonrpc: Don't swallow errors in jsonrpc_transact_block().
Ethan Jackson
2012-02-21
1
-24
/
+19
*
daemon: New function daemon_save_fd() to preserve fds across detach.
Ben Pfaff
2012-02-02
1
-6
/
+2
*
ovsdb-client: Add optional timestamps to "monitor" command output.
Ben Pfaff
2012-02-02
1
-1
/
+12
*
util: Introduce get_program_version function.
Justin Pettit
2011-08-04
1
-1
/
+1
*
ovsdb-client: Make "server" and "database" arguments optional.
Ben Pfaff
2011-07-26
1
-75
/
+170
[next]