summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-tool: Document database numbering scheme.Ben Pfaff2016-12-021-0/+25
* ovsdb: Allow online compacting on Windows.Alin Serdean2016-11-301-11/+76
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-104-5/+27
* ovsdb-server: Implement read-only remote connection type.Lance Richardson2016-11-014-2/+23
* ovsdb-idlc: Remove special case for "sizeof bool".Ben Pfaff2016-10-191-23/+4
* ovsdb-idl: Sort and unique-ify datum in ovsdb_idl_txn_write().Ben Pfaff2016-10-191-2/+0
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-57/+30
* ovsdb-idlc: Consolidate assertions.Ben Pfaff2016-10-191-21/+12
* ovsdb-idlc: Declare loop variables in for statements in generated code.Ben Pfaff2016-10-191-14/+5
* ovsdb-idlc: Make generated references to columns easier to read.Ben Pfaff2016-10-191-38/+28
* ovsdb-idlc: Make generated references to table classes easier to read.Ben Pfaff2016-10-191-28/+29
* ovsdb-idlc: Simplify code generation to parse sets and maps of references.Ben Pfaff2016-10-191-21/+21
* ovsdb-idlc: Factor out sorting columns.Ben Pfaff2016-10-191-17/+20
* ovsdb-idlc: Remove obsolete documentation and usage.Ben Pfaff2016-10-192-6/+0
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-191-42/+3
* ovsdb: Reorder elements in ovsdb_table_schema structure.Bhanuprakash Bodireddy2016-10-171-2/+2
* ovsdb: Fix memory leak when disposing 'replication_dbs'Andy Zhou2016-09-271-7/+14
* ovsdb: Fix segfalut during replication.Andy Zhou2016-09-271-1/+40
* ovsdb-idl: Update comments.Ben Pfaff2016-09-191-3/+1
* ovsdb: monitor - Replace tabs with spacesAlin Serdean2016-09-191-25/+25
* Windows: Extend support for binaries which allow detachAlin Serdean2016-09-141-0/+1
* replication: Be more careful about JSON parsing and simplify code.Ben Pfaff2016-09-121-126/+56