summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
...
* * file_io/win32/readwrite.cIvan Zhakov2019-05-262-3/+3
* * file_io/win32/readwrite.cIvan Zhakov2019-05-261-2/+1
* Follow-up to r1859473: Fix stupid typo: use *OFFSET instead of OFFSET inIvan Zhakov2019-05-181-1/+1
* win32: Use SetFilePointerEx() instead of SetFilePointer().Ivan Zhakov2019-05-181-26/+21
* win32: Check return value from apr_generate_random_bytes() inIvan Zhakov2019-05-161-2/+8
* apr_dir_read: Do not request short file names on Windows 7 and later. ThisIvan Zhakov2019-05-131-1/+15
* Use documented GetFileInformationByHandleEx() instead ofIvan Zhakov2019-05-051-12/+3
* * file_io/win32/filestat.cIvan Zhakov2019-04-281-1/+2
* * file_io/win32/filestat.c: Use IsReparseTagNameSurrogate() macro to test forIvan Zhakov2019-04-281-1/+1
* Address some warnings raised by MSVC-32/64.Yann Ylavic2019-04-031-1/+1
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-202-14/+91
* Unlock mutex only if APR_FOPEN_XTHREAD flag is setMladen Turk2018-04-241-1/+3
* Win32: Improve apr_file_read() performance on buffered files by reducingEvgeny Kotkov2018-04-061-23/+57
* pipe: factorize apr_file_pipe_create*() in terms of static helperYann Ylavic2017-09-261-21/+29
* pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.Yann Ylavic2017-09-261-1/+1
* Win32: Create and use file mutex only for files opened with APR_FOPEN_XTHREAD.Evgeny Kotkov2017-09-153-15/+26
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.Evgeny Kotkov2017-09-151-1/+0
* Revert r1806592 and r1806603 that were meant to be a refactoring of theIvan Zhakov2017-08-301-11/+11
* Win32: Fix a deadlock when appending to locked files (PR50058).Ivan Zhakov2017-08-291-0/+33
* Minor refactoring of the Win32 file write code.Ivan Zhakov2017-08-291-5/+5
* *** Reverted in r1806701 ***Ivan Zhakov2017-08-291-3/+3
* *** Reverted in r1806701 ***Ivan Zhakov2017-08-291-8/+8
* Win32: Improve apr_file_write() performance on buffered files by reducingIvan Zhakov2017-08-261-12/+32
* Factor out a helper function that contains the implementation of writingIvan Zhakov2017-08-261-29/+34
* Factor out a helper function that adapts WriteFile() to apr_size_tIvan Zhakov2017-08-261-24/+36
* Fix two issues with apr_file_trunc() for buffered files:Ivan Zhakov2017-03-271-4/+30
* Win32: Improve apr_file_gets() performance on buffered files by not callingIvan Zhakov2017-03-021-65/+145
* Optimize apr_file_info_get(APR_FINFO_SIZE) on Windows.Ivan Zhakov2016-12-171-0/+18
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-7/+18
* apr_filepath_merge: Fix truename length calculation on WindowsBranko Čibej2015-06-171-2/+2
* SECURITY: CVE-2015-1829 (cve.mitre.org)Jeff Trawick2015-04-251-3/+33
* fix whitespace regression compared with 1.6.xJeff Trawick2015-04-231-6/+6
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-122-2/+2
* Fix timing bug in parallel apr_dir_make_recursive on Windows.Branko Čibej2014-01-211-17/+24
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-9/+9
* apr_file_dup2() on Windows: Fix debug RTL assertion when attempting to Jeff Trawick2013-11-061-3/+6
* APR_FOPEN_NONBLOCK is expected to be critical for an appJeff Trawick2013-11-021-0/+3
* definAtelyJeff Trawick2011-12-121-1/+1
* Fix cut'n'paste errorStefan Fritsch2011-11-191-1/+1
* Fix race condition that could lead to EEXIST being returnedStefan Fritsch2011-10-151-3/+9
* APR_ENOTIMPL versions of apr_file_rotating_check() andJeff Trawick2011-04-071-0/+11
* change apr_palloc+memcpy to apr_pmemdupJeff Trawick2011-04-061-2/+1
* Added prototype for getpid.Guenter Knauf2011-03-251-0/+3
* fix some gcc warnings on WindowsJeff Trawick2011-03-191-1/+3
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-191-1/+1
* add dummy apr_file_pipe_wait() for Windows so that the test suite can linkJeff Trawick2011-03-191-0/+7
* Axed C++ comments.Guenter Knauf2011-02-092-12/+12
* Don't consume too much CPU while reading dataMladen Turk2010-08-261-0/+3
* Loop if the recv gets WSAEWOULDBLOCKMladen Turk2010-08-261-2/+5
* Fixed a type mismatch compiler warning.Guenter Knauf2010-08-041-1/+1