Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* just use -fPIC on all files in this directoryArthur de Jong2007-09-211-1/+1
* fix a serious bug in dict_values_next() that would return...Arthur de Jong2007-07-231-3/+11
* add support for removing entries from a DICT by setting t...Arthur de Jong2007-07-232-5/+7
* 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
* support building outside the source directoryArthur de Jong2007-06-171-0/+2
* fix casts of types where neededArthur de Jong2007-06-121-0/+1
* move dict into the common directoryArthur de Jong2007-06-113-1/+225
* compile tio module with -fPIC because it is used in the N...Arthur de Jong2007-06-101-0/+1
* remove some trailing spacesArthur de Jong2007-06-091-1/+1
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-093-0/+451