summaryrefslogtreecommitdiff
path: root/file_io/win32/open.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-5/+2
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-261-1/+1
* Win32: Create and use file mutex only for files opened with APR_FOPEN_XTHREAD.kotkov2017-09-151-4/+3
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.kotkov2017-09-151-1/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-121-1/+1
* APR_FOPEN_NONBLOCK is expected to be critical for an apptrawick2013-11-021-0/+3
* definAtelytrawick2011-12-121-1/+1
* Fix various issues found by cppchecksf2010-07-271-3/+1
* typos? Otherwise it won't compile.jfclere2010-03-091-2/+2
* Rollback r920783 looking for a real correction...jfclere2010-03-091-1/+1
* Otherwise it won't compile.jfclere2010-03-091-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-011-22/+22
* Cleanups for various gcc warnings, conditional assignment and type errorswrowe2009-12-181-15/+19
* lowercase include since this breaks MingW cross-compile on Linux;fuankg2009-06-231-1/+1
* On windows files != sockets, so do notmturk2009-02-261-2/+4
* Do not close the original if the apr_os_file_put fails.mturk2009-02-201-3/+0
* Moved new apr_file_link() function to open.c for all platformstdonovan2008-07-251-3/+4
* Add apr_file_link() function.bojan2008-07-251-0/+30
* Reduce the point at which we use long filename manipulation to 248wrowe2008-05-061-2/+5
* * Add missing semi-colon in Win9x code path of apr_file_open that breaksrpluem2008-01-301-1/+1
* Fix two typos, I had continued to simplify this throughoutwrowe2007-11-081-9/+6
* Learn the appropriate csize Allocation magic applicablewrowe2007-11-081-9/+19
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingwrowe2007-10-141-6/+61
* Group of two changes; we must keep file->flags in sync whenwrowe2007-10-121-13/+23
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-26/+13
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-131-0/+1
* Initial win32 implementation of the variable file-io buffer size functions.colm2005-10-181-2/+4
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofcolm2005-10-151-6/+27
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix obtaining security info on files for NT+. The current implementation worksmturk2004-09-231-0/+2
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-2/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+8
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-1/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-3/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-291-5/+20
* Several StdHandles may be defined as the same handle, handle that case.wrowe2002-12-281-2/+2
* Remove the segfault from testfile.c and introduce new breakage.wrowe2002-12-281-0/+15
* Win32: Get APR_APPEND file i/o working correctly.stoddard2002-10-291-30/+17
* I really disliked this identifier, found a better one.wrowe2002-10-141-3/+3
* Allow sendfile semantics to be requested for a given file. While thiswrowe2002-10-141-2/+17
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-1/+1
* Fix cut-n-paste-o in apr_os_file_put.brane2002-07-161-1/+1
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-161-0/+16
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-7/+4