summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb: Use better error message for "timeout" without waiting.Ryan Moats2016-08-131-1/+2
* Windows: Local named pipe implementationAlin Serdean2016-08-032-4/+5
* ovsdb: Fix memory leak in execute_update.William Tu2016-08-021-0/+3
* ovsdb: Fix OVSDB disconnect replication bugMario Cabrera2016-08-013-12/+23
* ovsdb-client: Fix memory leak reported by Valgrind.William Tu2016-07-271-0/+1
* ovsdb: Fix memory leak in replication logicAndy Zhou2016-07-271-0/+2
* ovsdb: Properly close replication rpc connectionAndy Zhou2016-07-272-0/+2
* ovsdb: Fix memory leak reported by valgrind.Liran Schour2016-07-271-0/+1
* ovsdb: Weak references performance fixRodriguez Betancourt, Esteban2016-07-262-11/+54
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-2222-28/+39
* ovsdb: Add ovsdb-client options for testing lockAndy Zhou2016-07-222-0/+222
* ovsdb: Add unixctl commands for OVSDB replicationMario Cabrera2016-07-194-1/+133
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-182-29/+363
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-185-56/+115
* ovsdb: optimize match_any_clause() condition evaluationLiran Schour2016-07-185-10/+125
* ovsdb: enable jsonrpc-server to service "monitor_cond_change" requestLiran Schour2016-07-184-63/+444
* ovsdb: generate update notifications for monitor_cond sessionLiran Schour2016-07-184-53/+444
* ovsdb: allow unmonitored columns in condition evaluationLiran Schour2016-07-183-23/+36
* ovsdb: add conditions utilities to support monitor_condLiran Schour2016-07-184-20/+217
* ovsdb: create column index mapping between ovsdb row to monitor rowLiran Schour2016-07-183-44/+53
* sset: New function sset_from_delimited_string().Ben Pfaff2016-07-131-11/+1
* ovsdb-client: Move iterator definition to prevent shadowing.Justin Pettit2016-07-131-2/+1
* ovsdb: Fix dead assignment reported by clang.William Tu2016-07-021-2/+2
* ovsdb: Fix ovsdb-server replication blocking bug.Mario Cabrera2016-06-281-2/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* ovsdb: Add table exclusion functionality to OVSDB replicationMario Cabrera2016-06-243-3/+53
* ovsdb: Introduce OVSDB replication featureMario Cabrera2016-06-247-27/+674
* ovn-controller: Use new ovsdb-idl helpers to make logic more readable.Ben Pfaff2016-06-231-0/+12
* ovsdb: Strong references cascade performance fix.Rodriguez Betancourt, Esteban2016-06-231-9/+11
* debian, rhel: Ship ovs shared libraries and header filesEdwin Chiu2016-06-071-1/+1
* ovsdb-idlc.in: Autogenerate partial map updates functions.Edward Aymerich2016-05-181-0/+69
* ovsdb-server: Fix memory leak reported by Valgind.William Tu2016-05-141-0/+1
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-262-6/+4
* ovsdb: Force columns that contain weak references to be immutable.Ben Pfaff2016-04-112-9/+21
* ovsdb: Use previous snapshot size as an additional factor for compaction.Ben Pfaff2016-03-312-9/+31
* ovsdb: Improve error message from ovsdb_log_open() open failure.Ben Pfaff2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-307-49/+49
* list: Remove lib/list.h completely.Ben Warren2016-03-306-6/+6
* ovsdb: Remove unused "struct ovsdb_log_read_cbdata".Ben Pfaff2016-03-281-7/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-198-8/+8
* ovsdb-server: Add Json cache count to memory/showAndy Zhou2016-03-101-0/+5
* ovsdb-server: Fix a reference count leak bugandy zhou2016-03-083-7/+12
* ovsdb-server: Refactoring and clean up remote status reporting.Andy Zhou2016-02-281-17/+41
* ovsdb: avoid unnecessary call to ovsdb_monitor_get_update()Andy Zhou2016-02-241-0/+4