summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-273-34/+37
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-263-58/+51
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-203-29/+44
* Use documented GetFileInformationByHandleEx() instead ofivan2019-05-051-12/+3
* * file_io/win32/filestat.civan2019-04-281-1/+2
* * file_io/win32/filestat.c: Use IsReparseTagNameSurrogate() macro to test forivan2019-04-281-1/+1
* Address some warnings raised by MSVC-32/64.ylavic2019-04-031-1/+1
* Narrow symbolic link detection on NTFSwrowe2019-03-202-14/+91
* Unlock mutex only if APR_FOPEN_XTHREAD flag is setmturk2018-04-241-1/+3
* Win32: Improve apr_file_read() performance on buffered files by reducingkotkov2018-04-061-23/+57
* pipe: factorize apr_file_pipe_create*() in terms of static helperylavic2017-09-261-21/+29
* pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.ylavic2017-09-261-1/+1
* Win32: Create and use file mutex only for files opened with APR_FOPEN_XTHREAD.kotkov2017-09-153-15/+26
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.kotkov2017-09-151-1/+0
* Revert r1806592 and r1806603 that were meant to be a refactoring of theivan2017-08-301-11/+11
* Win32: Fix a deadlock when appending to locked files (PR50058).ivan2017-08-291-0/+33
* Minor refactoring of the Win32 file write code.ivan2017-08-291-5/+5
* Minor refactoring of the Win32 file write code.ivan2017-08-291-3/+3
* Minor refactoring of the Win32 file write code.ivan2017-08-291-8/+8
* Win32: Improve apr_file_write() performance on buffered files by reducingivan2017-08-261-12/+32
* Factor out a helper function that contains the implementation of writingivan2017-08-261-29/+34
* Factor out a helper function that adapts WriteFile() to apr_size_tivan2017-08-261-24/+36
* Fix two issues with apr_file_trunc() for buffered files:ivan2017-03-271-4/+30
* Win32: Improve apr_file_gets() performance on buffered files by not callingivan2017-03-021-65/+145
* Optimize apr_file_info_get(APR_FINFO_SIZE) on Windows.ivan2016-12-171-0/+18
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-7/+18
* apr_filepath_merge: Fix truename length calculation on Windowsbrane2015-06-171-2/+2
* SECURITY: CVE-2015-1829 (cve.mitre.org)trawick2015-04-251-3/+33
* fix whitespace regression compared with 1.6.xtrawick2015-04-231-6/+6
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-122-2/+2
* Fix timing bug in parallel apr_dir_make_recursive on Windows.brane2014-01-211-17/+24
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-9/+9
* apr_file_dup2() on Windows: Fix debug RTL assertion when attempting to trawick2013-11-061-3/+6
* APR_FOPEN_NONBLOCK is expected to be critical for an apptrawick2013-11-021-0/+3
* definAtelytrawick2011-12-121-1/+1
* Fix cut'n'paste errorsf2011-11-191-1/+1
* Fix race condition that could lead to EEXIST being returnedsf2011-10-151-3/+9
* APR_ENOTIMPL versions of apr_file_rotating_check() andtrawick2011-04-071-0/+11
* change apr_palloc+memcpy to apr_pmemduptrawick2011-04-061-2/+1
* Added prototype for getpid.fuankg2011-03-251-0/+3
* fix some gcc warnings on Windowstrawick2011-03-191-1/+3
* fix low-hanging gcc warnings, mostly for Windowstrawick2011-03-191-1/+1
* add dummy apr_file_pipe_wait() for Windows so that the test suite can linktrawick2011-03-191-0/+7
* Axed C++ comments.fuankg2011-02-092-12/+12
* Don't consume too much CPU while reading datamturk2010-08-261-0/+3
* Loop if the recv gets WSAEWOULDBLOCKmturk2010-08-261-2/+5
* Fixed a type mismatch compiler warning.fuankg2010-08-041-1/+1
* Fix various issues found by cppchecksf2010-07-271-3/+1
* Only deal with the mutex when XTHREAD is enabled. This increases thegstein2010-07-051-5/+16
* Remove assumption that drive letters are always uppercase.gstein2010-07-051-1/+22