summaryrefslogtreecommitdiff
path: root/camel/camel-mime-filter-basic.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-10/+10
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-6/+6
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-24/+91
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+8
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-12/+12
* Coding style cleanup.Matthew Barnes2011-03-051-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-8/+4
* Coding style cleanups.Matthew Barnes2010-09-131-25/+25
* Port Camel to GObject.Matthew Barnes2010-04-241-30/+10
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-145/+166
* Do not call camel_mime_filter_basic_new recursivelyMilan Crha2010-04-061-1/+2
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-20/+5
* More whitespace cleanup.Matthew Barnes2009-07-181-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-121-3/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-15/+15
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-15/+15
* Whitespace cleanup.Matthew Barnes2009-05-281-1/+1
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-17/+17
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-2/+2
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-17/+17
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-12/+12
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-17/+17
* ** Fixes bug #474000Matthew Barnes2007-09-271-5/+7
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-3/+3
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-2/+2
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* Call camel_quoted_encode_close() instead of quoted_decode_close() whenJeffrey Stedfast2005-05-181-1/+1
* added, changed, or updated gtk-doc style comments and variable names (when th...Jeffrey Stedfast2005-05-051-2/+12
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-181-12/+12
* Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-171-13/+8
* If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-161-0/+3
* Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-161-1/+2
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-101-5/+5
* For the uudecoding mode, garble up the "begin <mode> <filename>" lineJeffrey Stedfast2001-11-261-8/+54
* 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-3/+3
* Implemented uuencoding and decoding. (complete): Implemented uuencodingJeffrey Stedfast2001-10-061-0/+24
* Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-051-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Add tests.Not Zed2000-11-241-5/+13
* Take an additional argument, "break_lines", saying whether or not to addDan Winship2000-10-301-2/+2
* Added some malloc check debugging stuff.Not Zed2000-10-171-4/+4
* Merge with camel-async.Peter Williams2000-08-101-49/+37
* Reset filter on setup. (reset): When resetting qp encoding, set the stateNot Zed2000-07-131-1/+8
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-201-0/+219