summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial win32 implementation of the variable file-io buffer size functions.Colm MacCarthaigh2005-10-184-6/+69
* buffer.c, where the new variable file buffer functions are stored. Colm MacCarthaigh2005-10-181-0/+72
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and Colm MacCarthaigh2005-10-183-8/+13
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofColm MacCarthaigh2005-10-153-22/+87
* Port r76283, the vformatter logic for unix/readwrite.c to handle arbitrary le...Colm MacCarthaigh2005-10-121-16/+31
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R toJoe Orton2005-09-271-3/+3
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionJoe Orton2005-09-241-0/+5
* * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessaryJoe Orton2005-09-081-6/+10
* * file_io/unix/dir.c (apr_dir_read): Clarify handling ofJoe Orton2005-09-051-4/+4
* Fix an extranious emit, the file is huge (off_t) but theWilliam A. Rowe Jr2005-09-011-1/+5
* * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assumeJoe Orton2005-09-011-9/+9
* * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build.Joe Orton2005-09-011-1/+3
* Add some workarounds for cases where readdir_r fails due to largeJoe Orton2005-08-312-5/+44
* Don't bother checking empty strings when we already know that the string leng...Bradley Nicholes2005-08-241-5/+5
* * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle theJoe Orton2005-08-221-2/+19
* * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to storeJoe Orton2005-08-201-4/+4