summaryrefslogtreecommitdiff
path: root/camel/camel-stream-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+5
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-7/+7
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* CamelStreamFilter: Fix broken debugging statements.Matthew Barnes2013-12-061-6/+18
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-12/+12
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-13/+19
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-13/+13
* Return back camel_stream_reset() functionality where requiredMilan Crha2011-07-261-1/+85
* Remove camel_stream_reset().Matthew Barnes2011-07-051-23/+0
* Fix Gtk-Doc notation in Camel.Matthew Barnes2011-04-171-1/+1
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-15/+10
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-6/+11
* Coding style cleanups.Matthew Barnes2010-09-131-23/+23
* Coding style and whitespace cleanups.Matthew Barnes2010-08-021-8/+3
* Replace "Since: 3.0" with "Since: 2.32".Matthew Barnes2010-08-021-2/+2
* Bug #625351 - Sending through sendmail reports errorMilan Crha2010-07-301-2/+6
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-13/+21
* Use GObject properties instead of CamelArg.Matthew Barnes2010-04-301-0/+8
* Port Camel to GObject.Matthew Barnes2010-04-241-40/+34
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-4/+2
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-101-214/+241
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-22/+22
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-17/+17
* 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
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-17/+17
* 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-2/+2
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-0/+1
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* added, changed, or updated gtk-doc style comments and variable names (when th...Jeffrey Stedfast2005-05-051-16/+16
* forgot to turn off voluminous debugMichael Zucci2004-03-031-1/+1
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-031-17/+25
* Don't warning about how we haven't written anything to the stream, this isJeffrey Stedfast2003-09-161-4/+2
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-3/+3
* remove unused var.Not Zed2003-03-281-1/+1
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-271-5/+17
* Changed to use a different length calculator.Not Zed2002-07-191-9/+6
* Added a protocol field for users to use.Not Zed2002-05-311-2/+18
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-101-2/+3
* More fixing of the license texts.Ettore Perazzoli2001-10-271-11/+11
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-0/+1
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-051-8/+4
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-051-4/+8