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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovsdb-idlc: Implement synthetic columns.
Ben Pfaff
2018-02-16
2
-5
/
+115
*
ovsdb-idlc: Add infrastructure for IDL schema extensions.
Ben Pfaff
2018-02-16
1
-0
/
+12
*
ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.
Ben Pfaff
2018-02-16
2
-3
/
+13
*
ovsdb-tool: Indicate "db" and "schema" are optional in man page.
Justin Pettit
2018-02-14
1
-13
/
+18
*
ovsdb-client: Add --timeout option.
Ben Pfaff
2018-02-06
2
-0
/
+18
*
util: Document and rely on ovs_assert() always evaluating its argument.
Ben Pfaff
2018-02-01
2
-5
/
+2
*
ovsdb-client: Fix memory leaks
Yifeng Sun
2018-01-22
1
-0
/
+2
*
ovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsize for Python3
Markos Chandras
2018-01-09
1
-2
/
+2
*
ovsdb: ovsdb-dot.in: Change exception semantics for Python3
Markos Chandras
2018-01-09
1
-2
/
+2
*
ovsdb: ovsdb-dot.in: Use print function for Python3
Markos Chandras
2018-01-09
1
-14
/
+14
*
ovsdb: Use items() instead of iteritems() for Python3
Markos Chandras
2018-01-09
2
-5
/
+5
*
log: Use absolute name of log file.
Ben Pfaff
2017-12-24
1
-33
/
+62
*
log: Replace ovsdb_log_get_offset() by a more abstract mechanism.
Ben Pfaff
2017-12-24
3
-25
/
+62
*
ovsdb-client: Remove extraneous markup from man page.
Justin Pettit
2017-12-24
1
-34
/
+34
*
ovsdb-server: Update description for "compact" command in man page.
Justin Pettit
2017-12-24
1
-2
/
+2
*
log: Support multiple magic.
Ben Pfaff
2017-12-24
2
-46
/
+116
*
log: Support using /dev/stdin for opening logs read-only.
Ben Pfaff
2017-12-24
1
-1
/
+7
*
log: New functions for replacing a log's contents.
Ben Pfaff
2017-12-24
2
-28
/
+280
*
log: Make reading in writing mode less of an error.
Ben Pfaff
2017-12-24
1
-1
/
+1
*
log: Add new open mode OVSDB_LOG_CREATE_EXCL.
Ben Pfaff
2017-12-24
4
-8
/
+22
*
log: Log write errors.
Ben Pfaff
2017-12-24
1
-0
/
+7
*
log: Make json parameter to ovsdb_log_write() const.
Ben Pfaff
2017-12-24
2
-2
/
+4
*
log: Require log entries to be JSON objects.
Ben Pfaff
2017-12-24
1
-0
/
+17
*
log: Allow client to specify magic.
Ben Pfaff
2017-12-24
5
-25
/
+56
*
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
3
-23
/
+65
*
jsonrpc-server: Enforce uniqueness of monitor IDs.
Ben Pfaff
2017-12-22
1
-5
/
+14
*
ovsdb-client: Add new "query" command.
Ben Pfaff
2017-12-22
2
-12
/
+67
*
ovsdb-client: Add new "restore" command.
Ben Pfaff
2017-12-21
2
-4
/
+139
*
ovsdb: Fix memory leak in corner case in ovsdb_txn_commit_().
Ben Pfaff
2017-12-19
1
-0
/
+1
*
ovsdb-server: Drop 'txn' member from struct db.
Ben Pfaff
2017-12-19
1
-24
/
+16
*
ovsdb-tool: Add new "db-name" and "schema-name" commands.
Ben Pfaff
2017-12-19
2
-0
/
+31
*
ovsdb-client: Add new "backup" command.
Ben Pfaff
2017-12-15
4
-8
/
+168
*
log: New function ovsdb_log_compose_record().
Ben Pfaff
2017-12-14
2
-23
/
+40
*
ovsdb-client: Add new "get-schema-cksum" command.
Ben Pfaff
2017-12-14
1
-0
/
+13
*
ovsdb: Improve documentation.
Ben Pfaff
2017-12-14
11
-701
/
+231
*
ovsdb-idlc: Replace C/C++ keyword in column name
Yi-Hung Wei
2017-12-13
2
-4
/
+35
*
ovsdb-error: New function ovsdb_error_to_json_free().
Ben Pfaff
2017-12-13
2
-21
/
+7
*
ovsdb-error: New function ovsdb_error_to_string_free().
Ben Pfaff
2017-12-13
2
-11
/
+5
*
ovsdb-idl: Tolerate initialization races for singleton tables.
Ben Pfaff
2017-12-11
1
-2
/
+6
*
ovsdb-server: Document monitor_cond_change behavior for unmentioned tables.
Ben Pfaff
2017-12-08
1
-1
/
+2
*
jsonrpc-server: Report monitor session ID properly in error message.
Ben Pfaff
2017-12-08
1
-1
/
+1
*
lib, ovsdb: Adapt headers for C++ usage
Yi-Hung Wei
2017-12-01
1
-1
/
+10
*
execution: Fix bug that leaks ovsdb_row
Yifeng Sun
2017-11-29
1
-1
/
+2
*
tests: Convert dot2pic build tool from Perl to Python.
Ben Pfaff
2017-11-26
1
-59
/
+96
*
ovsdb: Remove break after OVS_NOT_REACHED.
Bhanuprakash Bodireddy
2017-11-03
1
-1
/
+0
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
4
-4
/
+5
*
ovsdb-server: Fix memory leak
Yifeng Sun
2017-11-02
1
-1
/
+15
*
replication: Avoid theoretical use-after-free error in reset_database().
Ben Pfaff
2017-10-06
1
-2
/
+2
*
ovsdb-server.1: Fix mention of wrong option.
Russell Bryant
2017-09-10
1
-1
/
+1
[next]