summaryrefslogtreecommitdiff
path: root/file_io/unix/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Fix a check.dreid2004-12-101-2/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-3/+6
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+6
* Forward port from APR_0_9_BRANCH:striker2003-10-261-4/+19
* apr_os_pipe_put() (where is the _file in that symbol name?) registerswrowe2003-03-191-1/+1
* Make apr_file_inherit_set/unset work for pipes created by Unixjorton2003-03-061-0/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* add a way to create an apr_file_t from an apr_os_file_t whichtrawick2002-10-031-0/+23
* fix apparent paste-o checking for O_NDELAY -- this is too weird to explain.fielding2002-07-111-1/+1
* back out the changes to #include sys/stat.h . This is unneccessary as longgregames2002-07-011-3/+0
* FreeBSD 4.6-STABLE: fix a warninggregames2002-06-271-0/+3
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-311-4/+4
* Fix a copy-and-paste error in pipe.crbb2002-05-231-1/+1
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-8/+8
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change the way we set the BEOS_BLOCKING define so that the pickydreid2002-01-121-1/+3
* Do the right thing when setting pipe timeouts for the latest BONE beta.dreid2001-12-111-24/+36
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-5/+5
* leave apr_file_t->fname NULL for a pipetrawick2001-07-231-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-8/+8
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* apr_get_pipe_timeout() needs to specify a return codetrawick2000-11-061-0/+2
* Make non-blocking reads from pipes work through the bucket interface.rbb2000-11-041-0/+7
* ensure that all cpp directives start with a # in column onefanf2000-10-251-16/+16
* APR pipes on Unix and Win32 are now cleaned up automatically when thetrawick2000-10-181-0/+4
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* add ap_finfo_t.devicegstein2000-07-031-1/+1
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-36/+54
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-171-1/+1
* repair compile breakage from BeOS change a few hours ago (and ViewCVS *is* bi...trawick2000-06-131-2/+0
* This starts to take the BeOS defines into the source. I've added supportdreid2000-06-131-32/+52
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-2/+2
* Pipes are never opened for buffered I/O, therefore we need to set therbb2000-04-271-0/+6
* Fix the problem that the reader of the pipe always got a \0 prefixed intrawick2000-04-271-0/+1
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-9/+0
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-2/+1
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-141-0/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* - namespace cleanup:dgaudet2000-04-141-1/+1
* more documentation movingdgaudet2000-04-141-28/+0
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-2/+0
* Backout the if (cont == NULL) checks. When a context == NULL, APRrbb2000-04-061-6/+0
* get rid of dangling comment delimiter on a preprocessor statementtrawick2000-04-041-1/+1