summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge r1044447 and add CHANGES entry:sf2012-05-061-1/+1
* Backport r1044440 from trunk to 1.4.x.bojan2012-02-061-1/+25
* Backport r1183698:sf2011-10-151-9/+19
* Backport r979891/r1183724:sf2011-10-151-2/+6
* Backport r1183688:sf2011-10-151-3/+8
* apr_file_flush_locked(): Handle short writes.sf2011-02-211-4/+8
* Revert r920017, we can't change behaviour within a patch release.minfrin2010-03-081-6/+0
* Backport r920016:minfrin2010-03-071-0/+6
* Backport r917675: Use the APR_FOPEN_* constants instead of theminfrin2010-03-025-37/+37
* Merge r905040 from trunk:jorton2010-01-311-3/+5
* Backport r831641 from the trunk.bojan2009-11-011-2/+9
* TMPDIR is canonicaljim2009-09-251-2/+2
* Backport r793192 and r794118 from the trunk.bojan2009-07-161-0/+4
* Backport r784633 and r784773 from the trunk.bojan2009-06-151-0/+48
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958bojan2009-06-123-2/+62
* Backport r731793 from the trunk.bojan2009-01-061-3/+2
* Fix a bug with the APR_DELONCLOSE flag. Child processes were (also)gstein2008-11-101-4/+6
* Moved new apr_file_link() function to open.c for all platformstdonovan2008-07-252-10/+10
* Add apr_file_link() function.bojan2008-07-251-0/+10
* Rework possibly non-portable constant expressionbojan2008-04-251-2/+7
* Remove APR_BUFSIZ definition, as it would only be used in one placebojan2008-04-251-1/+2
* Make copy buffer biggerbojan2008-04-241-1/+1
* AIX C compiler won't add to void * in picky modetrawick2007-10-291-1/+1
* Pick up AIX 5.2 onwardswrowe2007-10-171-0/+6
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-6/+26
* * Return APR_SUCCESS by default.rpluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...wrowe2007-10-141-3/+1
* Had inverted read/write.wrowe2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-0/+27
* In Mac OS X's VFS API file names are, by definition, canonicallyjim2007-08-131-0/+4
* Rework apr_file_writev_full so it tries to writev() data before resorting todavi2007-07-061-3/+29
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.wrowe2007-06-011-3/+5
* Discard file buffers when running cleanups for exec.bojan2007-05-153-11/+43
* Avoid calling apr_file_flush_locked() on an unlocked file.bojan2007-05-141-1/+1
* Revert nested mutexes in Unix file_iobojan2007-05-146-28/+59
* Avoid compiler warning (rv only used if HAVE_WRITEV).bojan2007-05-121-2/+3
* Improve thread safety of assorted file_io functions.bojan2007-05-126-72/+41
* The file pointer position must be recalculated and set when writev()ing to abojan2007-05-111-0/+9
* apr_dir_read returned ENOENT instead of APR_ENOENTwrowe2007-04-181-1/+1
* * file_io/unix/readwrite.c: Minor style fixes, no functional change:jorton2007-04-021-3/+4
* Fix locking bug with apr_file_read()/apr_file_gets()bojan2007-03-311-55/+58
* Only try to flush when the file is in buffered mode, inside apr_file_writev.pquerna2007-03-011-5/+8
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...pquerna2007-02-281-0/+6
* * file_io/unix/readwrite.c (apr_file_writev): Fix variable type andjorton2007-01-071-3/+3
* Portably check for EEXIST in the mktemp code.rooneg2006-10-261-1/+1
* Solve svn issue 1869, only one symptom on the Unix platform; when wrowe2006-09-211-3/+4
* Fix the typo.jorton2006-08-0316-16/+16
* Update license header.jorton2006-08-0316-96/+96
* Identify several mutex-unprotected flusheswrowe2006-03-103-0/+3
* * file_io/unix/seek.c (setptr): Tidy up error handling a little; usejorton2005-10-191-11/+9