summaryrefslogtreecommitdiff
path: root/file_io/unix/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* pipe: factorize apr_file_pipe_create*() in terms of static helperYann Ylavic2017-09-261-27/+16
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-18/+46
* fix a bit of 'if FOO'/'ifdef FOO' confusionJeff Trawick2011-03-291-4/+4
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-011-1/+1
* * Return APR_SUCCESS by default.Ruediger Pluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...William A. Rowe Jr2007-10-141-3/+1
* Had inverted read/write.William A. Rowe Jr2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-0/+27
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Added lazy evaluation of the pollset that's used within apr_file_tBrian Pane2005-07-091-5/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fix a check.David Reid2004-12-101-2/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-241-3/+6
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+6
* Forward port from APR_0_9_BRANCH:Sander Striker2003-10-261-4/+19
* apr_os_pipe_put() (where is the _file in that symbol name?) registersWilliam A. Rowe Jr2003-03-191-1/+1
* Make apr_file_inherit_set/unset work for pipes created by UnixJoe Orton2003-03-061-0/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* add a way to create an apr_file_t from an apr_os_file_t whichJeff Trawick2002-10-031-0/+23
* fix apparent paste-o checking for O_NDELAY -- this is too weird to explain.Roy T. Fielding2002-07-111-1/+1
* back out the changes to #include sys/stat.h . This is unneccessary as longGreg Ames2002-07-011-3/+0
* FreeBSD 4.6-STABLE: fix a warningGreg Ames2002-06-271-0/+3
* don't use "pipe" as a field name; some platforms redefineJeff Trawick2002-05-311-4/+4
* Fix a copy-and-paste error in pipe.cRyan Bloom2002-05-231-1/+1
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-8/+8
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change the way we set the BEOS_BLOCKING define so that the pickyDavid Reid2002-01-121-1/+3
* Do the right thing when setting pipe timeouts for the latest BONE beta.David Reid2001-12-111-24/+36
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-5/+5
* leave apr_file_t->fname NULL for a pipeJeff Trawick2001-07-231-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-8/+8
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-1/+1
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* apr_get_pipe_timeout() needs to specify a return codeJeff Trawick2000-11-061-0/+2
* Make non-blocking reads from pipes work through the bucket interface.Ryan Bloom2000-11-041-0/+7
* ensure that all cpp directives start with a # in column oneTony Finch2000-10-251-16/+16
* APR pipes on Unix and Win32 are now cleaned up automatically when theJeff Trawick2000-10-181-0/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-11/+11
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* add ap_finfo_t.deviceGreg Stein2000-07-031-1/+1
* ap_create_pipe was changed to return a pipe with both handlesJeff Trawick2000-06-201-36/+54
* ap_puts(), ap_write(): make input buffer ptr const * instead of *Jeff Trawick2000-06-171-1/+1
* repair compile breakage from BeOS change a few hours ago (and ViewCVS *is* bi...Jeff Trawick2000-06-131-2/+0
* This starts to take the BeOS defines into the source. I've added supportDavid Reid2000-06-131-32/+52
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-2/+2