summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* change apr_palloc+memcpy to apr_pmemduptrawick2011-04-061-2/+1
* fix undeclared variable issue with --disable-threadstrawick2011-03-301-1/+1
* fix a bit of 'if FOO'/'ifdef FOO' confusiontrawick2011-03-292-5/+5
* apr_file_flush_locked(): Handle short writessf2011-02-211-4/+8
* Ooops. Don't leave file lockedmturk2010-12-101-1/+1
* Fix file_trunc for buffered files. Make sure the write buffer is flushed befo...mturk2010-12-101-1/+25
* Fix various issues found by cppchecksf2010-07-271-2/+6
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+7
* include malloc() prototypetrawick2010-04-071-0/+4
* OS/2: Share the unix implementation of apr_file_printf() which passes thebjh2010-04-042-47/+66
* Enable platform specific support for the opening of a file orminfrin2010-03-021-0/+6
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-015-37/+37
* * Reverse order of manual and check to conform to naming stylerpluem2010-02-041-1/+1
* Add two new features to APR Files:pquerna2010-02-033-0/+127
* * file_io/unix/open.c (apr_file_open): Don't set FD_CLOEXEC if it wasjorton2010-01-311-3/+5
* Catch filepath_util.c flaws, unix build works againwrowe2009-12-181-2/+2
* Nothing interesting existed in apr_common_private.h, this wouldwrowe2009-12-182-27/+17
* Set file/socket descriptor to -1 before close(), so that there is no chancebojan2009-11-011-2/+9
* TMPDIR is the canonical prefered envvar to usejim2009-09-251-2/+2
* Link again on OS X, where fdatasync() does not seem to exist.striker2009-07-111-0/+4
* Add apr_file_sync() and apr_file_datasync() calls.bojan2009-06-141-0/+48
* Retain the INHERIT/NOCLEANUP flags of new_file in apr_file_dup2().bojan2009-06-111-2/+2
* Only set CLOEXEC on dup() if both NOCLEANUP and INHERIT flags are clear.bojan2009-03-031-2/+2
* * One missing unroll of APR_SET_FD_CLOEXEC.rpluem2009-02-271-2/+11
* Unroll APR_SET_FD_CLOEXEC macro.bojan2009-02-272-3/+26
* fix unused variable warning for builds without HAVE_DUP3trawick2009-02-271-1/+4
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andbojan2009-02-263-2/+27
* Fix documentation for apr_temp_dir_get().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