aboutsummaryrefslogtreecommitdiff
path: root/libpipe/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Fix const warningsSamuel Thibault2022-01-171-3/+3
* libpipe: Enforce write_limit for large writesSamuel Thibault2020-08-071-15/+44
* pflocal: Add support for setsockopt(SO_{RECV,SND}BUF)Samuel Thibault2020-06-271-12/+19
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
* Fix pipe_send() with no dataRichard Braun2016-06-011-1/+4
* Fix detection of terminated dgram pflocal serverSamuel Thibault2015-09-111-9/+8
* Replace `bzero' with `memset'Justus Winter2014-12-101-3/+3
* libpipe: fix spurious calls to pipe_sendRichard Braun2014-06-301-1/+5
* Revert "libpipe: fix calls to pipe_send with no data"Richard Braun2014-06-281-1/+1
* libpipe: fix calls to pipe_send with no dataRichard Braun2014-06-281-1/+1
* Avoid compiler warning about empty bodiesJustus Winter2014-05-261-1/+3
* Fix gcc warningSamuel Thibault2013-09-211-0/+1
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-5/+11
* Switch from cthreads to pthreadsRichard Braun2012-11-271-38/+38
* Remove condition implicationsRichard Braun2012-11-241-14/+75
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-26/+31
* (pipe_send):Miles Bader1996-01-141-1/+1
* (_pipe_no_readers): REALLY wake up writers when the pipe breaks.Miles Bader1995-09-141-1/+1
* (_pipe_no_readers): Wake up write selects too when the pipe breaks.Miles Bader1995-09-011-1/+4
* `pipe_pair_select_read_write' --> `pipe_pair_select'.Miles Bader1995-08-311-4/+4
* (pipe_send): Make writes blockable.Miles Bader1995-08-311-22/+168
* (pipe_send): Use condition_broadcast, not condition_signal.Miles Bader1995-08-291-2/+2
* (pipe_create): Don't initialize interrupt_seq_num field.Miles Bader1995-08-291-1/+0
* `aquire' -> `acquire'.Miles Bader1995-08-291-1/+1
* (pipe_create): Initialize READERS & WRITERS, not REFS.Miles Bader1995-08-151-15/+33
* (pipe_recv): Get rid of code to deal with getting the source address from theMiles Bader1995-08-011-16/+3
* (pipe_recv): Assert that a control packet should only have a source addressMiles Bader1995-07-311-8/+20
* Initial revisionMiles Bader1995-07-261-0/+246