summaryrefslogtreecommitdiff
path: root/file_io/win32/filedup.c
Commit message (Expand)AuthorAgeFilesLines
...
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-4/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-8/+8
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+1
* Win32: Add buffered file I/OBrian Havard2000-05-231-0/+1
* prevent trap when restarting under debuggerAllan K. Edwards2000-05-041-2/+9
* One more...Bill Stoddard2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* Win32: Fix more compile warnings...Bill Stoddard2000-04-211-3/+7
* Get Apache on Windows compiling again after the patch eliminatingBill Stoddard2000-04-071-3/+2
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-3/+3
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-031-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Update Windows ap_filedup() call to recognise when it is asked to dup2Bill Stoddard2000-02-171-13/+23
* Return APR_ENOTIMPL on Windows if caller attempts dup2.Bill Stoddard2000-02-151-6/+3
* Check for DuplicateHandle() failure.Bill Stoddard2000-02-151-4/+12
* Fix some Windows APR problems found while trying to get piped logs working.Bill Stoddard2000-02-151-6/+19
* Fix ap_dupfile on Win32. We need to actually duplicate the file, notRyan Bloom1999-12-151-2/+4
* Make sure to use ap_null_cleanup instead of NULL when setting an emptyManoj Kasichainula1999-10-121-1/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+87