netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / db-ctl-base.c
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...