aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Prevent potential infinite loopGravatar James Vega2009-02-25
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Add mimedb infinite loop bug fix from James ReevesGravatar axel2009-02-01
* Update copyright datesGravatar liljencrantz2008-01-13
* Print 'unknown' if 'mimedb -d' failsGravatar axel2007-05-25
* Update regexps in mimedb to work on NetBSD. (NetBSD does not support having e...Gravatar axel2007-05-24
* Improved error reporting in mimedb for failed regexps. This patch was written...Gravatar axel2007-05-16
* Fix URL character encoding bug in mimedbGravatar axel2007-04-17
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Provide fallback version of getopt_long instead of checking for it's presense...Gravatar axel2006-08-28
* Remove checks for gettext presense in mimedb.c and set_color.c. If gettext is...Gravatar axel2006-08-28
* Much more reliable getopt_long test. Idea from Netocrat.Gravatar axel2006-08-28
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Make sure that getopt flags are only written down onceGravatar axel2006-05-27
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Use gettext to translate mimedb command. Also try to respect users locale set...Gravatar axel2006-01-24
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
* Initial revisionGravatar axel2005-09-20