summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Merge r1809753 from trunk:ylavic2017-09-261-1/+1
* Merge r1788929 from trunk:jim2017-06-301-4/+30
* Merge r1774712 from trunk:ivan2016-12-191-0/+18
* Backport 1734816:minfrin2016-03-251-7/+18
* Merged r1685929 from trunk:brane2015-06-181-2/+2
* Merge r1676013 from trunk:trawick2015-04-251-3/+33
* backport minor whitespace tweaks from trunktrawick2015-04-231-7/+8
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-122-2/+2
* Merged rr1559873 from trunk:brane2014-01-211-17/+24
* Merge r1539455 from trunk:trawick2013-11-061-3/+6
* merge r1538171 from trunk:trawick2013-11-021-0/+3
* Merge r960671 from trunk:trawick2013-10-211-5/+16
* Axe C++ comments (a part of trunk 1068870 which isn't in 1.5.x)trawick2013-10-211-1/+1
* Merge r746310 from trunk:trawick2013-10-121-3/+0
* Merge r748080:trawick2013-10-123-7/+14
* change apr_palloc+memcpy to apr_pmemduprjung2013-10-031-2/+1
* definAtelyrjung2013-10-031-1/+1
* Remove assumption that drive letters are always uppercase.rjung2013-10-031-1/+22
* Fix cut'n'paste errorsf2011-11-191-1/+1
* backport r979891:sf2011-10-151-3/+1
* Backport r1183688:sf2011-10-151-3/+9
* Added prototype for getpid.fuankg2011-03-251-0/+3
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-2/+4
* Merge r892387 from trunk:trawick2011-03-217-42/+47
* Axed C++ comments and tabs.fuankg2011-02-182-15/+15
* Backport Win32 part of poll provider for Vista+mturk2010-08-261-6/+30
* merge the remainder of r920897 from trunk in order to fix a compile failuretrawick2010-05-201-1/+1
* Merge r932067 from trunk:trawick2010-04-091-2/+1
* typos? Otherwise it won't compile.jfclere2010-03-101-2/+2
* Backport r917675: Use the APR_FOPEN_* constants instead of theminfrin2010-03-025-28/+28
* lowercase include since this breaks MingW cross-compile on Linux;fuankg2009-06-301-1/+1
* Backport r784633 and r784773 from the trunk.bojan2009-06-151-0/+19
* Fix core on win32 when using wakeable pollsetmturk2009-02-121-16/+20
* 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
* Correct Win9x/ANSI mode flaw uncovered by Friedrich Dominicuswrowe2008-07-151-2/+2
* Reduce the point at which we use long filename manipulation to 248wrowe2008-05-061-2/+5
* Implement apr_file_socket_pipe_create for windows. Private for implementing p...mturk2008-04-181-0/+183
* * 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-082-10/+27
* Now in 1.3.0 a valid csize becomes very critical to enablewrowe2007-11-061-4/+41
* Here is the correct cast for signed-ness where size_t is off_twrowe2007-10-141-1/+1
* Fix read, if we successfully cancel it's operation aborted.wrowe2007-10-141-2/+5
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-29/+18
* Fix bug identified by testlfs; Win32 didn't handle bufferedwrowe2007-10-141-3/+2
* 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-122-38/+40
* apr_file_write() on Windows: Fix return code when writing to a non-trawick2007-10-081-1/+1
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-282-54/+95