summaryrefslogtreecommitdiff
path: root/lib/db-ctl-base.c
Commit message (Expand)AuthorAgeFilesLines
* db-ctl-base: Don't shadow 'invalidate_cache' callback.Justin Pettit2018-02-281-4/+4
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-261-4/+65
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-151-2/+2
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-2/+2
* db-ctl-base: Fix reference-following feature in get_row_by_id().ZhiPeng Lu2017-07-131-0/+2
* ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.Ben Pfaff2017-05-031-12/+7
* ovn-sbctl: Get rid of redundant code by using function from db-ctl-base.Ben Pfaff2017-05-031-12/+12
* db-ctl-base: Allow abbreviating UUIDs embedded in strings.Ben Pfaff2017-05-031-3/+25
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-16/+42
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-6/+6
* uuid: New function uuid_is_partial_match().Ben Pfaff2017-05-031-9/+1
* uuid: Change semantics of uuid_is_partial_string().Ben Pfaff2017-05-031-3/+1
* db-ctl-base: Allow record UUIDs to be abbreviated.Ben Pfaff2017-04-301-0/+28
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-126/+126
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-051-5/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.Ben Pfaff2016-06-131-11/+24
* db-ctl-base: Fix a typo.Russell Bryant2016-03-211-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+1
* db-ctl-base: Make 'cmd_show_tables' argument to ctl_init() optional.Ben Pfaff2015-09-141-3/+14
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-0/+43
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-231-9/+11
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-231-6/+14
* db-ctl-base: Add "static" to definition of ctl_exit().Ben Pfaff2015-07-201-1/+1
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-10/+24
* db-ctl-base: remove ctl_get_all_commands() functionAndy Zhou2015-07-171-10/+4
* db-ctl-base: remove db_ctl_show_command tableAndy Zhou2015-07-171-8/+2
* db-ctl-base: group static functions togetherAndy Zhou2015-07-131-83/+83
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-1/+7
* db-ctl-base: do not expose get_table() APIAndy Zhou2015-07-131-2/+13
* db-ctl-base: Improve show command.Alex Wang2015-06-231-0/+39
* db-ctl-base: Librarize show command.Alex Wang2015-06-231-0/+130
* db-ctl-base: Librarize code in parse_options().Alex Wang2015-06-231-0/+220
* db-ctl-base: Make common database command code into library.Alex Wang2015-06-231-0/+1683