summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+2
* ovsdb: optimize match_any_clause() condition evaluationLiran Schour2016-07-181-1/+1
* ovsdb: enable jsonrpc-server to service "monitor_cond_change" requestLiran Schour2016-07-181-48/+206
* ovsdb: generate update notifications for monitor_cond sessionLiran Schour2016-07-181-27/+258
* ovsdb: allow unmonitored columns in condition evaluationLiran Schour2016-07-181-10/+24
* ovsdb: create column index mapping between ovsdb row to monitor rowLiran Schour2016-07-181-25/+40
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-7/+7
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovsdb-server: Add Json cache count to memory/showAndy Zhou2016-03-101-0/+5
* ovsdb-server: Fix a reference count leak bugandy zhou2016-03-081-1/+8
* ovsdb: rename variables in ovsdb_monitor_get_update()Andy Zhou2016-02-241-10/+10
* ovsdb: Fix one off error in tracking monitor changesAndy Zhou2016-02-241-2/+15
* ovsdb-server: fix monitor counters reported by memory/showAndy Zhou2016-02-051-0/+8
* 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