summaryrefslogtreecommitdiff
path: root/camel/camel-mime-filter-charset.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+5
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-4/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-14/+16
* Grow the output buffer as needed when flushing iconvJeffrey Stedfast2011-12-191-1/+9
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-2/+2
* Coding style cleanup.Matthew Barnes2011-03-051-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-15/+11
* More whitespace cleanup.Matthew Barnes2011-01-301-2/+2
* Port Camel to GObject.Matthew Barnes2010-04-241-30/+22
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-82/+110
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-16/+4
* Fix excessive whitespace.Matthew Barnes2009-07-121-3/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-12/+12
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-9/+9
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-31/+31
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-2/+2
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-8/+7
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-31/+31
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-31/+31
* Include "libedataserver/e-sexp.h" to get the _ESExpResult declaration.Kjartan Maraas2007-10-011-1/+1
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-3/+3
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-1/+1
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* same.Not Zed2005-08-151-4/+5
* added/updated/fixed gtk-doc commentsJeffrey Stedfast2005-05-051-2/+14
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+1
* NULL-protect the to/from charsets in the g_warning call.Jeffrey Stedfast2003-04-091-1/+3
* Same as the ones below.Jeffrey Stedfast2003-02-251-7/+8
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-201-16/+19
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-1/+1
* Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-251-88/+108
* Temporarily disable indexing.Not Zed2002-04-011-0/+6
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-101-9/+7
* More fixing of the license texts.Ettore Perazzoli2001-10-271-11/+11
* Remove the stupid warning that should never have been there in the first52001-10-261-4/+4
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-111-5/+4
* Change to camel_charset_iconv_open/close.22001-10-031-2/+2
* renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-201-2/+2
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-6/+11
* New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-111-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-2/+2
* Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-141-2/+2
* Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-061-2/+2
* Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-061-2/+2
* Use iconv instead of unicode_iconv.Dan Winship2000-11-291-14/+14