netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / ovsdb-tool.c
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-10-29 Alex Wangcommand-line: Add function to print command usage.
2014-10-29 Alex Wangcommand-line: Add function to print all options.
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-06-26 Gurucharan Shettyovsdb-tool: Workaround inability to replace existing...
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2013-11-01 Alexandru Copotovsdb-tool: replace tabs with spaces
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-16 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-05-08 Ben PfaffAlways check return value of strftime().
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-05-02 Ben PfaffUse gmtime_r() and localtime_r() instead of non-thread...
2013-01-31 Ben Pfaffovsdb-tool: Fix memory leak on error path in "show...
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-01 Ben Pfaffovsdb: Do not replace symlinks by regular files during...
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-07-02 Ben PfaffUse UTC consistently instead of local timezone.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-01-11 Ben Pfaffovsdb-tool: Use typical db and schema install locations...
2011-10-24 Ben Pfaffovsdb-tool: Make "show-log" convert raw JSON to easier...
2011-10-24 Ben Pfaffovsdb-tool: Add abbreviated UUIDs to "show-log" even...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-07 Ben Pfaffovsdb-tool: Put version number in comment when compacti...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-02-23 Justin Pettitovsdb-tool: Close "log" in do_show_log().
2011-02-15 Ben Pfaffovsdb-tool: New command "needs-conversion".
2011-02-15 Ben Pfaffovsdb-tool: Add commands for printing the database...
2011-02-15 Ben Pfaffovsdb: New function ovsdb_file_read_schema() for readin...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-09-15 Justin Pettitovsdb-tool: Remove reference to non-implemented "extrac...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-06-15 Ben Pfaffovsdb-tool: Don't wait for lockfiles on "compact" or...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb-tool: Fix segfault if deleted row doesn't exist.
2010-03-08 Ben Pfaffovsdb-tool: Do not lock source db for compacting or...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Implement ovsdb-tool commands "compact" and...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-tool: Fix minor memory leak in "create".
2010-01-11 Ben Pfaffovsdb-tool: Make show-log command offer more verbose...
2009-12-16 Ben Pfaffovsdb-tool: Add "show-log" command for use in debugging.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-06 Ben Pfaffovsdb-tool: Make "query" and "transact" commands work...
2009-11-05 Ben PfaffInitial implementation of OVSDB.