summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-3/+1
* Only deal with the mutex when XTHREAD is enabled. This increases theGreg Stein2010-07-051-5/+16
* Remove assumption that drive letters are always uppercase.Greg Stein2010-07-051-1/+22
* avoid uninitialized memory access in apr_filepath_merge()Jeff Trawick2010-04-081-2/+1
* typos? Otherwise it won't compile.Jean-Frederic Clere2010-03-091-2/+2
* Rollback r920783 looking for a real correction...Jean-Frederic Clere2010-03-091-1/+1
* Otherwise it won't compile.Jean-Frederic Clere2010-03-091-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-015-28/+28
* Cleanups for various gcc warnings, conditional assignment and type errorsWilliam A. Rowe Jr2009-12-187-43/+48
* refactor for what is meant to strictly be internal functionality for 1 platfo...William A. Rowe Jr2009-12-181-5/+5
* This high-offset arg is signedWilliam A. Rowe Jr2009-12-181-2/+2
* Nothing interesting existed in apr_common_private.h, this wouldWilliam A. Rowe Jr2009-12-181-15/+0
* lowercase include since this breaks MingW cross-compile on Linux;Guenter Knauf2009-06-231-1/+1
* Add apr_file_sync() and apr_file_datasync() calls.Bojan Smojver2009-06-141-0/+19
* On windows files != sockets, so do notMladen Turk2009-02-263-7/+14
* Do not close the original if the apr_os_file_put fails.Mladen Turk2009-02-201-3/+0
* On busy systems the accept can be delayed, so use the select and wait untill ...Mladen Turk2009-02-191-3/+21
* Add close function for file_socket_pipe. The standard apr_file_close coresMladen Turk2009-02-121-16/+20
* Moved new apr_file_link() function to open.c for all platformsThomas J. Donovan2008-07-251-3/+4
* Add apr_file_link() function.Bojan Smojver2008-07-251-0/+30
* Correct Win9x/ANSI mode flaw uncovered by Friedrich DominicusWilliam A. Rowe Jr2008-07-151-2/+2
* Reduce the point at which we use long filename manipulation to 248William A. Rowe Jr2008-05-061-2/+5
* Implement apr_file_socket_pipe_create for windows. Private for implementing p...Mladen Turk2008-04-181-0/+183
* * Add missing semi-colon in Win9x code path of apr_file_open that breaksRuediger Pluem2008-01-301-1/+1
* Fix two typos, I had continued to simplify this throughoutWilliam A. Rowe Jr2007-11-081-9/+6
* Learn the appropriate csize Allocation magic applicableWilliam A. Rowe Jr2007-11-082-10/+27
* Now in 1.3.0 a valid csize becomes very critical to enableWilliam A. Rowe Jr2007-11-061-4/+41
* Here is the correct cast for signed-ness where size_t is off_tWilliam A. Rowe Jr2007-10-141-1/+1