| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -26/+78 |
* | simple check for validity of key value in dict_put() | Arthur de Jong | 2007-12-01 | 1 | -0/+2 |
* | 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 |
* | just use -fPIC on all files in this directory | Arthur de Jong | 2007-09-21 | 1 | -1/+1 |
* | fix a serious bug in dict_values_next() that would return... | Arthur de Jong | 2007-07-23 | 1 | -3/+11 |
* | add support for removing entries from a DICT by setting t... | Arthur de Jong | 2007-07-23 | 2 | -5/+7 |
* | 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 |
* | support building outside the source directory | Arthur de Jong | 2007-06-17 | 1 | -0/+2 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 1 | -0/+1 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 3 | -1/+225 |
* | compile tio module with -fPIC because it is used in the N... | Arthur de Jong | 2007-06-10 | 1 | -0/+1 |
* | remove some trailing spaces | Arthur de Jong | 2007-06-09 | 1 | -1/+1 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 3 | -0/+451 |