summaryrefslogtreecommitdiff
path: root/file_io/win32/flock.c
Commit message (Expand)AuthorAgeFilesLines
* Update license header.Joe Orton2006-08-031-6/+6
* Windows 9x file locks will *never* block. Emulate this behaviorWilliam A. Rowe Jr2006-02-111-2/+20
* 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
* IIUC, users expect APR_EAGAIN() to respond TRUE if a lock has contentionWilliam A. Rowe Jr2002-12-101-5/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Filelocks are unsupported on WinCE. Submitted by Mladen TurkWilliam A. Rowe Jr2002-02-121-0/+9
* Tighter localization of some variables... found experimenting in otherWilliam A. Rowe Jr2002-01-051-6/+6
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-6/+2
* Get apr_file_lock and apr_file_unlock working on Win9x. Not tested.Bill Stoddard2001-08-131-6/+23
* add a comment to apr_file_lock() for Win32 about an issue detectingJeff Trawick2001-08-071-0/+5
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-2/+2
* Win32 flock arrivesWilliam A. Rowe Jr2000-12-041-0/+84