summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb: Fix replication memory leak.Joe Stringer2016-09-121-1/+0
* ovsdb-monitor: Fix valgrind 'possible loss' warnings.Joe Stringer2016-09-122-4/+4
* ovsdb-server: Fix memory leak in ovsdb_server_get_sync_exclude_tables().Ben Pfaff2016-09-091-1/+3
* ovsdb: Replication usability improvementsAndy Zhou2016-09-037-107/+316
* ovsdb-idlc: Fix logic error in IDL parse function.Mickey Spiegel2016-09-021-1/+1
* ovsdb-idlc: Make set and map update operations take const arguments.Ben Pfaff2016-08-311-19/+19
* ovsdb: Reimplement replication. Using a state machine.Andy Zhou2016-08-313-302/+330
* ovsdb: (Re)hide struct db in ovsdb-server.cAndy Zhou2016-08-313-70/+104
* ovsdb: Add request_idsAndy Zhou2016-08-311-4/+76
* ovsdb: Add blacklist_tablesAndy Zhou2016-08-313-56/+158
* ovsdb: Properly handle error returned from from reset_database()Andy Zhou2016-08-311-5/+9
* ovsdb-idlc: Fix memory leaks in add and remove clause functions.Ben Pfaff2016-08-301-8/+24
* ovsdb: Fix reference to table's row on condition_add|remove_clauseLiran Schour2016-08-261-20/+20
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-14/+14
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-149-42/+116
* ovsdb: Fix bug, set rpc to NULL after freeing.Andy Zhou2016-08-141-1/+2
* ovsdb: Add replication waitAndy Zhou2016-08-143-0/+12
* ovsdb: Rename replication related variable names.Andy Zhou2016-08-144-59/+59
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-1/+64