summaryrefslogtreecommitdiff
path: root/file_io/win32/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-27/+33
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-261-21/+32
* Win32: Improve apr_file_read() performance on buffered files by reducingkotkov2018-04-061-23/+57
* Win32: Create and use file mutex only for files opened with APR_FOPEN_XTHREAD.kotkov2017-09-151-9/+17
* 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
* Win32: Improve apr_file_gets() performance on buffered files by not callingivan2017-03-021-65/+145
* APR_ENOTIMPL versions of apr_file_rotating_check() andtrawick2011-04-071-0/+11
* add dummy apr_file_pipe_wait() for Windows so that the test suite can linktrawick2011-03-191-0/+7
* Axed C++ comments.fuankg2011-02-091-2/+2
* Only deal with the mutex when XTHREAD is enabled. This increases thegstein2010-07-051-5/+16
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-011-2/+2
* Cleanups for various gcc warnings, conditional assignment and type errorswrowe2009-12-181-2/+2
* This high-offset arg is signedwrowe2009-12-181-2/+2
* Add apr_file_sync() and apr_file_datasync() calls.bojan2009-06-141-0/+19
* Fix read, if we successfully cancel it's operation aborted.wrowe2007-10-141-2/+5
* apr_file_write() on Windows: Fix return code when writing to a non-trawick2007-10-081-1/+1
* Correctly handle completion-based read-to-EOF case.wrowe2007-09-011-0/+3
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* Part three of the read_with_timeout refactoring.wrowe2006-03-231-29/+35
* Minor typo fix to previous commit.wrowe2006-03-231-1/+1
* Part 2 of the necessary read_with_timeout() fixes. Catch thewrowe2006-03-231-1/+1
* Part 1 of many read_with_timeout logic fixes. Stop polluting onewrowe2006-03-231-12/+12
* Refactor the win32 apr_file_gets logic to close a newly wrowe2006-03-131-8/+7
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-131-1/+5
* This patch needs additional pairs of eyeballs before consideringwrowe2006-03-011-5/+10
* Undo dangerous, potentially lethal casts.wrowe2006-03-011-3/+3
* Several readwrite fixes require this code to become legible,wrowe2006-02-281-14/+19
* Sync Win32 behavior with Unix behavior for unbuffered file i/owrowe2006-02-151-3/+5
* Cast away an emit (we reduced by 10 bits already) and correctwrowe2005-12-191-2/+2
* Cause apr_file_write_full on win32 to consider the timeout value set by wrowe2005-12-101-2/+14
* Fix handling of EOF for unbuffered reads on win32.rooneg2005-12-101-0/+2
* Initial win32 implementation of the variable file-io buffer size functions.colm2005-10-181-3/+4
* Port r76283, the vformatter logic for unix/readwrite.c to handle arbitrary le...colm2005-10-121-16/+31
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-281-2/+2
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-14/+37
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-0/+6
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-041-3/+1
* Simplify and be more thorough. We only want to know how many bytes arewrowe2003-01-241-13/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1