summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: separate json cache for different monitor versionsHan Zhou2015-12-181-6/+20
* ovsdb: generate update2 notification for a monitor2 sessionAndy Zhou2015-12-111-25/+120
* ovsdb: refactor, add ovsdb_monitor_max_columns()Andy Zhou2015-12-111-10/+17
* ovsdb: Fix outdated comment for function description.Justin Pettit2015-10-221-3/+1
* ovsdb: Destroy allocated hmap.Justin Pettit2015-10-221-0/+1
* ovsdb: Remove misleading OVS_UNUSED from ovsdb_monitor_change_cb().Ben Pfaff2015-08-311-1/+1
* ovsdb: Flush JSON cache only when necessaryAndy Zhou2015-06-231-2/+11
* ovsdb: Only update monitor when necessaryAndy Zhou2015-06-231-1/+71
* ovsdb: add ovsdb_monitor_row_update_type()Andy Zhou2015-06-231-4/+10
* ovsdb-monitor: add json cacheAndy Zhou2015-06-081-22/+101
* ovsdb-monitor: allow multiple jsonrpc monitors to share a single ovsdbAndy Zhou2015-06-081-14/+123
* ovsdb-monitor: refactor ovsdb_monitor_create()Andy Zhou2015-06-081-5/+12
* ovsdb-monitor: allow multiple of 'ovsdb_monitor_changes' in each ovsdb monito...Andy Zhou2015-05-291-40/+86
* ovsdb-monitor: add ovsdb_monitor_changesAndy Zhou2015-05-291-19/+111
* ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()Andy Zhou2015-05-291-2/+2
* ovsdb-monitor: add transaction idsAndy Zhou2015-05-291-13/+11
* ovsdb-monitor: stores jsonrpc-monitor in a linked-listAndy Zhou2015-05-291-4/+46
* ovsdb-monitor: refactoring ovsdb_monitor_get_initialAndy Zhou2015-05-291-4/+1
* jsonrpc-server: Split out monitor backend functions to monitor.c/hAndy Zhou2015-05-291-0/+581