summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Monitor: Keep and maintain the initial change set.Ilya Maximets2023-04-241-1/+4
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-3/+2
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-6/+6
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-12/+12
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-0/+4
* ovsdb: monitor: Store serialized json in a json cache.Ilya Maximets2021-09-011-0/+9
* ovsdb: Remove duplicated include.Yunjian Wang2020-07-071-1/+0
* ovsdb-monitor: Support monitor_cond_since.Han Zhou2019-02-281-6/+115
* ovsdb-monitor: Refactor ovsdb monitor implementation.Han Zhou2019-02-281-195/+222
* ovsdb_monitor: Fix style of prototypes.Han Zhou2019-02-221-7/+7
* monitor: Fix crash when monitor condition adds new columns.Han Zhou2019-02-141-31/+51
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-1/+17
* ovsdb: Drop distinction between monitors and replicas.Ben Pfaff2018-03-241-30/+25
* ovsdb-server: Distinguish logs from other replicas.Ben Pfaff2018-03-241-3/+1
* monitor: Simplify calculation of cond->conditional.Ben Pfaff2017-08-311-16/+12
* monitor: Fix bad caching of conditional monitor_cond requests.Ben Pfaff2017-08-311-1/+1
* ovsdb: Check null before deref in ovsdb_monitor_table_condition_update().Ben Pfaff2017-05-301-5/+5
* ovsdb: Fix segfalut during replication.Andy Zhou2016-09-271-1/+40
* ovsdb: monitor - Replace tabs with spacesAlin Serdean2016-09-191-25/+25
* ovsdb-monitor: Fix valgrind 'possible loss' warnings.Joe Stringer2016-09-121-3/+3
* ovsdb: Fix memory leak reported by valgrind.Liran Schour2016-07-271-0/+1
* 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