summaryrefslogtreecommitdiff
path: root/file_io/win32/filedup.c
Commit message (Expand)AuthorAgeFilesLines
* Partially merge r1893204, r1893445 from trunk:ylavic2021-09-191-3/+2
* Merge r1539455 from trunk:trawick2013-11-061-3/+6
* Merge r748080:trawick2013-10-121-2/+4
* change apr_palloc+memcpy to apr_pmemduprjung2013-10-031-2/+1
* Merge r892387 from trunk:trawick2011-03-211-1/+0
* Backport r917675: Use the APR_FOPEN_* constants instead of theminfrin2010-03-021-1/+1
* Group of two changes; we must keep file->flags in sync whenwrowe2007-10-121-25/+17
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-28/+82
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* Initial win32 implementation of the variable file-io buffer size functions.colm2005-10-181-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* fix apr_file_dup and apr_file_dup2 win32 implementationsstas2004-09-241-0/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+9
* fix apr_file_dup() and apr_file_dup2() to dup the ungetchar memberstas2003-09-191-0/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Several StdHandles may be defined as the same handle, handle that case.wrowe2002-12-281-8/+13
* Win32: Get APR_APPEND file i/o working correctly.stoddard2002-10-291-5/+5
* reenabled apr_file_setaside()brianp2002-07-041-4/+1
* Fixed bad variable references in apr_file_setaside()brianp2002-07-031-5/+5
* This function isn't behaving itself. Comment it out for nowwrowe2002-07-031-1/+4
* Added apr_file_setaside() function to move an apr_file_t frombrianp2002-07-021-0/+35
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* Outch. Compare the appropriate file handle! Then close the target ifwrowe2002-02-131-6/+7
* WinCE doesn't have the concept of 'duplicating' file handles - it lackswrowe2002-02-121-0/+8
* My misinterpretation. -1 is our interal flag for a invalid handle - itwrowe2002-02-121-1/+1
* Symbolic rather than explicit value - no need to push into .32.wrowe2002-02-121-1/+1
* Thank you for applying, Aaron! Notice that threadproc/*/proc.c files seemwrowe2002-01-241-8/+0
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-8/+8
* Allow apr_file_dup() to behave as before, for a while longerwrowe2002-01-111-0/+8
* Compiler doesn't distinguish between void** and void*, apparently.wrowe2002-01-111-3/+3
* Implement apr_file_dup2() for win32. Don't understand precisely whywrowe2002-01-111-45/+65
* Clean up APR_INHERIT - it's now a private flag.wrowe2001-07-181-1/+4
* Introduce opening a file inheritable on Win32, and some general text cleanup.wrowe2001-07-161-1/+1
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-23/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+2
* Fixes most of the Unicode problems for Win9x, and expands the effectivewrowe2000-11-091-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Catch up on some Unicode stuff that I've discovered while yanking aroundwrowe2000-11-081-4/+0
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-021-7/+10
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-2/+13
* The start of the canonical name stuff.wrowe2000-10-231-5/+7