Use HAVE_UNISTD_H when including unistd.h.
[idzebra-moved-to-github.git] / index / lockidx.c
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2002-08-02 Adam DickmeissTowards GPL
2002-02-20 Adam DickmeissWork on new API. Locking system re-implemented
2000-10-16 Adam DickmeissFixed problem with close of lock file for WIN32.
2000-09-05 Adam DickmeissUpdates for prefix 'yaz_' for YAZ log functions.
2000-02-24 Adam DickmeissFixed bug: indexer would run forever when lock dir...
1999-12-08 Adam DickmeissImplemented bf_reset.
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.