summaryrefslogtreecommitdiff
path: root/file_io/win32/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Use manual reset events for OVERLAPPED I/O on Windows: I/O operations resetIvan Zhakov2019-05-271-2/+2
* win32: Check return value from apr_generate_random_bytes() inIvan Zhakov2019-05-161-2/+8
* pipe: factorize apr_file_pipe_create*() in terms of static helperYann Ylavic2017-09-261-21/+29
* pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.Yann Ylavic2017-09-261-1/+1
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-7/+18
* SECURITY: CVE-2015-1829 (cve.mitre.org)Jeff Trawick2015-04-251-3/+33
* fix whitespace regression compared with 1.6.xJeff Trawick2015-04-231-6/+6
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-1/+1
* Added prototype for getpid.Guenter Knauf2011-03-251-0/+3
* Axed C++ comments.Guenter Knauf2011-02-091-10/+10
* Don't consume too much CPU while reading dataMladen Turk2010-08-261-0/+3
* Loop if the recv gets WSAEWOULDBLOCKMladen Turk2010-08-261-2/+5
* refactor for what is meant to strictly be internal functionality for 1 platfo...William A. Rowe Jr2009-12-181-5/+5
* On windows files != sockets, so do notMladen Turk2009-02-261-3/+6
* On busy systems the accept can be delayed, so use the select and wait untill ...Mladen Turk2009-02-191-3/+21
* Add close function for file_socket_pipe. The standard apr_file_close coresMladen 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