| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
blob | commitdiff | raw |
| 2017-09-12 |
Ralph Corderoy | lock_file.c: close(2) file descriptor on failure, avoid... |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-18 |
Ralph Corderoy | lock_file.c: Compiler warns of unused isnewlock if... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-21 |
Ralph Corderoy | sbr/lock_file.c: Move static variables into their funct... |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Fix warnings caused by recent edits; don't mix declara... |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Replace mh_xmalloc() with mh_xstrdup(). |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
blob | commitdiff | raw | diff to current |
| 2015-02-12 |
Marcin Cieslak | Fixed the error message in lockit() when it fails to... |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
David Levine | lkopen_dot() would block forever if another process... |
blob | commitdiff | raw | diff to current |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
blob | commitdiff | raw | diff to current |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced use of mkstemp() with m_mktemp() in lock_file.c. |
blob | commitdiff | raw | diff to current |
| 2013-06-30 |
Lyndon Nerenberg | Add compilation guard around lkopen_flock. |
blob | commitdiff | raw | diff to current |
| 2013-04-29 |
David Levine | Removed some #includes of unistd.h and stdio.h because... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
Ken Hornstein | Turns out the close function can be called with FILE... |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
Ken Hornstein | Mostly complete now, but not yet functional. |
blob | commitdiff | raw | diff to current |
| 2013-03-14 |
Ken Hornstein | More locking updates; still doesn't compile yet. |
blob | commitdiff | raw | diff to current |
| 2013-03-14 |
Ken Hornstein | Start of the changes for the new lock code. Does not... |
blob | commitdiff | raw | diff to current |
| 2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Argument to alrmser is unused. |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
blob | commitdiff | raw | diff to current |
| 2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
blob | commitdiff | raw | diff to current |
| 2011-12-28 |
David Levine | Moved #endif so that lockit () is only declared with... |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
blob | commitdiff | raw | diff to current |
| 2007-04-29 |
Peter Maydell | Minor rearrangement so variables/functions used only... |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Oliver Kiddle | remove remnants of code for MMDF |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent... |
blob | commitdiff | raw | diff to current |
| 2004-10-12 |
Jon Steinhart | Fixed strange bug that prevented a lock from ever being... |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | [bug #4302] errno is not always an extern int |
blob | commitdiff | raw | diff to current |
| 2003-09-05 |
Ken Hornstein | Quiet lock warning. |
blob | commitdiff | raw | diff to current |
| 2003-09-05 |
Ken Hornstein | Merge in locking fixes into the main line. |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-07-16 |
Kimmo Suominen | Complete HAVE_MKSTEMP. |
blob | commitdiff | raw | diff to current |
| 2000-06-04 |
Ruud de Rooij | * Added autoconf test for Miquel van Smoorenburg's... |
blob | commitdiff | raw | diff to current |
| 1999-09-12 |
Doug Morris | Lots of little code cleanups to prevent warnings -... |
blob | commitdiff | raw | diff to current |
| 1999-09-10 |
Doug Morris | configure, configure.in stamp-h.in, and uip/Makefile... |
blob | commitdiff | raw | diff to current |
| 1999-06-09 |
Doug Morris | use mkstemp on systems that have it |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|