log src/lib/file-lock.c @ 9451:9fff30644260 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 12 Oct 2008 11:44:33 +0300 Timo Sirainen Moved file lock type string parsing code to file-lock.c HEAD
Sun, 04 May 2008 02:53:55 +0300 Timo Sirainen If fcntl() fails with EACCES, give a more understandable error message since HEAD
Mon, 04 Feb 2008 19:12:46 +0200 Timo Sirainen If fcntl() or flock() fails, log the lock_type. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sat, 09 Dec 2006 18:19:46 +0200 Timo Sirainen Forgot to remove debugging abort() call HEAD
Wed, 06 Dec 2006 17:08:22 +0200 Timo Sirainen Lock handling changes. Everything goes through file-lock API now and there's HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Wed, 12 Feb 2003 14:07:51 +0200 Timo Sirainen Locking code cleanups and small fixes HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Mon, 25 Nov 2002 21:02:49 +0200 Timo Sirainen Locking changes triggered a bit larger cleanup :) If we have to wait for a HEAD
Mon, 28 Oct 2002 06:18:26 +0200 Timo Sirainen I/O buffers now use real blocking instead of setting up a sub-ioloop to HEAD
Wed, 23 Oct 2002 23:41:35 +0300 Timo Sirainen file_wait_lock() now takes timeout-parameter so one badly behaving process HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD