summaryrefslogtreecommitdiff
path: root/file_io/win32/pipe.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+1
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.Bill Stoddard2000-07-031-56/+117
* Temp hack to get CGIs working again on NT. Better solution soon.Bill Stoddard2000-06-301-0/+12
* Win32: Handle ap_ungetchar in the posix way (can only issue it once). Also,Bill Stoddard2000-06-221-2/+14
* Win32: Update ap_set_pipe_timeout to not call SetNamedPipeHandleState more th...Bill Stoddard2000-06-201-15/+24
* win32/pipe.c:Jeff Trawick2000-06-191-3/+12
* Use ap_interval_time_t for timeout arg of ap_set_pipe_timeout() (toJeff Trawick2000-06-151-1/+1
* Backout APR_TRUE|FALSE patch on Windows system calls.Bill Stoddard2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* William A. Rowe Jr2000-04-281-1/+0
* Fix the problem that the reader of the pipe always got a \0 prefixed inJeff Trawick2000-04-271-0/+1
* Win32: Fix compile break caused by the recent ap_strerror patch.Bill Stoddard2000-04-201-0/+1
* Win32: Start using ap_pcalloc() to allocate APR structuresBill Stoddard2000-04-181-4/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needBill Stoddard2000-04-121-15/+26
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-6/+6
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-031-6/+6
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Get the server compiling again under Win32. Still a lot of work to doBill Stoddard2000-03-061-0/+4
* CreatePipe() returns 0 on failure, not -1. Return correct error statusBill Stoddard2000-02-181-2/+2
* Fix some Windows APR problems found while trying to get piped logs working.Bill Stoddard2000-02-151-0/+2
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-061-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-2/+2
* Initial revisionRyan Bloom1999-08-171-0/+101