| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build | Samuel Thibault | 2025-02-04 | 1 | -0/+1 |
* | libpipe: crash verbosely if mmap was to fail | Samuel Thibault | 2025-02-04 | 1 | -1/+7 |
* | libpipe: Fix use-after-realloc | Sergey Bugaev | 2023-05-10 | 1 | -4/+5 |
* | Fix const warnings | Samuel Thibault | 2022-01-17 | 7 | -17/+17 |
* | libpipe: Enforce write_limit for large writes | Samuel Thibault | 2020-08-07 | 1 | -15/+44 |
* | pflocal: Add support for setsockopt(SO_{RECV,SND}BUF) | Samuel Thibault | 2020-06-27 | 2 | -12/+23 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -2/+2 |
* | Fix pipe_send() with no data | Richard Braun | 2016-06-01 | 1 | -1/+4 |
* | Fix detection of terminated dgram pflocal server | Samuel Thibault | 2015-09-11 | 1 | -9/+8 |
* | Replace `bcopy' with `memcpy' or `memmove' as appropriate | Justus Winter | 2014-12-10 | 2 | -7/+7 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -3/+3 |
* | libpipe: fix spurious calls to pipe_send | Richard Braun | 2014-06-30 | 1 | -1/+5 |
* | Revert "libpipe: fix calls to pipe_send with no data" | Richard Braun | 2014-06-28 | 1 | -1/+1 |
* | libpipe: fix calls to pipe_send with no data | Richard Braun | 2014-06-28 | 1 | -1/+1 |
* | Avoid compiler warning about empty bodies | Justus Winter | 2014-05-26 | 1 | -1/+3 |
* | Normalize whitespace at the end of each file to '\n' | Justus Winter | 2013-11-09 | 1 | -1/+0 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -0/+1 |
* | Add io_select_timeout to the io interface | Richard Braun | 2013-02-28 | 2 | -16/+34 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 3 | -59/+60 |
* | Remove condition implications | Richard Braun | 2012-11-24 | 2 | -14/+84 |
* | Add MSG_PEEK support to pflocal | Samuel Thibault | 2012-04-27 | 5 | -13/+69 |
* | Replace fragile manual »make dist« system with one based on »git archive«. | Thomas Schwinge | 2012-04-08 | 1 | -2/+1 |
* | Fix extern inline use | Samuel Thibault | 2012-03-25 | 4 | -8/+89 |
* | Partially revert fa5e833a | Samuel Thibault | 2011-11-27 | 1 | -2/+0 |
* | Fix source address reference accounting | Samuel Thibault | 2011-11-27 | 1 | -0/+2 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 2 | -5/+5 |
* | Switch to the new ChangeLog style. | Thomas Schwinge | 2009-07-11 | 1 | -186/+0 |
* | 2006-07-25 Stefan Siegl <stesie@brokenpipe.de> | Thomas Schwinge | 2006-07-25 | 3 | -5/+13 |
* | Update copyright year. | Marcus Brinkmann | 2002-04-24 | 1 | -1/+1 |
* | 2002-04-22 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-04-22 | 2 | -5/+18 |
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 2 | -7/+14 |
* | . | Roland McGrath | 1999-07-11 | 1 | -0/+4 |
* | 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -0/+1 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 2 | -3/+6 |
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 3 | -42/+58 |
* | Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-24 | 6 | -25/+46 |
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -3/+7 |
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+137 |
* | (EWOULDBLOCK): Define to work around new libc bug. | Michael I. Bushnell | 1996-07-16 | 1 | -1/+3 |
* | (pq_queue): Initialize packet->buf_vm_alloced. | Miles Bader | 1996-07-01 | 1 | -1/+2 |
* | (packet_fit): New function. | Miles Bader | 1996-01-23 | 1 | -22/+49 |
* | (packet_read): If there's lots of empty space at the beginning of a | Miles Bader | 1996-01-23 | 1 | -3/+22 |
* | (packet_realloc): Reflect in the new values of BUF_START & BUF_END that we've | Miles Bader | 1996-01-22 | 1 | -2/+2 |
* | (packet_ensure, packet_ensure_efficiently): | Miles Bader | 1996-01-14 | 1 | -9/+7 |
* | (pipe_send): | Miles Bader | 1996-01-14 | 1 | -1/+1 |
* | (packet_size_adjust): Function removed. | Miles Bader | 1996-01-14 | 1 | -39/+33 |
* | (pq_queue): Initialize the ports_alloced field. | Miles Bader | 1996-01-12 | 1 | -5/+9 |
* | Specify shared library dependencies. | Roland McGrath | 1995-10-09 | 1 | -0/+3 |
* | (_pipe_no_readers): REALLY wake up writers when the pipe breaks. | Miles Bader | 1995-09-14 | 1 | -1/+1 |
* | (packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'd | Miles Bader | 1995-09-07 | 1 | -13/+30 |