updated
Showing
1 changed file
with
24 additions
and
0 deletions
1 | 2002-03-01 Sam Roberts | ||
2 | |||
3 | * Makefile.am, configure.in: Added dotlock. | ||
4 | * mailbox/: mbx_mbox.c, mbx_mboxscan.c, mbx_mh.c: locker API | ||
5 | modified. using mu_errstring() instead of strerror(). | ||
6 | * mailbox/mbx_pop.c: Using mu_errstring() instead of strerror(). | ||
7 | * pop3d/lock.c: locker_lock() api changed. pop3d uses MU_LOCKER_PID. | ||
8 | * mail.local/main.c: Retrying the dot lock is now handled by the | ||
9 | locker_t. | ||
10 | * dotlock/: .cvsignore, Makefile.am, dotlock.c: dotlock - setgid | ||
11 | program to dot lock a file, modelled on mutt_dotlock. | ||
12 | * mailbox/locker.c, include/mailutils/locker.h: New modes, | ||
13 | including a retry mode (the default), removed fcntl and stub | ||
14 | read/write lock mode. New function, to remove a lock even if not | ||
15 | owned (useful for the external dotlock utility). New functions, | ||
16 | to set the expire time for MU_LOCKER_TIME, the flags, and the | ||
17 | retries and retry sleep for MU_LOCKER_RETRY. | ||
18 | |||
19 | 2002-02-27 Sam Roberts | ||
20 | |||
21 | * examples/: Addrs.good, addr.c: New addr return codes. | ||
22 | * mail.local/mail.local.h: Including <mailutils/errno.h>. | ||
23 | * mail/mail.h: Added <strings.h> for systems that have it. | ||
24 | |||
1 | 2002-02-27 Sergey Poznyakoff | 25 | 2002-02-27 Sergey Poznyakoff |
2 | 26 | ||
3 | * imap4d/status.c: Provide better diagnostics. | 27 | * imap4d/status.c: Provide better diagnostics. | ... | ... |
-
Please register or sign in to post a comment