summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* log: Use absolute name of log file.Ben Pfaff2017-12-241-33/+62
* log: Replace ovsdb_log_get_offset() by a more abstract mechanism.Ben Pfaff2017-12-243-25/+62
* ovsdb-client: Remove extraneous markup from man page.Justin Pettit2017-12-241-34/+34
* ovsdb-server: Update description for "compact" command in man page.Justin Pettit2017-12-241-2/+2
* log: Support multiple magic.Ben Pfaff2017-12-242-46/+116
* log: Support using /dev/stdin for opening logs read-only.Ben Pfaff2017-12-241-1/+7
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-242-28/+280
* log: Make reading in writing mode less of an error.Ben Pfaff2017-12-241-1/+1
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-244-8/+22
* log: Log write errors.Ben Pfaff2017-12-241-0/+7
* log: Make json parameter to ovsdb_log_write() const.Ben Pfaff2017-12-242-2/+4
* log: Require log entries to be JSON objects.Ben Pfaff2017-12-241-0/+17
* log: Allow client to specify magic.Ben Pfaff2017-12-245-25/+56
* ovsdb-client: Show even constraint-breaking data in "dump" output.Ben Pfaff2017-12-221-3/+2
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-223-23/+65
* jsonrpc-server: Enforce uniqueness of monitor IDs.Ben Pfaff2017-12-221-5/+14
* ovsdb-client: Add new "query" command.Ben Pfaff2017-12-222-12/+67
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-212-4/+139
* ovsdb: Fix memory leak in corner case in ovsdb_txn_commit_().Ben Pfaff2017-12-191-0/+1
* ovsdb-server: Drop 'txn' member from struct db.Ben Pfaff2017-12-191-24/+16
* ovsdb-tool: Add new "db-name" and "schema-name" commands.Ben Pfaff2017-12-192-0/+31
* 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