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
*
* file_io/win32/pipe.c: Use unsigned char instead of char for random buffer.
Ivan Zhakov
2022-07-09
1
-1
/
+1
*
On 'win32-pollset-wakeup-no-file-socket-emulation' branch:
Ivan Zhakov
2022-01-20
1
-178
/
+0
*
On 'win32-pollset-wakeup-no-file-socket-emulation' branch:
Ivan Zhakov
2022-01-20
1
-8
/
+4
*
On 'win32-pollset-wakeup-no-file-socket-emulation' branch:
Ivan Zhakov
2022-01-19
1
-43
/
+16
*
Stage 2 in cleaning win95 code ... cleanup filesys
Mladen Turk
2021-12-02
1
-9
/
+1
*
Stage 3 in dismantling _WIN32_WCE ... cleanup code
Mladen Turk
2021-12-02
1
-4
/
+0
*
Use enum instead multiple booleans
Mladen Turk
2021-11-19
1
-7
/
+7
*
Use random bytes like with named pipes as socket pipe identifier
Mladen Turk
2021-11-19
1
-8
/
+10
*
Sync WIN32 local function names with 1.7.x branch -- no functional change
Mladen Turk
2021-11-19
1
-4
/
+4
*
Follow up to r1895106: Use less expensive atomics for wakeup.
Yann Ylavic
2021-11-19
1
-30
/
+26
*
Use manual reset events for OVERLAPPED I/O on Windows: I/O operations reset
Ivan Zhakov
2019-05-27
1
-2
/
+2
*
win32: Check return value from apr_generate_random_bytes() in
Ivan Zhakov
2019-05-16
1
-2
/
+8
*
pipe: factorize apr_file_pipe_create*() in terms of static helper
Yann Ylavic
2017-09-26
1
-21
/
+29
*
pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.
Yann Ylavic
2017-09-26
1
-1
/
+1
*
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
Graham Leggett
2016-03-13
1
-7
/
+18
*
SECURITY: CVE-2015-1829 (cve.mitre.org)
Jeff Trawick
2015-04-25
1
-3
/
+33
*
fix whitespace regression compared with 1.6.x
Jeff Trawick
2015-04-23
1
-6
/
+6
*
Correct nonsense test for non-exported sys/stat.h autoconf flag
William A. Rowe Jr
2014-02-12
1
-1
/
+1
*
Added prototype for getpid.
Guenter Knauf
2011-03-25
1
-0
/
+3
*
Axed C++ comments.
Guenter Knauf
2011-02-09
1
-10
/
+10
*
Don't consume too much CPU while reading data
Mladen Turk
2010-08-26
1
-0
/
+3
*
Loop if the recv gets WSAEWOULDBLOCK
Mladen Turk
2010-08-26
1
-2
/
+5
*
refactor for what is meant to strictly be internal functionality for 1 platfo...
William A. Rowe Jr
2009-12-18
1
-5
/
+5
*
On windows files != sockets, so do not
Mladen Turk
2009-02-26
1
-3
/
+6
*
On busy systems the accept can be delayed, so use the select and wait untill ...
Mladen Turk
2009-02-19
1
-3
/
+21
*
Add close function for file_socket_pipe. The standard apr_file_close cores
Mladen Turk
2009-02-12
1
-16
/
+20
*
Implement apr_file_socket_pipe_create for windows. Private for implementing p...
Mladen Turk
2008-04-18
1
-0
/
+183
*
Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),
William A. Rowe Jr
2007-10-14
1
-29
/
+18
*
Proposed;
William A. Rowe Jr
2007-08-26
1
-1
/
+9
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Fix up Win32-private includes to bring it in line with all other platforms.
Justin Erenkrantz
2006-07-12
1
-1
/
+1
*
Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32
William A. Rowe Jr
2006-04-09
1
-2
/
+2
*
Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, and
William A. Rowe Jr
2006-04-09
1
-0
/
+48
*
Fix a typo in comment.
William A. Rowe Jr
2006-02-15
1
-1
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function
Greg Stein
2003-11-17
1
-0
/
+2
*
Expand the set/get semantic slightly... always allow the user to recover
William A. Rowe Jr
2003-01-24
1
-7
/
+15
*
Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similar
William A. Rowe Jr
2003-01-24
1
-5
/
+8
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
1
-1
/
+1
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
1
-2
/
+2
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Always use overlapped pipes on NT-based machines. This allows pipes to
Ryan Bloom
2002-12-12
1
-43
/
+1
*
Fix comments
Bill Stoddard
2002-10-29
1
-4
/
+2
*
Modify our pipe semantics to match linux, such that at least 65536 bytes
William A. Rowe Jr
2002-05-30
1
-4
/
+4
*
Rename the "cntxt" members of the fileio structures to "pool".
Sander Striker
2002-03-20
1
-8
/
+8
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Another unfortunate shortcoming of WinCE - no pipe support yet.
William A. Rowe Jr
2002-02-12
1
-0
/
+14
*
Substantial optimization of the os_level semantic. Since this is entirely
William A. Rowe Jr
2001-12-28
1
-2
/
+1
[next]