summaryrefslogtreecommitdiff
path: root/lib/db-ctl-base.c
Commit message (Expand)AuthorAgeFilesLines
* 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