]> git.proxmox.com Git - mirror_ovs.git/history - lib/db-ctl-base.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / db-ctl-base.c
2021-02-02 Ben Pfaffdb-ctl-base: Add {in} and {not-in} set relational opera...
2019-09-19 Yifeng Sundb-ctl-base: Free leaked ovsdb_datum
2019-09-18 Ben Pfaffdb-ctl-base: Give better error messages for ambiguous...
2019-07-05 Damijan Skvarcdb-ctl-base: fix memory leak in cmd-get() function
2018-08-04 Darrell Balldb-ctl-base: Fix build with gcc 7.3 with O3.
2018-07-23 Jakub Sitnickidb-ctl-base: Propagate errors from the commands parser.
2018-07-23 Jakub Sitnickidb-ctl-base: Propagate error from parse_command().
2018-07-09 Jakub Sitnickidb-ctl-base: Don't die in cmd_add() on error.
2018-07-05 Darrell Balldb-ctl-base: Use boolean variable values.
2018-07-05 Ian Stokesdb-ctl-base: Fix compilation warnings.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in cmd_destroy() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in cmd_clear() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in cmd_remove() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in cmd_get() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Kill die_if_error() helper.
2018-07-03 Jakub Sitnickidb-ctl-base: Fix resource deallocation on error path...
2018-07-03 Jakub Sitnickidb-ctl-base: Fix resource deallocation on error path...
2018-07-03 Jakub Sitnickidb-ctl-base: Fix resource deallocation on error path...
2018-07-03 Jakub Sitnickidb-ctl-base: Stop using die_if_error().
2018-07-03 Jakub Sitnickidb-ctl-base: Extend ctl_context with an error message.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in ctl_set_column() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in pre_list_columns() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in pre_parse_column_key_value...
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in pre_get_table() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in pre_get_column() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in ctl_get_row() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in get_row_by_id() on multiple...
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in create_symbol() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in set_column() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in check_mutable() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in is_condition_satisfied()...
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in get_table() on error.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in parse_column_names() on error.
2018-05-25 Ben Pfaffovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse option...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-02-28 Justin Pettitdb-ctl-base: Don't shadow 'invalidate_cache' callback.
2018-02-26 Mark MichelsonRefer to database manpages in *ctl manpages
2017-08-15 Joe Stringerovsdb-idl: Avoid class declaration.
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-07-14 ZhiPeng Ludb-ctl-base: Fix reference-following feature in get_row...
2017-05-03 Ben Pfaffovn-sbctl: Add --ovs option to "lflow-list", for listin...
2017-05-03 Ben Pfaffovn-sbctl: Get rid of redundant code by using function...
2017-05-03 Ben Pfaffdb-ctl-base: Allow abbreviating UUIDs embedded in strings.
2017-05-03 Ben Pfaffdb-ctl-base: Add support for identifying a row based...
2017-05-03 Ben Pfaffdb-ctl-base: Drop redundant 'table' field from struct...
2017-05-03 Ben Pfaffuuid: New function uuid_is_partial_match().
2017-05-03 Ben Pfaffuuid: Change semantics of uuid_is_partial_string().
2017-04-30 Ben Pfaffdb-ctl-base: Allow record UUIDs to be abbreviated.
2017-01-13 Ben Pfaffdb-ctl-base: Always support all tables in schema.
2017-01-05 Lukasz Rzasikovsdb-data: Add support for integer ranges in database...
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-06-13 Ben Pfaffovs-vsctl: Support identifying Flow_Sample_Collector_Se...
2016-03-22 Russell Bryantdb-ctl-base: Fix a typo.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2015-09-14 Ben Pfaffdb-ctl-base: Make 'cmd_show_tables' argument to ctl_ini...
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-07-23 Andy Zhoudb-ctl-base: make cmd_show_table private
2015-07-23 Andy Zhoudb-ctl-base: remove the recurse member from struct...
2015-07-20 Ben Pfaffdb-ctl-base: Add "static" to definition of ctl_exit().
2015-07-17 Andy Zhoudb-ctl-base: make use of user supplied exit function
2015-07-17 Andy Zhoudb-ctl-base: remove ctl_get_all_commands() function
2015-07-17 Andy Zhoudb-ctl-base: remove db_ctl_show_command table
2015-07-13 Andy Zhoudb-ctl-base: group static functions together
2015-07-13 Andy Zhoudb-ctl-base: do not require client to expose the "table...
2015-07-13 Andy Zhoudb-ctl-base: do not expose get_table() API
2015-06-23 Alex Wangdb-ctl-base: Improve show command.
2015-06-23 Alex Wangdb-ctl-base: Librarize show command.
2015-06-23 Alex Wangdb-ctl-base: Librarize code in parse_options().
2015-06-23 Alex Wangdb-ctl-base: Make common database command code into...