]> git.proxmox.com Git - ovs.git/history - lib/db-ctl-base.c
Refer to database manpages in *ctl manpages
[ovs.git] / lib / db-ctl-base.c
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...