]> git.proxmox.com Git - mirror_ovs.git/history - lib/ovsdb-idl.c
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / ovsdb-idl.c
2020-11-27 Ilya Maximetsovsdb-idl: Fix iteration over tracked rows with no...
2020-11-16 Dumitru Cearaovsdb-idl: Return correct seqno from ovsdb_idl_db_set_c...
2020-11-16 Mark Grayovsdb-idl: Fix *_is_new() IDL functions.
2020-11-02 Ben Pfaffovsdb-idl: Add comment with program name to ovsdb_idl_l...
2020-08-12 Han ZhouRevert "ovsdb-idl: Fix NULL deref reported by Coverity."
2020-07-07 Dumitru Cearaovsdb-idl: Force IDL retry when missing updates encount...
2020-06-16 Numan Siddiqueovsdb idl: Try committing the pending txn in ovsdb_idl_...
2020-06-15 Dumitru Cearaovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONI...
2020-05-28 Mark Michelsonovsdb-idl: Add function to reset min_index.
2020-05-20 William Tuovsdb-idl: Fix NULL deref reported by Coverity.
2020-03-26 Dumitru CearaRevert "ovsdb-idl: Avoid sending redundant conditional...
2019-08-21 Han Zhouovsdb-idl.c: Allows retry even when using a single...
2019-07-18 Dumitru Cearaovsdb-idl: Mark row "parsed" in ovsdb_idl_txn_write__
2019-07-01 Damjan Skvarcovsdb-idl: memory leak while destroying database
2019-05-24 Han Zhouovsdb-idl: Tracking - preserve data for deleted rows.
2019-04-15 Han Zhouovsdb-idl: Support optionally not shuffling multiple...
2019-03-26 Han Zhouovsdb-idl.c: Remove meaningless MAX().
2019-03-08 Han Zhouovsdb-idl: Fix memory leak of ovsdb_idl_db_clear.
2019-03-07 Han Zhouovsdb-idl: Fix memory leak of idl->remote.
2019-02-28 Han Zhouovsdb-idl: Fast resync from server when connection...
2019-02-28 Han Zhouovsdb-idl: Support monitor_cond_since method in C IDL.
2018-11-19 Ben Pfaffovsdb-idl: Treat "unknown database" error as reason...
2018-11-19 Ben Pfaffovsdb-idl: Avoid sending transactions when the DB is...
2018-10-08 Han Zhouovsdb-idl.c: Increase seqno for change-tracking of...
2018-10-04 Ben Pfaffovsdb-idl: New function ovsdb_idl_create_unconnected().
2018-08-16 Ben Pfaffovsdb-idl: Adjust indexes during transactions.
2018-08-14 Han Zhouovsdb-idl: Track changes for table references.
2018-08-14 Han Zhouovsdb-idl.c: Update conditions when handling change...
2018-08-14 Han Zhouovsdb-idl: Remove a misleading comment for change tracking.
2018-08-13 Han Zhouovsdb-idl.c: Fix IDL index problem when rows are updated.
2018-07-31 Lorenzo BianconiIntroduce ovs-appctl command to monitor HVs sb connecti...
2018-07-23 Jakub Sitnickiovsdb-idl: Allow monitoring columns that are already...
2018-06-18 Han Zhouovsdb-idl: Remove unnecessary code in track clear.
2018-06-15 Mark Michelsonovsdb-idl: Correct singleton insert logic
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-12 Ben Pfaffovsdb-idl: Redesign use of indexes.
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-04-04 Yifeng Sunovsdb-idl: properly destroy ovsdb_idl.server
2018-04-04 Han Zhouovsdb-idl: omit_alert should implicitly turn off tracking.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-03-24 Ben Pfaffovsdb-idl: Break out database-specific stuff into new...
2018-03-14 Ben Pfaffovsdb-idl: Use modern form of <monitor-requests>.
2018-02-16 Ben Pfaffovsdb-idlc: Implement synthetic columns.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffovsdb-client: Add new "restore" command.
2017-12-13 Ben Pfaffovsdb-error: New function ovsdb_error_to_string_free().
2017-12-11 Ben Pfaffovsdb-idl: Tolerate initialization races for singleton...
2017-12-11 Ben Pfaffovsdb-idl: Remove 'uuid' member of struct ovsdb_idl.
2017-12-11 Ben Pfaffovsdb-idl: Fix assertion failure on error path parsing...
2017-12-11 Ben Pfaffovsdb-idl: Fix indentation in a couple of places.
2017-12-11 Ben Pfaffovsdb-idl: Improve comments.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-11-02 Yifeng Sunovsdb-idl: Fix memory leak
2017-10-30 Han Zhouovsdb-idl: fix index row setting with references.
2017-08-15 Joe Stringerovsdb-idl: Rename 'old' to 'old_datum'.
2017-08-15 Joe Stringerovsdb-idl: Avoid new expression.
2017-08-15 Joe Stringerovsdb-idl: Avoid mutable type specifier.
2017-08-15 Joe Stringerovsdb-idl: Avoid class declaration.
2017-08-03 Lance Richardsonovsdb-idl: idl compound indexes implementation
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-06-08 Lance Richardsonovsdb: add support for role-based access controls
2017-05-03 Ben Pfaffdb-ctl-base: Drop redundant 'table' field from struct...
2017-04-24 Yi-Hung Weiovsdb-idl: Fix memory leak
2017-01-09 Andy Zhouovsdb-idl: Enhance conditional monitoring API
2017-01-09 andy zhouovsdb-idl: Properly handle conditional monitor update...
2017-01-06 Andy Zhouovsdb-idl: Avoid sending redundant conditional monitori...
2016-12-20 Ben Pfaffovsdb-idl: Change interface to conditional monitoring.
2016-12-20 Ben Pfaffovsdb-idl: Drop write-only member from struct ovsdb_idl...
2016-10-19 Ben Pfaffovsdb-idl: Check internal graph in OVSDB tests.
2016-10-19 Ben Pfaffovsdb-idl: Mark ovsdb_idl_get_row_arc() parameter const.
2016-10-19 Ben Pfaffovsdb-idl: Add some more implementation comments.
2016-10-19 Ben Pfaffovsdb-idl: Sort and unique-ify datum in ovsdb_idl_txn_w...
2016-10-19 Ben Pfaffovsdb-idl: Improve comment on ovsdb_idl_txn_write[_clon...
2016-09-23 Ben Pfaffovsdb-idl: Return result of transaction in ovsdb_idl_lo...
2016-09-19 Ben Pfaffovsdb-idl: Update comments.
2016-08-16 Ben Pfaffovsdb-idl: Style and comment improvements for condition...
2016-08-16 Ben Pfaffovsdb-idl: Fix memory leak in ovsdb_idl_condition_add_c...
2016-08-16 Ben Pfaffovsdb-idl: Fix double-remove in ovsdb_idl_condition_res...
2016-08-14 Ryan Moatsovsdb: Add/use partial set updates.
2016-08-13 Liran Schourovsdb-idl: Fix bug on ovsdb_idl_condition_remove_clause().
2016-08-08 Ben Pfaffovsdb-idl: Wake up ovsdb_idl_loop when a transaction...
2016-08-08 Ben Pfaffovn-nbctl: Add "sync" command to wait for previous...
2016-07-27 Ben Pfaffovn: Make it possible for CMS to detect when the OVN...
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-19 Liran Schourlib: add monitor_cond_change API to C IDL lib
2016-07-19 Liran Schourlib: add to ovsdb-idl monitor_id
2016-07-19 Liran Schourovsdb-client: support monitor-cond method
2016-06-24 Lutz, Arnoldoovsdb-idl: Fix issues detected in Partial Map Update...
2016-06-10 William Tuovn-controller: Fix memory leak reported by valgrind.
2016-05-18 Edward Aymerichovsdb-idl: Add partial map updates functionality.
2016-04-14 RYAN D. MOATSovn-controller: Dynamically reconnect if ovn-remote...
2016-03-31 Huang Leiovn-controller: Add external-id 'ovn-remote-probe-interval'
2016-03-30 RYAN D. MOATSFix missing tracking reordering of row deletes.
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-22 RYAN D. MOATSovsdb-idl: Present tracked changes in increasing change...
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-14 Lance Richardsonovsdb-idl: improve error handling when schema is not...
2016-02-06 Lance Richardsonovsdb-idl: log error in client when db schema does...
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
next