summaryrefslogtreecommitdiff
path: root/file_io/win32/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-2/+2
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-201-2/+8
* pipe: factorize apr_file_pipe_create*() in terms of static helperylavic2017-09-261-21/+29
* pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.ylavic2017-09-261-1/+1
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-7/+18
* SECURITY: CVE-2015-1829 (cve.mitre.org)trawick2015-04-251-3/+33
* fix whitespace regression compared with 1.6.xtrawick2015-04-231-6/+6
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-121-1/+1
* Added prototype for getpid.fuankg2011-03-251-0/+3
* Axed C++ comments.fuankg2011-02-091-10/+10
* Don't consume too much CPU while reading datamturk2010-08-261-0/+3
* Loop if the recv gets WSAEWOULDBLOCKmturk2010-08-261-2/+5
* refactor for what is meant to strictly be internal functionality for 1 platfo...wrowe2009-12-181-5/+5
* On windows files != sockets, so do notmturk2009-02-261-3/+6
* On busy systems the accept can be delayed, so use the select and wait untill ...mturk2009-02-191-3/+21
* Add close function for file_socket_pipe. The standard apr_file_close coresmturk2009-02-121-16/+20
* Implement apr_file_socket_pipe_create for windows. Private for implementing p...mturk2008-04-181-0/+183
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-29/+18
* Proposed;wrowe2007-08-261-1/+9
* 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
* Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32wrowe2006-04-091-2/+2
* Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, andwrowe2006-04-091-0/+48
* Fix a typo in comment.wrowe2006-02-151-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* 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/+2
* Expand the set/get semantic slightly... always allow the user to recoverwrowe2003-01-241-7/+15
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-5/+8
* 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
* Always use overlapped pipes on NT-based machines. This allows pipes torbb2002-12-121-43/+1
* Fix commentsstoddard2002-10-291-4/+2
* Modify our pipe semantics to match linux, such that at least 65536 byteswrowe2002-05-301-4/+4
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-8/+8
* Update our copyright for this year.fielding2002-03-131-1/+1
* Another unfortunate shortcoming of WinCE - no pipe support yet.wrowe2002-02-121-0/+14
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-2/+1
* The pipe creation code used by mod_cgi in Apache 2.0trawick2001-10-161-0/+4
* leave apr_file_t->fname NULL for a pipetrawick2001-07-231-4/+4
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-3/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-9/+9
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-4/+4
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-3/+3
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Add apr_get_pipe_timeout to win32.stoddard2000-11-071-2/+14
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-021-4/+4