| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |