summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Backport r1883340:Branko Čibej2020-11-121-3/+9
* Merge r1878279 from trunk:Yann Ylavic2020-06-011-1/+4
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorWilliam A. Rowe Jr2019-04-011-4/+3
* Merge r1789258, r1856189, r1856191, r1856192, r1856196 from trunk:Yann Ylavic2019-03-261-12/+22
* Merge r1788929 from trunk:Jim Jagielski2017-06-301-0/+7
* Set perms correctly on file copy where destination existsNick Kew2017-04-111-0/+1
* Merged r1790200 from trunk to avoid using fdatasync() on macOS.Branko Čibej2017-04-051-0/+2
* Backport 1734816:Graham Leggett2016-03-251-18/+46
* Merge r1696767 from trunk:Stefan Fritsch2015-08-201-4/+4
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-1/+1
* merge r1538171 from trunk:Jeff Trawick2013-11-021-2/+4
* Merge r1099348 from trunk:Jeff Trawick2013-10-101-2/+2
* change apr_palloc+memcpy to apr_pmemdupRainer Jung2013-10-031-2/+1
* fix compile failure with MinGW toolchainRainer Jung2013-10-032-5/+5
* Merge r1044447:Stefan Fritsch2012-05-061-1/+1
* Backport r1044440 from trunk to 1.5.x.Bojan Smojver2012-02-061-1/+25
* Backport r1183698:Stefan Fritsch2011-10-151-9/+19
* backport r979891:Stefan Fritsch2011-10-151-2/+6
* Backport r1183688:Stefan Fritsch2011-10-151-3/+8
* apr_file_flush_locked(): Handle short writes.Stefan Fritsch2011-02-211-4/+8
* Backport r917819:Graham Leggett2010-03-071-0/+6
* Backport r917675: Use the APR_FOPEN_* constants instead of theGraham Leggett2010-03-025-37/+37
* 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
* Backport r784633 and r784773 from the trunk.Bojan Smojver2009-06-151-0/+48
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958Bojan Smojver2009-06-123-2/+62
* 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-252-10/+10
* Add apr_file_link() function.Bojan Smojver2008-07-251-0/+10
* 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
* 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-171-6/+26
* * Return APR_SUCCESS by default.Ruediger Pluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...William A. Rowe Jr2007-10-141-3/+1
* Had inverted read/write.William A. Rowe Jr2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-0/+27
* 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-011-3/+5
* Discard file buffers when running cleanups for exec.Bojan Smojver2007-05-153-11/+43
* Avoid calling apr_file_flush_locked() on an unlocked file.Bojan Smojver2007-05-141-1/+1
* Revert nested mutexes in Unix file_ioBojan Smojver2007-05-146-28/+59
* Avoid compiler warning (rv only used if HAVE_WRITEV).Bojan Smojver2007-05-121-2/+3
* Improve thread safety of assorted file_io functions.Bojan Smojver2007-05-126-72/+41