summaryrefslogtreecommitdiff
path: root/file_io/win32/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r1896510.Yann Ylavic2022-01-191-30/+34
* Merge r1895106, r1895111, r1895175, r1895181, r1895465 from trunk:Yann Ylavic2021-12-291-34/+30
* PR 63491Nick Kew2020-09-301-1/+1
* Backport 1734816:Graham Leggett2016-03-251-7/+18
* Merge r1676013 from trunk:Jeff Trawick2015-04-251-3/+33
* backport minor whitespace tweaks from trunkJeff Trawick2015-04-231-7/+8
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-1/+1
* Merge r748080:Jeff Trawick2013-10-121-3/+6
* Added prototype for getpid.Guenter Knauf2011-03-251-0/+3
* Axed C++ comments and tabs.Guenter Knauf2011-02-181-14/+14
* Backport Win32 part of poll provider for Vista+Mladen Turk2010-08-261-6/+30
* Fix core on win32 when using wakeable pollsetMladen Turk2009-02-121-16/+20
* Implement apr_file_socket_pipe_create for windows. Private for implementing p...Mladen Turk2008-04-181-0/+183
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-29/+18
* Proposed;William A. Rowe Jr2007-08-261-1/+9
* 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
* Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32William A. Rowe Jr2006-04-091-2/+2
* Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, andWilliam A. Rowe Jr2006-04-091-0/+48
* Fix a typo in comment.William A. Rowe Jr2006-02-151-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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/+2
* Expand the set/get semantic slightly... always allow the user to recoverWilliam A. Rowe Jr2003-01-241-7/+15
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarWilliam A. Rowe Jr2003-01-241-5/+8
* 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
* Always use overlapped pipes on NT-based machines. This allows pipes toRyan Bloom2002-12-121-43/+1
* Fix commentsBill Stoddard2002-10-291-4/+2
* Modify our pipe semantics to match linux, such that at least 65536 bytesWilliam A. Rowe Jr2002-05-301-4/+4
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-8/+8
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Another unfortunate shortcoming of WinCE - no pipe support yet.William A. Rowe Jr2002-02-121-0/+14
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-2/+1
* The pipe creation code used by mod_cgi in Apache 2.0Jeff Trawick2001-10-161-0/+4
* leave apr_file_t->fname NULL for a pipeJeff Trawick2001-07-231-4/+4
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-061-3/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-9/+9
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-201-4/+4
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-3/+3
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Add apr_get_pipe_timeout to win32.Bill Stoddard2000-11-071-2/+14
* The Unicode/WinNT APR patch. Note that this may even be faster thanWilliam A. Rowe Jr2000-11-021-4/+4
* APR pipes on Unix and Win32 are now cleaned up automatically when theJeff Trawick2000-10-181-0/+4
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-7/+7
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-16/+16