summaryrefslogtreecommitdiff
path: root/tests/test-lockfile.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+2
* lockfile: Modify tests for Windows.Gurucharan Shetty2014-06-241-22/+29
* Avoid static declarations of arrays with unknown size.Gurucharan Shetty2014-04-041-14/+14
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+5
* timeval: Remove CACHE_TIME scheme.Alex Wang2013-09-041-1/+0
* lockfile: In tests, also verify log messages.Ben Pfaff2012-08-311-2/+2
* lockfile: Remove lockfile_lock timeout argumentLeo Alterman2012-08-091-72/+29
* lockfile: Be more forgiving about lockfiles for symlinks.Ben Pfaff2012-08-011-0/+30
* lockfile: Fix hang locking through a dangling symlink.Ben Pfaff2012-08-011-1/+37
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* test-lockfile: Provide better diagnostics on failure.Ben Pfaff2011-10-191-30/+39
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-2/+2
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-1/+2
* vlog: Make vlog initialize itself when necessary.Ben Pfaff2010-07-211-0/+2
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* tests: Fix memory leaks in test programs.Ben Pfaff2010-02-021-2/+9
* Implement library for lockfiles and use it in cfg code.Ben Pfaff2009-10-291-0/+272