index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_io
/
win32
/
pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The pipe creation code used by mod_cgi in Apache 2.0
Jeff Trawick
2001-10-16
1
-0
/
+4
*
leave apr_file_t->fname NULL for a pipe
Jeff Trawick
2001-07-23
1
-4
/
+4
*
*) Complete the implementation of LARGEFILE support on Win32, although
William A. Rowe Jr
2001-06-06
1
-3
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-9
/
+9
*
The platform changes in apr to support the APR_FINFO_wanted declaration
William A. Rowe Jr
2001-01-20
1
-4
/
+4
*
Add remaining APR_DECLARE()s to all headers. Conditionally added
William A. Rowe Jr
2001-01-18
1
-3
/
+3
*
Move all of the file private header files to an arch directory under
Ryan Bloom
2000-11-09
1
-1
/
+1
*
Add apr_get_pipe_timeout to win32.
Bill Stoddard
2000-11-07
1
-2
/
+14
*
The Unicode/WinNT APR patch. Note that this may even be faster than
William A. Rowe Jr
2000-11-02
1
-4
/
+4
*
APR pipes on Unix and Win32 are now cleaned up automatically when the
Jeff Trawick
2000-10-18
1
-0
/
+4
*
Here it is, the Win32 part of the big canonical errors patch.
William A. Rowe Jr
2000-10-06
1
-2
/
+2
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-7
/
+7
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-16
/
+16
*
Changes to get Win32 compiling again, including substituting
William A. Rowe Jr
2000-07-25
1
-1
/
+1
*
Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.
Bill Stoddard
2000-07-03
1
-56
/
+117
*
Temp hack to get CGIs working again on NT. Better solution soon.
Bill Stoddard
2000-06-30
1
-0
/
+12
*
Win32: Handle ap_ungetchar in the posix way (can only issue it once). Also,
Bill Stoddard
2000-06-22
1
-2
/
+14
*
Win32: Update ap_set_pipe_timeout to not call SetNamedPipeHandleState more th...
Bill Stoddard
2000-06-20
1
-15
/
+24
*
win32/pipe.c:
Jeff Trawick
2000-06-19
1
-3
/
+12
*
Use ap_interval_time_t for timeout arg of ap_set_pipe_timeout() (to
Jeff Trawick
2000-06-15
1
-1
/
+1
*
Backout APR_TRUE|FALSE patch on Windows system calls.
Bill Stoddard
2000-04-28
1
-1
/
+1
*
prefix TRUE,FALSE with APR_
Doug MacEachern
2000-04-28
1
-1
/
+1
*
William A. Rowe Jr
2000-04-28
1
-1
/
+0
*
Fix the problem that the reader of the pipe always got a \0 prefixed in
Jeff Trawick
2000-04-27
1
-0
/
+1
*
Win32: Fix compile break caused by the recent ap_strerror patch.
Bill Stoddard
2000-04-20
1
-0
/
+1
*
Win32: Start using ap_pcalloc() to allocate APR structures
Bill Stoddard
2000-04-18
1
-4
/
+2
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-1
/
+1
*
Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still need
Bill Stoddard
2000-04-12
1
-15
/
+26
*
Finish the APR naming cleanup. This removes the struct's from
Ryan Bloom
2000-04-03
1
-6
/
+6
*
Change struct file_t to struct ap_file_t. This clarifies things a bit that
Ryan Bloom
2000-04-03
1
-6
/
+6
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-32
/
+31
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Get the server compiling again under Win32. Still a lot of work to do
Bill Stoddard
2000-03-06
1
-0
/
+4
*
CreatePipe() returns 0 on failure, not -1. Return correct error status
Bill Stoddard
2000-02-18
1
-2
/
+2
*
Fix some Windows APR problems found while trying to get piped logs working.
Bill Stoddard
2000-02-15
1
-0
/
+2
*
Bring file_io up to the new parameter order for APR. I have decided to do
Ryan Bloom
1999-10-06
1
-1
/
+1
*
First patch to re-order function parameters. This one gets the low hanging
Ryan Bloom
1999-10-04
1
-2
/
+2
*
Initial revision
Ryan Bloom
1999-08-17
1
-0
/
+101
[prev]