| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r422157, attempting to fix case sensitivity testnames failures, becaus... | Paul Querna | 2006-07-18 | 1 | -0/+5 |
* | apr_filepath_root: Remove the force upper-casing of the Drive letter on Win32... | Paul Querna | 2006-07-15 | 1 | -5/+0 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | Justin Erenkrantz | 2006-07-12 | 5 | -6/+6 |
* | Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32 | William A. Rowe Jr | 2006-04-09 | 1 | -2/+2 |
* | Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, and | William A. Rowe Jr | 2006-04-09 | 1 | -0/+48 |
* | Part three of the read_with_timeout refactoring. | William A. Rowe Jr | 2006-03-23 | 1 | -29/+35 |
* | Fix with additional notes for older PSDK winbase.h headers. | William A. Rowe Jr | 2006-03-23 | 1 | -3/+4 |
* | Minor typo fix to previous commit. | William A. Rowe Jr | 2006-03-23 | 1 | -1/+1 |
* | Part 2 of the necessary read_with_timeout() fixes. Catch the | William A. Rowe Jr | 2006-03-23 | 1 | -1/+1 |
* | Part 1 of many read_with_timeout logic fixes. Stop polluting one | William A. Rowe Jr | 2006-03-23 | 1 | -12/+12 |
* | The original value before seek() certainly could be at the upper bounds | William A. Rowe Jr | 2006-03-23 | 1 | -2/+9 |
* | Refactor the win32 apr_file_gets logic to close a newly | William A. Rowe Jr | 2006-03-13 | 1 | -8/+7 |
* | Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism. | William A. Rowe Jr | 2006-03-13 | 1 | -6/+5 |
* | Similar to the patches for unix/netware/os - percolate the | William A. Rowe Jr | 2006-03-13 | 4 | -2/+12 |
* | Identify a mutex unprotected flush on netware | William A. Rowe Jr | 2006-03-10 | 1 | -0/+1 |
* | Identify several mutex-unprotected flushes | William A. Rowe Jr | 2006-03-10 | 3 | -0/+3 |
* | Identify - one 2Xtransformed error result, several missing mutex sections | William A. Rowe Jr | 2006-03-10 | 4 | -2/+8 |
* | Revert 239927 and simplify a much more basic optimization | William A. Rowe Jr | 2006-03-01 | 1 | -12/+11 |
* | Close bug 38801; add optimization but test the slash delimit for | William A. Rowe Jr | 2006-03-01 | 1 | -9/+10 |
* | This patch needs additional pairs of eyeballs before considering | William A. Rowe Jr | 2006-03-01 | 1 | -5/+10 |
* | Undo dangerous, potentially lethal casts. | William A. Rowe Jr | 2006-03-01 | 1 | -3/+3 |
* | Several readwrite fixes require this code to become legible, | William A. Rowe Jr | 2006-02-28 | 1 | -14/+19 |
* | OS/2: Add proper error handling when internal calls to apr_file_flush() fail | Brian Havard | 2006-02-22 | 2 | -2/+17 |
* | Fix a typo in comment. | William A. Rowe Jr | 2006-02-15 | 1 | -1/+1 |
* | Sync Win32 behavior with Unix behavior for unbuffered file i/o | William A. Rowe Jr | 2006-02-15 | 1 | -3/+5 |
* | Windows 9x file locks will *never* block. Emulate this behavior | William A. Rowe Jr | 2006-02-11 | 1 | -2/+20 |
* | This branch of the code reflects that no machine name is given, | William A. Rowe Jr | 2006-02-09 | 1 | -3/+0 |
* | Fix bug #38438, seeks are broken for files opened for append in xthread | Garrett Rooney | 2006-01-30 | 1 | -2/+2 |
* | Cast away an emit (we reduced by 10 bits already) and correct | William A. Rowe Jr | 2005-12-19 | 1 | -2/+2 |
* | Cause apr_file_write_full on win32 to consider the timeout value set by | William A. Rowe Jr | 2005-12-10 | 1 | -2/+14 |
* | Fix handling of EOF for unbuffered reads on win32. | Garrett Rooney | 2005-12-10 | 1 | -0/+2 |
* | * file_io/unix/seek.c (setptr): Tidy up error handling a little; use | Joe Orton | 2005-10-19 | 1 | -11/+9 |
* | * file_io/unix/seek.c (setptr): Don't ignore errors from | Joe Orton | 2005-10-19 | 1 | -1/+4 |
* | Initial implementation of the variable file-io buffer sizes functions on the | Colm MacCarthaigh | 2005-10-18 | 4 | -6/+68 |
* | Initial win32 implementation of the variable file-io buffer size functions. | Colm MacCarthaigh | 2005-10-18 | 4 | -6/+69 |
* | buffer.c, where the new variable file buffer functions are stored. | Colm MacCarthaigh | 2005-10-18 | 1 | -0/+72 |
* | Add apr-wide definitions and unix implementation of apr_file_buffer_set() and | Colm MacCarthaigh | 2005-10-18 | 3 | -8/+13 |
* | Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening of | Colm MacCarthaigh | 2005-10-15 | 3 | -22/+87 |
* | Port r76283, the vformatter logic for unix/readwrite.c to handle arbitrary le... | Colm MacCarthaigh | 2005-10-12 | 1 | -16/+31 |
* | * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R to | Joe Orton | 2005-09-27 | 1 | -3/+3 |
* | * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursion | Joe Orton | 2005-09-24 | 1 | -0/+5 |
* | * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessary | Joe Orton | 2005-09-08 | 1 | -6/+10 |
* | * file_io/unix/dir.c (apr_dir_read): Clarify handling of | Joe Orton | 2005-09-05 | 1 | -4/+4 |
* | Fix an extranious emit, the file is huge (off_t) but the | William A. Rowe Jr | 2005-09-01 | 1 | -1/+5 |
* | * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assume | Joe Orton | 2005-09-01 | 1 | -9/+9 |
* | * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build. | Joe Orton | 2005-09-01 | 1 | -1/+3 |
* | Add some workarounds for cases where readdir_r fails due to large | Joe Orton | 2005-08-31 | 2 | -5/+44 |
* | Don't bother checking empty strings when we already know that the string leng... | Bradley Nicholes | 2005-08-24 | 1 | -5/+5 |
* | * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle the | Joe Orton | 2005-08-22 | 1 | -2/+19 |
* | * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to store | Joe Orton | 2005-08-20 | 1 | -4/+4 |