summaryrefslogtreecommitdiff
path: root/file_io/unix/flock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comments for fcntl lockStefan Fritsch2015-08-201-4/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* on some Unix boxes (e.g., Tru64), a non-blocking fcntl() lock requestJeff Trawick2001-08-281-1/+9
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-2/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* *) Add functions for file-level locking/unlocking.Greg Stein2000-11-291-0/+150