aboutsummaryrefslogtreecommitdiff
path: root/libpipe/pipe.h
Commit message (Expand)AuthorAgeFilesLines
* Fix const warningsSamuel Thibault2022-01-171-4/+4
* pflocal: Add support for setsockopt(SO_{RECV,SND}BUF)Samuel Thibault2020-06-271-0/+4
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-11/+23
* Switch from cthreads to pthreadsRichard Braun2012-11-271-20/+20
* Remove condition implicationsRichard Braun2012-11-241-0/+9
* Fix extern inline useSamuel Thibault2012-03-251-4/+46
* fix common misspellingsJonathan Neuschäfer2011-08-201-3/+3
* Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-15/+20
* (EWOULDBLOCK): Define to work around new libc bug.Michael I. Bushnell1996-07-161-1/+3
* (pipe_wait): Renamed to `pipe_wait_readable'.Miles Bader1995-08-311-14/+71
* (pipe_select): New function.Miles Bader1995-08-291-1/+14
* (struct pipe): Remove interrupt_seq_num field.Miles Bader1995-08-291-12/+1
* (pipe_acquire_reader, pipe_acquire_writer, pipe_add_reader, pipe_add_writer):Miles Bader1995-08-291-6/+6
* (struct pipe): Keep separate ref counts for readers and writers.Miles Bader1995-08-151-13/+74
* (stream_pipe_class, dgram_pipe_class, seqpack_pipe_class):Miles Bader1995-07-311-3/+3
* Initial revisionMiles Bader1995-07-261-0/+254