Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/tio.c
Commit message (Expand)AuthorAgeFilesLines
* fix setting deadline microsecond value (thanks Julien Cri...Arthur de Jong2012-12-081-1/+1
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-121-92/+42
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15
* split the functionality to read everything from the strea...Arthur de Jong2012-04-261-9/+24
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-141-2/+31
* ensure that we don't try to read more than SSIZE_MAX bytesArthur de Jong2012-03-141-2/+9
* tv_usec in struct timeval must be lower than 1000000 (pat...Arthur de Jong2011-03-311-1/+1
* fix a problem in the timeout paramater that was being pas...Arthur de Jong2011-03-141-1/+1
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* return connection reset when connection was closed by the...Arthur de Jong2010-12-261-1/+6
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-121-1/+0
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* 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