| Commit message (Expand) | Author | Age | Files | Lines |
* | apr_file_flush_locked(): Handle short writes. | Stefan Fritsch | 2011-02-21 | 1 | -4/+8 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-18 | 3 | -17/+17 |
* | Backport Win32 part of poll provider for Vista+ | Mladen Turk | 2010-08-26 | 1 | -6/+30 |
* | merge the remainder of r920897 from trunk in order to fix a compile failure | Jeff Trawick | 2010-05-20 | 1 | -1/+1 |
* | Merge r932067 from trunk: | Jeff Trawick | 2010-04-09 | 1 | -2/+1 |
* | typos? Otherwise it won't compile. | Jean-Frederic Clere | 2010-03-10 | 1 | -2/+2 |
* | Backport r917819: | Graham Leggett | 2010-03-07 | 1 | -0/+6 |
* | Backport r917675: Use the APR_FOPEN_* constants instead of the | Graham Leggett | 2010-03-02 | 15 | -87/+87 |
* | Merge r905040 from trunk: | Jeff Trawick | 2010-02-01 | 1 | -3/+5 |
* | Backport r831641 from the trunk. | Bojan Smojver | 2009-11-01 | 1 | -2/+9 |
* | TMPDIR is canonical | Jim Jagielski | 2009-09-25 | 1 | -2/+2 |
* | Backport r793192 and r794118 from the trunk. | Bojan Smojver | 2009-07-16 | 1 | -0/+4 |
* | lowercase include since this breaks MingW cross-compile on Linux; | Guenter Knauf | 2009-06-30 | 1 | -1/+1 |
* | Backport r784633 and r784773 from the trunk. | Bojan Smojver | 2009-06-15 | 3 | -0/+76 |
* | Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958 | Bojan Smojver | 2009-06-12 | 4 | -2/+72 |
* | Fix core on win32 when using wakeable pollset | Mladen Turk | 2009-02-12 | 1 | -16/+20 |
* | Backport r731793 from the trunk. | Bojan Smojver | 2009-01-06 | 1 | -3/+2 |
* | Fix a bug with the APR_DELONCLOSE flag. Child processes were (also) | Greg Stein | 2008-11-10 | 1 | -4/+6 |
* | Moved new apr_file_link() function to open.c for all platforms | Thomas J. Donovan | 2008-07-25 | 3 | -13/+14 |
* | Add apr_file_link() function. | Bojan Smojver | 2008-07-25 | 2 | -0/+40 |
* | Correct Win9x/ANSI mode flaw uncovered by Friedrich Dominicus | William A. Rowe Jr | 2008-07-15 | 1 | -2/+2 |
* | Reduce the point at which we use long filename manipulation to 248 | William A. Rowe Jr | 2008-05-06 | 1 | -2/+5 |
* | Rework possibly non-portable constant expression | Bojan Smojver | 2008-04-25 | 1 | -2/+7 |
* | Remove APR_BUFSIZ definition, as it would only be used in one place | Bojan Smojver | 2008-04-25 | 1 | -1/+2 |
* | Make copy buffer bigger | Bojan Smojver | 2008-04-24 | 1 | -1/+1 |
* | Implement apr_file_socket_pipe_create for windows. Private for implementing p... | Mladen Turk | 2008-04-18 | 1 | -0/+183 |
* | * Add missing semi-colon in Win9x code path of apr_file_open that breaks | Ruediger Pluem | 2008-01-30 | 1 | -1/+1 |
* | Fix two typos, I had continued to simplify this throughout | William A. Rowe Jr | 2007-11-08 | 1 | -9/+6 |
* | Learn the appropriate csize Allocation magic applicable | William A. Rowe Jr | 2007-11-08 | 2 | -10/+27 |
* | Now in 1.3.0 a valid csize becomes very critical to enable | William A. Rowe Jr | 2007-11-06 | 1 | -4/+41 |
* | OS/2: Make opened files non-inheritable. | Brian Havard | 2007-10-30 | 1 | -3/+30 |
* | AIX C compiler won't add to void * in picky mode | Jeff Trawick | 2007-10-29 | 1 | -1/+1 |
* | Pick up AIX 5.2 onwards | William A. Rowe Jr | 2007-10-17 | 1 | -0/+6 |
* | Fill in apr_fileinfo_t member st_csize on Netware and Unix | William A. Rowe Jr | 2007-10-17 | 2 | -12/+37 |
* | Here is the correct cast for signed-ness where size_t is off_t | William A. Rowe Jr | 2007-10-14 | 1 | -1/+1 |
* | * Return APR_SUCCESS by default. | Ruediger Pluem | 2007-10-14 | 3 | -0/+6 |
* | Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co... | William A. Rowe Jr | 2007-10-14 | 3 | -9/+3 |
* | Fix read, if we successfully cancel it's operation aborted. | William A. Rowe Jr | 2007-10-14 | 1 | -2/+5 |
* | Had inverted read/write. | William A. Rowe Jr | 2007-10-14 | 3 | -9/+9 |
* | Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(), | William A. Rowe Jr | 2007-10-14 | 4 | -29/+101 |
* | Fix bug identified by testlfs; Win32 didn't handle buffered | William A. Rowe Jr | 2007-10-14 | 1 | -3/+2 |
* | With the tests committed, introduce Win32 APR_FOPEN_SPARSE handling | William A. Rowe Jr | 2007-10-14 | 1 | -6/+61 |
* | Group of two changes; we must keep file->flags in sync when | William A. Rowe Jr | 2007-10-12 | 2 | -38/+40 |
* | apr_file_write() on Windows: Fix return code when writing to a non- | Jeff Trawick | 2007-10-08 | 1 | -1/+1 |
* | Introduce APR_NO_FILE as an option for any of the three stdio streams | William A. Rowe Jr | 2007-09-28 | 2 | -54/+95 |
* | Correctly handle completion-based read-to-EOF case. | William A. Rowe Jr | 2007-09-01 | 1 | -0/+3 |
* | Proposed; | William A. Rowe Jr | 2007-08-26 | 1 | -1/+9 |
* | In Mac OS X's VFS API file names are, by definition, canonically | Jim Jagielski | 2007-08-13 | 1 | -0/+4 |
* | 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 |