Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* restore the old writing code which masks SIGPIPE on platf...Arthur de Jong2008-06-121-0/+21
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+3
* 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
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* allocate room for key string just after entry to save on ...Arthur de Jong2008-04-211-72/+12
* fix wrapping and indenting of commentsArthur de Jong2008-04-191-19/+18
* implement a set that uses the dict module as back-endArthur de Jong2008-04-193-2/+132
* implement new dict module that uses a hashtable which is ...Arthur de Jong2008-04-191-92/+252
* add note about freed valuesArthur de Jong2008-04-171-1/+3
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-172-12/+18
* 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-122-27/+68
* 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-012-26/+78
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
* 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