summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* apr_file_flush_locked(): Handle short writes.Stefan Fritsch2011-02-211-4/+8
* Axed C++ comments and tabs.Guenter Knauf2011-02-183-17/+17
* Backport Win32 part of poll provider for Vista+Mladen Turk2010-08-261-6/+30
* merge the remainder of r920897 from trunk in order to fix a compile failureJeff Trawick2010-05-201-1/+1
* Merge r932067 from trunk:Jeff Trawick2010-04-091-2/+1
* typos? Otherwise it won't compile.Jean-Frederic Clere2010-03-101-2/+2
* Backport r917819:Graham Leggett2010-03-071-0/+6
* Backport r917675: Use the APR_FOPEN_* constants instead of theGraham Leggett2010-03-0215-87/+87
* Merge r905040 from trunk:Jeff Trawick2010-02-011-3/+5
* Backport r831641 from the trunk.Bojan Smojver2009-11-011-2/+9
* TMPDIR is canonicalJim Jagielski2009-09-251-2/+2
* Backport r793192 and r794118 from the trunk.Bojan Smojver2009-07-161-0/+4
* lowercase include since this breaks MingW cross-compile on Linux;Guenter Knauf2009-06-301-1/+1
* Backport r784633 and r784773 from the trunk.Bojan Smojver2009-06-153-0/+76
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958Bojan Smojver2009-06-124-2/+72
* Fix core on win32 when using wakeable pollsetMladen Turk2009-02-121-16/+20
* Backport r731793 from the trunk.Bojan Smojver2009-01-061-3/+2
* Fix a bug with the APR_DELONCLOSE flag. Child processes were (also)Greg Stein2008-11-101-4/+6
* Moved new apr_file_link() function to open.c for all platformsThomas J. Donovan2008-07-253-13/+14
* Add apr_file_link() function.Bojan Smojver2008-07-252-0/+40
* 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
* Rework possibly non-portable constant expressionBojan Smojver2008-04-251-2/+7
* Remove APR_BUFSIZ definition, as it would only be used in one placeBojan Smojver2008-04-251-1/+2
* Make copy buffer biggerBojan Smojver2008-04-241-1/+1
* 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
* OS/2: Make opened files non-inheritable.Brian Havard2007-10-301-3/+30
* AIX C compiler won't add to void * in picky modeJeff Trawick2007-10-291-1/+1
* Pick up AIX 5.2 onwardsWilliam A. Rowe Jr2007-10-171-0/+6
* Fill in apr_fileinfo_t member st_csize on Netware and UnixWilliam A. Rowe Jr2007-10-172-12/+37
* Here is the correct cast for signed-ness where size_t is off_tWilliam A. Rowe Jr2007-10-141-1/+1
* * Return APR_SUCCESS by default.Ruediger Pluem2007-10-143-0/+6
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...William A. Rowe Jr2007-10-143-9/+3
* Fix read, if we successfully cancel it's operation aborted.William A. Rowe Jr2007-10-141-2/+5
* Had inverted read/write.William A. Rowe Jr2007-10-143-9/+9
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-144-29/+101
* Fix bug identified by testlfs; Win32 didn't handle bufferedWilliam A. Rowe Jr2007-10-141-3/+2
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingWilliam A. Rowe Jr2007-10-141-6/+61
* Group of two changes; we must keep file->flags in sync whenWilliam A. Rowe Jr2007-10-122-38/+40
* apr_file_write() on Windows: Fix return code when writing to a non-Jeff Trawick2007-10-081-1/+1
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-282-54/+95
* Correctly handle completion-based read-to-EOF case.William A. Rowe Jr2007-09-011-0/+3
* Proposed;William A. Rowe Jr2007-08-261-1/+9
* In Mac OS X's VFS API file names are, by definition, canonicallyJim Jagielski2007-08-131-0/+4
* Rework apr_file_writev_full so it tries to writev() data before resorting toDavi Arnaut2007-07-061-3/+29
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.William A. Rowe Jr2007-06-012-6/+11