Age | Commit message (Expand) | Author |
2019-01-04 | Clean up formatting. | Kevin McCarthy |
2018-12-31 | Remove trailing whitespace. | Kevin McCarthy |
2016-05-09 | Change M_* symbols to MUTT_* | Derek Martin |
2012-12-19 | remove duplicate const keyword | Vincent Lefevre |
2011-12-03 | Declare many structures const (closes #3552) | Dan Fandrich |
2009-07-23 | Fix two warnings "the address of 'foo' will always evaluate as 'true'". | Matthias Andree |
2009-07-11 | Recognize charset extensions, see #3150. | Rocco Rutte |
2009-01-04 | Update copyrights. Closes #3016. | Brendan Cully |
2008-12-01 | Fix some typos to silence compiler warnings | Rocco Rutte |
2008-08-18 | Validate charset names for all charset options. | Rocco Rutte |
2008-07-11 | Allow UTF-8 charset to be misspelled as "utf8" | Rocco Rutte |
2007-03-13 | Clean up the strcat cleanup | Thomas Roessler |
2007-03-12 | Improve strcat usage (#2802). | Sami Farin |
2007-03-06 | Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local(). | Alain Bench |
2007-03-06 | Allow iconv-hook to use virtual charsets as targets. (closes: #1269) | Masayuki Moriyama |
2007-02-27 | Updated $assumed_charset patch (closes: #2218). | TAKIZAWA Takashi |
2007-02-24 | Add $assumed_charset, $file_charset and $strict_mime. | TAKIZAWA Takashi |
2006-05-18 | Avoid safe_free() usage and add security checks | Rocco Rutte |
2005-09-17 | Gah, forgot the zip code when updating the FSF address... | Brendan Cully |
2005-09-17 | Update FSF address (via sed, I hope nothing got mangled). Closes: #2071. | Brendan Cully |
2005-02-12 | Recognize euc-jp-ms. MORIYAMA Masayuki by way of TAKAHASHI Tamotsu. | Thomas Roessler |
2005-02-03 | Add config.h to the top of every C file that could possibly want it. | Brendan Cully |
2004-02-08 | Fix a CP1255/8-related problem that's caused by a glibc/iconv bug. | Edmund GRIMLEY EVANS |
2002-12-11 | Fix Mike's and my e-mail addresses in copyright lines. | Thomas Roessler |
2002-12-10 | Replace safe_free calls by the FREE macro. | Thomas Roessler |
2002-05-31 | Fix charset-hook. | Edmund GRIMLEY EVANS |
2002-03-27 | Some hackisch charset handling for text/plain; x-action=pgp-*. I | Thomas Roessler |
2002-03-26 | Fix iconv warnings; from Edmund Grimley Evans. | Thomas Roessler |
2002-02-14 | Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED. | Thomas Roessler |
2002-01-23 | Fix #999. A single missing comma. | Thomas Roessler |
2001-09-28 | More character set aliases, from Ionel Mugurel Ciobica | Thomas Roessler |
2001-04-26 | Add ascii_strcasecmp() and ascii_strncasecmp() functions which do | Thomas Roessler |
2001-04-25 | Kluge around some problems with iso-8859-9 locales. | Thomas Roessler |
2001-02-15 | Fix iconv-hook. It would segfault with x-unknown and other | Thomas Roessler |
2001-02-14 | iconv-hook. | Thomas Roessler |
2001-02-13 | Some more strange character set aliaes. | Thomas Roessler |
2001-02-13 | Add more possibly-interesting character set names. | Thomas Roessler |
2001-02-13 | While I'm on it, fix a warning and remove some weired code by proper | Thomas Roessler |
2001-02-13 | Change charset-hook's behaviour. | Thomas Roessler |
2001-01-08 | Let check_sec.sh check for use of the unsafe malloc, realloc, free, | Thomas Roessler |
2000-11-15 | Fix langinfo-based character set detection. From Martin Norbäck | Thomas Roessler |
2000-09-28 | Document the --without-wc-funcs switch to configure, and clean up | Thomas Roessler |
2000-09-27 | Catch another error condition which may be caused by a broken | Thomas Roessler |
2000-09-27 | Fix #287. | Thomas Roessler |
2000-09-13 | Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it. | Thomas Roessler |
2000-09-11 | Fix some more character set glitches. | Thomas Roessler |
2000-09-09 | sizeof (dest) == 4. I should have written dlen instead. Noted by | Thomas Roessler |
2000-09-08 | Add a character set comparison function. | Thomas Roessler |
2000-09-07 | Add a table of official character set names. Data taken from | Thomas Roessler |
2000-07-10 | Some changes from EGE. | Thomas Roessler |