| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework apr_file_writev_full so it tries to writev() data before resorting to | Davi Arnaut | 2007-07-06 | 1 | -3/+29 |
* | Register a cleanup only if APR_FILE_NOCLEANUP was not flagged. | William A. Rowe Jr | 2007-06-01 | 2 | -6/+11 |
* | Add the missing file locking APIs and macros to the NetWare build | Bradley Nicholes | 2007-05-15 | 1 | -0/+22 |
* | Discard file buffers when running cleanups for exec. | Bojan Smojver | 2007-05-15 | 4 | -12/+45 |
* | Avoid calling apr_file_flush_locked() on an unlocked file. | Bojan Smojver | 2007-05-14 | 1 | -1/+1 |
* | Revert nested mutexes in Unix file_io | Bojan Smojver | 2007-05-14 | 6 | -28/+59 |
* | Avoid compiler warning (rv only used if HAVE_WRITEV). | Bojan Smojver | 2007-05-12 | 1 | -2/+3 |
* | Improve thread safety of assorted file_io functions. | Bojan Smojver | 2007-05-12 | 6 | -72/+41 |
* | The file pointer position must be recalculated and set when writev()ing to a | Bojan Smojver | 2007-05-11 | 1 | -0/+9 |
* | apr_dir_read returned ENOENT instead of APR_ENOENT | William A. Rowe Jr | 2007-04-18 | 1 | -1/+1 |
* | * file_io/unix/readwrite.c: Minor style fixes, no functional change: | Joe Orton | 2007-04-02 | 1 | -3/+4 |
* | Fix locking bug with apr_file_read()/apr_file_gets() | Bojan Smojver | 2007-03-31 | 1 | -55/+58 |
* | Only try to flush when the file is in buffered mode, inside apr_file_writev. | Paul Querna | 2007-03-01 | 2 | -9/+14 |
* | Fix apr_file_writev when buffering is enabled by forcing a flush, rather than... | Paul Querna | 2007-02-28 | 2 | -0/+12 |
* | * file_io/unix/readwrite.c (apr_file_writev): Fix variable type and | Joe Orton | 2007-01-07 | 1 | -3/+3 |
* | Portably check for EEXIST in the mktemp code. | Garrett Rooney | 2006-10-26 | 1 | -1/+1 |
* | Solve svn issue 1869, only one symptom on the Unix platform; when | William A. Rowe Jr | 2006-09-21 | 1 | -3/+4 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 46 | -46/+46 |
* | Update license header. | Joe Orton | 2006-08-03 | 46 | -276/+276 |
* | With this patch, the finfo.protection includes the rights for the current | William A. Rowe Jr | 2006-07-26 | 1 | -6/+6 |
* | | William A. Rowe Jr | 2006-07-24 | 1 | -12/+22 |
* | 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 |