summaryrefslogtreecommitdiff
path: root/lib/db-ctl-base.h
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-0/+17
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-231-14/+3
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-231-4/+0
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-9/+2
* db-ctl-base: remove ctl_get_all_commands() functionAndy Zhou2015-07-171-1/+0
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-9/+2
* db-ctl-base: do not expose get_table() APIAndy Zhou2015-07-131-4/+3
* db-ctl-base: fix a few typosAndy Zhou2015-07-091-3/+3
* db-ctl-base: Librarize show command.Alex Wang2015-06-231-0/+34
* db-ctl-base: Librarize code in parse_options().Alex Wang2015-06-231-0/+5
* db-ctl-base: Make common database command code into library.Alex Wang2015-06-231-0/+219