netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / lockfile.c
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-31 Alin Serdeanlockfile: Support \-delimited file names in lockfile_na...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-06-24 Gurucharan Shettylockfile: Modify tests for Windows.
2014-04-07 Ben Pfafflockfile: Improve log message when a process tries...
2014-03-25 Ben Pfafflockfile: Minor code cleanup.
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-13 Gurucharan Shettylockfile: Implementation for Windows platform.
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-22 Ben Pfafflockfile: Make thread-safe.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-05 Ben Pfafflockfile: Remove calls to time_disable_restart()/time_e...
2012-08-31 Ben Pfafflockfile: Log more helpful message when locking fails...
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-01 Ben Pfafflockfile: Be more forgiving about lockfiles for symlinks.
2012-08-01 Ben Pfafflockfile: Fix hang locking through a dangling symlink.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-13 Ben Pfafflockfile: Don't warn if successful lock takes a little...
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-08 Ben Pfafflockfile: Occasionally log a warning when waiting for...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.