summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-monitor: Support monitor_cond_since.Han Zhou2019-02-281-0/+6
* ovsdb-monitor: Refactor ovsdb monitor implementation.Han Zhou2019-02-281-4/+6
* ovsdb_monitor: Fix style of prototypes.Han Zhou2019-02-221-33/+33
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-0/+2
* ovsdb: Drop distinction between monitors and replicas.Ben Pfaff2018-03-241-1/+7
* ovsdb: enable jsonrpc-server to service "monitor_cond_change" requestLiran Schour2016-07-181-11/+21
* ovsdb: generate update notifications for monitor_cond sessionLiran Schour2016-07-181-4/+26
* ovsdb: allow unmonitored columns in condition evaluationLiran Schour2016-07-181-1/+1
* ovsdb: create column index mapping between ovsdb row to monitor rowLiran Schour2016-07-181-5/+1
* ovsdb-server: Fix a reference count leak bugandy zhou2016-03-081-4/+2
* ovsdb-server: fix monitor counters reported by memory/showAndy Zhou2016-02-051-0/+2
* ovsdb-client: support monitor2Andy Zhou2015-12-111-0/+1
* ovsdb: generate update2 notification for a monitor2 sessionAndy Zhou2015-12-111-1/+12
* ovsdb-monitor: add json cacheAndy Zhou2015-06-081-1/+1
* ovsdb-monitor: allow multiple jsonrpc monitors to share a single ovsdbAndy Zhou2015-06-081-1/+9
* ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()Andy Zhou2015-05-291-2/+2
* ovsdb-monitor: add transaction idsAndy Zhou2015-05-291-3/+4
* ovsdb-monitor: stores jsonrpc-monitor in a linked-listAndy Zhou2015-05-291-2/+3
* ovsdb-monitor: refactoring ovsdb_monitor_get_initialAndy Zhou2015-05-291-1/+1
* jsonrpc-server: Split out monitor backend functions to monitor.c/hAndy Zhou2015-05-291-0/+58