index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ovsdb
/
monitor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovsdb: Add support for online schema conversion.
Ben Pfaff
2018-03-24
1
-1
/
+17
*
ovsdb: Drop distinction between monitors and replicas.
Ben Pfaff
2018-03-24
1
-30
/
+25
*
ovsdb-server: Distinguish logs from other replicas.
Ben Pfaff
2018-03-24
1
-3
/
+1
*
monitor: Simplify calculation of cond->conditional.
Ben Pfaff
2017-08-31
1
-16
/
+12
*
monitor: Fix bad caching of conditional monitor_cond requests.
Ben Pfaff
2017-08-31
1
-1
/
+1
*
ovsdb: Check null before deref in ovsdb_monitor_table_condition_update().
Ben Pfaff
2017-05-30
1
-5
/
+5
*
ovsdb: Fix segfalut during replication.
Andy Zhou
2016-09-27
1
-1
/
+40
*
ovsdb: monitor - Replace tabs with spaces
Alin Serdean
2016-09-19
1
-25
/
+25
*
ovsdb-monitor: Fix valgrind 'possible loss' warnings.
Joe Stringer
2016-09-12
1
-3
/
+3
*
ovsdb: Fix memory leak reported by valgrind.
Liran Schour
2016-07-27
1
-0
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+2
*
ovsdb: optimize match_any_clause() condition evaluation
Liran Schour
2016-07-18
1
-1
/
+1
*
ovsdb: enable jsonrpc-server to service "monitor_cond_change" request
Liran Schour
2016-07-18
1
-48
/
+206
*
ovsdb: generate update notifications for monitor_cond session
Liran Schour
2016-07-18
1
-27
/
+258
*
ovsdb: allow unmonitored columns in condition evaluation
Liran Schour
2016-07-18
1
-10
/
+24
*
ovsdb: create column index mapping between ovsdb row to monitor row
Liran Schour
2016-07-18
1
-25
/
+40
*
hmap: Add HMAP_FOR_EACH_POP.
Daniele Di Proietto
2016-04-26
1
-3
/
+2
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-7
/
+7
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ovsdb-server: Add Json cache count to memory/show
Andy Zhou
2016-03-10
1
-0
/
+5
*
ovsdb-server: Fix a reference count leak bug
andy zhou
2016-03-08
1
-1
/
+8
*
ovsdb: rename variables in ovsdb_monitor_get_update()
Andy Zhou
2016-02-24
1
-10
/
+10
*
ovsdb: Fix one off error in tracking monitor changes
Andy Zhou
2016-02-24
1
-2
/
+15
*
ovsdb-server: fix monitor counters reported by memory/show
Andy Zhou
2016-02-05
1
-0
/
+8
*
ovsdb: separate json cache for different monitor versions
Han Zhou
2015-12-18
1
-6
/
+20
*
ovsdb: generate update2 notification for a monitor2 session
Andy Zhou
2015-12-11
1
-25
/
+120
*
ovsdb: refactor, add ovsdb_monitor_max_columns()
Andy Zhou
2015-12-11
1
-10
/
+17
*
ovsdb: Fix outdated comment for function description.
Justin Pettit
2015-10-22
1
-3
/
+1
*
ovsdb: Destroy allocated hmap.
Justin Pettit
2015-10-22
1
-0
/
+1
*
ovsdb: Remove misleading OVS_UNUSED from ovsdb_monitor_change_cb().
Ben Pfaff
2015-08-31
1
-1
/
+1
*
ovsdb: Flush JSON cache only when necessary
Andy Zhou
2015-06-23
1
-2
/
+11
*
ovsdb: Only update monitor when necessary
Andy Zhou
2015-06-23
1
-1
/
+71
*
ovsdb: add ovsdb_monitor_row_update_type()
Andy Zhou
2015-06-23
1
-4
/
+10
*
ovsdb-monitor: add json cache
Andy Zhou
2015-06-08
1
-22
/
+101
*
ovsdb-monitor: allow multiple jsonrpc monitors to share a single ovsdb
Andy Zhou
2015-06-08
1
-14
/
+123
*
ovsdb-monitor: refactor ovsdb_monitor_create()
Andy Zhou
2015-06-08
1
-5
/
+12
*
ovsdb-monitor: allow multiple of 'ovsdb_monitor_changes' in each ovsdb monito...
Andy Zhou
2015-05-29
1
-40
/
+86
*
ovsdb-monitor: add ovsdb_monitor_changes
Andy Zhou
2015-05-29
1
-19
/
+111
*
ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()
Andy Zhou
2015-05-29
1
-2
/
+2
*
ovsdb-monitor: add transaction ids
Andy Zhou
2015-05-29
1
-13
/
+11
*
ovsdb-monitor: stores jsonrpc-monitor in a linked-list
Andy Zhou
2015-05-29
1
-4
/
+46
*
ovsdb-monitor: refactoring ovsdb_monitor_get_initial
Andy Zhou
2015-05-29
1
-4
/
+1
*
jsonrpc-server: Split out monitor backend functions to monitor.c/h
Andy Zhou
2015-05-29
1
-0
/
+581