summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The file pointer position must be recalculated and set when writev()ing to aBojan Smojver2007-05-111-0/+9
* apr_dir_read returned ENOENT instead of APR_ENOENTWilliam A. Rowe Jr2007-04-181-1/+1
* * file_io/unix/readwrite.c: Minor style fixes, no functional change:Joe Orton2007-04-021-3/+4
* Fix locking bug with apr_file_read()/apr_file_gets()Bojan Smojver2007-03-311-55/+58
* Only try to flush when the file is in buffered mode, inside apr_file_writev.Paul Querna2007-03-012-9/+14
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...Paul Querna2007-02-282-0/+12
* * file_io/unix/readwrite.c (apr_file_writev): Fix variable type andJoe Orton2007-01-071-3/+3
* Portably check for EEXIST in the mktemp code.Garrett Rooney2006-10-261-1/+1
* Solve svn issue 1869, only one symptom on the Unix platform; when William A. Rowe Jr2006-09-211-3/+4
* Fix the typo.Joe Orton2006-08-0346-46/+46
* Update license header.Joe Orton2006-08-0346-276/+276
* With this patch, the finfo.protection includes the rights for the currentWilliam A. Rowe Jr2006-07-261-6/+6
* William A. Rowe Jr2006-07-241-12/+22
* Revert r422157, attempting to fix case sensitivity testnames failures, becaus...Paul Querna2006-07-181-0/+5
* apr_filepath_root: Remove the force upper-casing of the Drive letter on Win32...Paul Querna2006-07-151-5/+0
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-125-6/+6
* Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32William A. Rowe Jr2006-04-091-2/+2
* Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, andWilliam A. Rowe Jr2006-04-091-0/+48
* Part three of the read_with_timeout refactoring.William A. Rowe Jr2006-03-231-29/+35
* Fix with additional notes for older PSDK winbase.h headers.William A. Rowe Jr2006-03-231-3/+4
* Minor typo fix to previous commit.William A. Rowe Jr2006-03-231-1/+1
* Part 2 of the necessary read_with_timeout() fixes. Catch theWilliam A. Rowe Jr2006-03-231-1/+1
* Part 1 of many read_with_timeout logic fixes. Stop polluting oneWilliam A. Rowe Jr2006-03-231-12/+12
* The original value before seek() certainly could be at the upper boundsWilliam A. Rowe Jr2006-03-231-2/+9
* Refactor the win32 apr_file_gets logic to close a newly William A. Rowe Jr2006-03-131-8/+7
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.William A. Rowe Jr2006-03-131-6/+5
* Similar to the patches for unix/netware/os - percolate theWilliam A. Rowe Jr2006-03-134-2/+12
* Identify a mutex unprotected flush on netwareWilliam A. Rowe Jr2006-03-101-0/+1
* Identify several mutex-unprotected flushesWilliam A. Rowe Jr2006-03-103-0/+3
* Identify - one 2Xtransformed error result, several missing mutex sectionsWilliam A. Rowe Jr2006-03-104-2/+8
* Revert 239927 and simplify a much more basic optimizationWilliam A. Rowe Jr2006-03-011-12/+11
* Close bug 38801; add optimization but test the slash delimit forWilliam A. Rowe Jr2006-03-011-9/+10
* This patch needs additional pairs of eyeballs before consideringWilliam A. Rowe Jr2006-03-011-5/+10
* Undo dangerous, potentially lethal casts.William A. Rowe Jr2006-03-011-3/+3
* Several readwrite fixes require this code to become legible,William A. Rowe Jr2006-02-281-14/+19
* OS/2: Add proper error handling when internal calls to apr_file_flush() failBrian Havard2006-02-222-2/+17
* Fix a typo in comment.William A. Rowe Jr2006-02-151-1/+1
* Sync Win32 behavior with Unix behavior for unbuffered file i/oWilliam A. Rowe Jr2006-02-151-3/+5
* Windows 9x file locks will *never* block. Emulate this behaviorWilliam A. Rowe Jr2006-02-111-2/+20
* This branch of the code reflects that no machine name is given,William A. Rowe Jr2006-02-091-3/+0
* Fix bug #38438, seeks are broken for files opened for append in xthreadGarrett Rooney2006-01-301-2/+2
* Cast away an emit (we reduced by 10 bits already) and correctWilliam A. Rowe Jr2005-12-191-2/+2
* Cause apr_file_write_full on win32 to consider the timeout value set by William A. Rowe Jr2005-12-101-2/+14
* Fix handling of EOF for unbuffered reads on win32.Garrett Rooney2005-12-101-0/+2
* * file_io/unix/seek.c (setptr): Tidy up error handling a little; useJoe Orton2005-10-191-11/+9
* * file_io/unix/seek.c (setptr): Don't ignore errors fromJoe Orton2005-10-191-1/+4
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-184-6/+68