summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
...
* ovsdb-client: Add new "backup" command.Ben Pfaff2017-12-154-8/+168
* log: New function ovsdb_log_compose_record().Ben Pfaff2017-12-142-23/+40
* ovsdb-client: Add new "get-schema-cksum" command.Ben Pfaff2017-12-141-0/+13
* ovsdb: Improve documentation.Ben Pfaff2017-12-1411-701/+231
* ovsdb-idlc: Replace C/C++ keyword in column nameYi-Hung Wei2017-12-132-4/+35
* ovsdb-error: New function ovsdb_error_to_json_free().Ben Pfaff2017-12-132-21/+7
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-132-11/+5
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-111-2/+6
* ovsdb-server: Document monitor_cond_change behavior for unmentioned tables.Ben Pfaff2017-12-081-1/+2
* jsonrpc-server: Report monitor session ID properly in error message.Ben Pfaff2017-12-081-1/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-1/+10
* execution: Fix bug that leaks ovsdb_rowYifeng Sun2017-11-291-1/+2
* tests: Convert dot2pic build tool from Perl to Python.Ben Pfaff2017-11-261-59/+96
* ovsdb: Remove break after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-031-1/+0
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-034-4/+5
* ovsdb-server: Fix memory leakYifeng Sun2017-11-021-1/+15
* replication: Avoid theoretical use-after-free error in reset_database().Ben Pfaff2017-10-061-2/+2
* ovsdb-server.1: Fix mention of wrong option.Russell Bryant2017-09-101-1/+1
* monitor: Simplify calculation of cond->conditional.Ben Pfaff2017-08-311-16/+12
* monitor: Fix bad caching of conditional monitor_cond requests.Ben Pfaff2017-08-311-1/+1
* ovsdb-idl: Avoid mutable type specifier.Joe Stringer2017-08-151-1/+1
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-151-2/+2
* ovsdb-server: Document clarification for some bad wording in RFC 7047.Ben Pfaff2017-08-041-0/+8
* ovsdb-idl: Autogenerated functions for compound indexesLance Richardson2017-08-031-0/+258
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-022-25/+29
* Support IPv6 link-local address scopes on Linux.Ben Pfaff2017-07-172-29/+20
* Python3 compatibility: unicode to strJason Wessel2017-07-061-3/+9
* Python3 compatibility: fix integer problemsJason Wessel2017-07-061-1/+1
* Python3 compatibility: iteritems to itemsJason Wessel2017-07-061-4/+4
* Python3 compatibility: execfile to execJason Wessel2017-07-061-1/+1
* Python3 compatibility: exception cleanupJason Wessel2017-07-062-4/+4
* Python3 compatibility: Convert print statementsJason Wessel2017-07-062-264/+265
* ovsdb: add support for role-based access controlsLance Richardson2017-06-0816-14/+676
* ovsdb-client: Use correct operand to 'sizeof' in do_dump().Ben Pfaff2017-05-311-2/+2
* ovsdb: Check null before deref in ovsdb_monitor_table_condition_update().Ben Pfaff2017-05-301-5/+5
* ovsdb: refactor utility functions into separate fileLance Richardson2017-05-044-177/+258
* ovsdb: add xml equivalents of remote man page fragmentsLance Richardson2017-05-013-0/+70
* ovsdb-client: improve formatting option description in man pageLance Richardson2017-04-061-2/+1
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-7/+2
* ovsdb-server: Drop unnecessary find_db() function.Ben Pfaff2017-03-291-25/+5
* ovsdb-server: Fix memory leak in update_remote_status() error path.Ben Pfaff2017-03-291-3/+4
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-131-5/+5
* ovsdb: Prevent OVSDB server from replicating itself.Andy Zhou2017-02-135-17/+106
* ovsdb: Add OVSDB server per instance UUID.Andy Zhou2017-02-134-0/+15
* ovsdb: Gracefully handle replication errors.Andy Zhou2017-02-131-2/+2
* libX.pc: use the correct output directoryAaron Conole2017-01-261-1/+1
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* table: correct documented default format in man pagesLance Richardson2016-12-221-0/+2
* ovsdb-idlc: Initialize nonnull string columns for inserted rows.Ben Pfaff2016-12-201-0/+5
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-191/+12