summaryrefslogtreecommitdiff
path: root/lib/lockfile.c
Commit message (Expand)AuthorAgeFilesLines
* lockfile: Fix OVS_REQUIRES macro.William Tu2020-03-241-8/+8
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lockfile: Support \-delimited file names in lockfile_name().Alin Serdean2015-03-311-0/+8
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lockfile: Modify tests for Windows.Gurucharan Shetty2014-06-241-2/+3
* lockfile: Improve log message when a process tries to relock a file.Ben Pfaff2014-04-071-1/+5
* lockfile: Minor code cleanup.Ben Pfaff2014-03-251-26/+17
* util: Pre-allocate buffer for ovs_lasterror_to_string().Gurucharan Shetty2014-02-141-3/+1
* lockfile: Implementation for Windows platform.Gurucharan Shetty2014-02-131-5/+90
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-1/+0
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-14/+18
* lockfile: Make thread-safe.Ben Pfaff2013-07-221-1/+10
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-5/+6
* lockfile: Remove calls to time_disable_restart()/time_enable_restart().Ben Pfaff2013-06-051-2/+0
* lockfile: Log more helpful message when locking fails due to a conflict.Ben Pfaff2012-08-311-5/+16
* lockfile: Remove lockfile_lock timeout argumentLeo Alterman2012-08-091-35/+11
* lockfile: Be more forgiving about lockfiles for symlinks.Ben Pfaff2012-08-011-8/+21
* lockfile: Fix hang locking through a dangling symlink.Ben Pfaff2012-08-011-34/+16
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* lockfile: Don't warn if successful lock takes a little time.Ben Pfaff2011-05-131-8/+3
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+5
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-2/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* lockfile: Occasionally log a warning when waiting for a lockfile.Ben Pfaff2010-03-081-1/+7
* Merge "master" branch into "db".Ben Pfaff2009-12-021-2/+2
* Implement library for lockfiles and use it in cfg code.Ben Pfaff2009-10-291-0/+280