Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/tio.c
Commit message (Expand)AuthorAgeFilesLines
* restore the old writing code which masks SIGPIPE on platf...Arthur de Jong2008-06-121-0/+21
* use send() with a flag to ignore SIGPIPE instead of write...Arthur de Jong2008-05-171-15/+3
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-161-4/+14
* split out the flushing of the buffers to separate functio...Arthur de Jong2008-02-151-38/+84
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-121-26/+65
* always allocate the read and write buffers and make the s...Arthur de Jong2008-02-121-85/+61
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* add limited implementation of tio_mark() and tio_reset() ...Arthur de Jong2008-01-011-14/+51
* fix memory leak in I/O module not free()ing allocated sto...Arthur de Jong2007-10-271-3/+6
* portability improvement to fall back to ETIMEDOUT when ET...Arthur de Jong2007-10-271-0/+5
* fix usage of DEBUG_TIO_STATSArthur de Jong2007-10-191-2/+3
* also initialize sa_sigaction although it's not usedArthur de Jong2007-09-241-0/+1
* some small improvements to the code based on some source ...Arthur de Jong2007-09-231-0/+2
* fix typoArthur de Jong2007-07-151-1/+1
* fix bug with buffer magic in writing codeArthur de Jong2007-07-151-11/+18
* add const and add FIXME about a to-be-fixed race conditionArthur de Jong2007-07-131-1/+5
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-0/+365