Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / index / lockidx.c
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-02-17 Adam DickmeissFixed bug in zebraIndexUnlock. On NT, the lock files...
1998-01-12 Adam DickmeissThe test option (-s) only uses read-lock (and not write...
1997-09-29 Adam DickmeissRevised locking system to be thread safe for the server.
1997-09-25 Adam DickmeissWIN32 files lock support.
1997-09-17 Adam DickmeissZebra version corresponds to YAZ version 1.4.
1997-09-09 Adam DickmeissPartial port to WIN95/NT.
1997-09-04 Adam DickmeissAdded O_BINARY for open calls.
1997-02-12 Adam DickmeissImplemented options -f <n> that limits the log to the...
1996-10-29 Adam DickmeissUses resource lockDir instead of lockPath.
1996-03-26 Adam DickmeissNew setting lockPath: directory of various lock files.
1995-12-13 Adam DickmeissLocking uses F_WRLCK and F_RDLCK again!
1995-12-12 Adam DickmeissSystem call sync(2) used after update/commit.
1995-12-11 Adam DickmeissLocking based on fcntl instead of flock.
1995-12-08 Adam DickmeissWork on update while servers are running. Three lock...
1995-12-07 Adam DickmeissWork locking mechanisms for concurrent updates/commit.