| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the description of the tio_time_remaining() function | Arthur de Jong | 2013-03-09 | 1 | -2/+3 |
* | restructure timeout calculation in tio to reduce the numb... | Arthur de Jong | 2013-01-18 | 1 | -41/+30 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -155/+165 |
* | update microseconds when setting deadline, not seconds (t... | Arthur de Jong | 2012-12-08 | 1 | -1/+1 |
* | make test even more verbose and set number of writes back... | Arthur de Jong | 2012-12-06 | 1 | -1/+1 |
* | use poll() instead of select() for checking file descript... | Arthur de Jong | 2012-10-12 | 1 | -92/+42 |
* | check if the file descriptor can be stored in the select(... | Arthur de Jong | 2012-10-12 | 1 | -0/+15 |
* | split the functionality to read everything from the strea... | Arthur de Jong | 2012-04-26 | 1 | -9/+24 |
* | read any remaining available data from the stream when cl... | Arthur de Jong | 2012-03-14 | 1 | -2/+31 |
* | ensure that we don't try to read more than SSIZE_MAX bytes | Arthur de Jong | 2012-03-14 | 1 | -2/+9 |
* | tv_usec in struct timeval must be lower than 1000000 (pat... | Arthur de Jong | 2011-03-31 | 1 | -1/+1 |
* | fix a problem in the timeout paramater that was being pas... | Arthur de Jong | 2011-03-14 | 1 | -1/+1 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | return connection reset when connection was closed by the... | Arthur de Jong | 2010-12-26 | 1 | -1/+6 |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 1 | -1/+0 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | restore the old writing code which masks SIGPIPE on platf... | Arthur de Jong | 2008-06-12 | 1 | -0/+21 |
* | use send() with a flag to ignore SIGPIPE instead of write... | Arthur de Jong | 2008-05-17 | 1 | -15/+3 |
* | add sanity checks to sleep calls to never sleep too long ... | Arthur de Jong | 2008-05-16 | 1 | -4/+14 |
* | split out the flushing of the buffers to separate functio... | Arthur de Jong | 2008-02-15 | 1 | -38/+84 |
* | implement resizable I/O buffers and tune buffer sizes to ... | Arthur de Jong | 2008-02-12 | 1 | -26/+65 |
* | always allocate the read and write buffers and make the s... | Arthur de Jong | 2008-02-12 | 1 | -85/+61 |
* | when including stdint.h check if we actually have it | Arthur de Jong | 2008-01-27 | 1 | -0/+2 |
* | add limited implementation of tio_mark() and tio_reset() ... | Arthur de Jong | 2008-01-01 | 1 | -14/+51 |
* | fix memory leak in I/O module not free()ing allocated sto... | Arthur de Jong | 2007-10-27 | 1 | -3/+6 |
* | portability improvement to fall back to ETIMEDOUT when ET... | Arthur de Jong | 2007-10-27 | 1 | -0/+5 |
* | fix usage of DEBUG_TIO_STATS | Arthur de Jong | 2007-10-19 | 1 | -2/+3 |
* | also initialize sa_sigaction although it's not used | Arthur de Jong | 2007-09-24 | 1 | -0/+1 |
* | some small improvements to the code based on some source ... | Arthur de Jong | 2007-09-23 | 1 | -0/+2 |
* | fix typo | Arthur de Jong | 2007-07-15 | 1 | -1/+1 |
* | fix bug with buffer magic in writing code | Arthur de Jong | 2007-07-15 | 1 | -11/+18 |
* | add const and add FIXME about a to-be-fixed race condition | Arthur de Jong | 2007-07-13 | 1 | -1/+5 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -0/+365 |