summaryrefslogtreecommitdiff
path: root/lib/db-ctl-base.h
Commit message (Expand)AuthorAgeFilesLines
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-061-1/+7
* db-ctl-base: Propagate errors from the commands parser.Jakub Sitnicki2018-07-231-3/+3
* db-ctl-base: Extend ctl_context with an error message.Jakub Sitnicki2018-07-031-0/+3
* db-ctl-base: Don't die in ctl_set_column() on error.Jakub Sitnicki2018-07-031-3/+2
* db-ctl-base: Don't die in ctl_get_row() on error.Jakub Sitnicki2018-07-031-4/+3
* ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse options before logging.Ben Pfaff2018-05-251-1/+1
* ovs-vsctl: Include bfd_status in "show" output for interfacesMiguel Angel Ajo2018-03-141-1/+1
* db-ctl-base: Don't shadow 'invalidate_cache' callback.Justin Pettit2018-02-281-1/+1
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-261-7/+7
* ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.Ben Pfaff2017-05-031-1/+10
* ovn-sbctl: Get rid of redundant code by using function from db-ctl-base.Ben Pfaff2017-05-031-0/+5
* ovn-nbctl: Allow access to DHCP options via logical switch port name.Ben Pfaff2017-05-031-1/+1
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-1/+5
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-1/+10
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-5/+15
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* 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