summaryrefslogtreecommitdiff
path: root/file_io/win32/filedup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-8/+0
* Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket...Yann Ylavic2021-09-191-0/+1
* apr_file_setaside: don't blindly kill the old cleanup and file descriptor.Yann Ylavic2021-09-101-4/+2
* apr_file_dup2() on Windows: Fix debug RTL assertion when attempting to Jeff Trawick2013-11-061-3/+6
* change apr_palloc+memcpy to apr_pmemdupJeff Trawick2011-04-061-2/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-011-1/+1
* Cleanups for various gcc warnings, conditional assignment and type errorsWilliam A. Rowe Jr2009-12-181-1/+0
* On windows files != sockets, so do notMladen Turk2009-02-261-2/+4
* Group of two changes; we must keep file->flags in sync whenWilliam A. Rowe Jr2007-10-121-25/+17
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-28/+82
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-121-1/+1
* Initial win32 implementation of the variable file-io buffer size functions.Colm MacCarthaigh2005-10-181-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix apr_file_dup and apr_file_dup2 win32 implementationsStas Bekman2004-09-241-0/+14
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+9
* fix apr_file_dup() and apr_file_dup2() to dup the ungetchar memberStas Bekman2003-09-191-0/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Several StdHandles may be defined as the same handle, handle that case.William A. Rowe Jr2002-12-281-8/+13
* Win32: Get APR_APPEND file i/o working correctly.Bill Stoddard2002-10-291-5/+5
* reenabled apr_file_setaside()Brian Pane2002-07-041-4/+1
* Fixed bad variable references in apr_file_setaside()Brian Pane2002-07-031-5/+5
* This function isn't behaving itself. Comment it out for nowWilliam A. Rowe Jr2002-07-031-1/+4
* Added apr_file_setaside() function to move an apr_file_t fromBrian Pane2002-07-021-0/+35
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Outch. Compare the appropriate file handle! Then close the target ifWilliam A. Rowe Jr2002-02-131-6/+7
* WinCE doesn't have the concept of 'duplicating' file handles - it lacksWilliam A. Rowe Jr2002-02-121-0/+8
* My misinterpretation. -1 is our interal flag for a invalid handle - itWilliam A. Rowe Jr2002-02-121-1/+1
* Symbolic rather than explicit value - no need to push into .32.William A. Rowe Jr2002-02-121-1/+1
* Thank you for applying, Aaron! Notice that threadproc/*/proc.c files seemWilliam A. Rowe Jr2002-01-241-8/+0
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyAaron Bannert2002-01-241-8/+8
* Allow apr_file_dup() to behave as before, for a while longerWilliam A. Rowe Jr2002-01-111-0/+8
* Compiler doesn't distinguish between void** and void*, apparently.William A. Rowe Jr2002-01-111-3/+3
* Implement apr_file_dup2() for win32. Don't understand precisely whyWilliam A. Rowe Jr2002-01-111-45/+65
* Clean up APR_INHERIT - it's now a private flag.William A. Rowe Jr2001-07-181-1/+4
* Introduce opening a file inheritable on Win32, and some general text cleanup.William A. Rowe Jr2001-07-161-1/+1
* *) Add apr_file_flags_get() which returns the flags that were originallyCliff Woolley2001-06-271-0/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-201-23/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-1/+2
* Fixes most of the Unicode problems for Win9x, and expands the effectiveWilliam A. Rowe Jr2000-11-091-1/+1
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Catch up on some Unicode stuff that I've discovered while yanking aroundWilliam A. Rowe Jr2000-11-081-4/+0