index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_io
/
netware
/
pipe.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
pipe: factorize apr_file_pipe_create*() in terms of static helper
Yann Ylavic
2017-09-26
*
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
Graham Leggett
2016-03-13
*
The Tab Police removed 24 tabs.
Guenter Knauf
2010-08-03
*
Fix various issues found by cppcheck
Stefan Fritsch
2010-07-27
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
Graham Leggett
2010-03-01
*
* Return APR_SUCCESS by default.
Ruediger Pluem
2007-10-14
*
Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...
William A. Rowe Jr
2007-10-14
*
Had inverted read/write.
William A. Rowe Jr
2007-10-14
*
Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),
William A. Rowe Jr
2007-10-14
*
Fix the typo.
Joe Orton
2006-08-03
*
Update license header.
Joe Orton
2006-08-03
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
*
Need to create the pollsets for both ends of the pipe
Bradley Nicholes
2003-11-25
*
Forward port from APR_0_9_BRANCH:
Sander Striker
2003-10-26
*
Need to resolve the #define APR_INHERIT that is being used as a flag
Bradley Nicholes
2003-03-20
*
Same fixes for netware as unix in pipe.c
William A. Rowe Jr
2003-03-19
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
*
Update copyright notices to 2003.
Thom May
2003-01-01
*
Implemented the apr_os_pipe_put() API on NetWare
Bradley Nicholes
2002-10-09
*
Updated to match the header change
Bradley Nicholes
2002-06-03
*
Switching the blocking and nonblocking functions since they were backwards
Bradley Nicholes
2002-05-31
*
Reimplemented apr_file_pipe_create() on NetWare using the standard
Bradley Nicholes
2002-05-29
*
Still working on the spawning process and wiring up the pipes. Changed
Bradley Nicholes
2002-04-11
*
Fixed a precedence problem
Bradley Nicholes
2002-04-04
*
Rename the "cntxt" members of the fileio structures to "pool".
Sander Striker
2002-03-20
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
*
Second cut at fork/exec and pipe functionality on NetWare. Still a work in
Bradley Nicholes
2002-03-05
*
Getting ready for some API name changes in the NetWare libraries
Bradley Nicholes
2002-02-08
*
Fixed the way the FIFOs are being cleaned up for NetWare
Bradley Nicholes
2002-01-29
*
Implemented two functions for NetWare
Bradley Nicholes
2001-10-17
*
NetWare versions of pipe.c and filepath.c
Bradley Nicholes
2001-10-04