summaryrefslogtreecommitdiff
path: root/camel/camel-stream.h
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-9/+7
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-011-3/+4
* Add camel_stream_ref_base_stream().Matthew Barnes2013-09-261-1/+1
* Add camel_stream_set_base_stream().Matthew Barnes2013-09-261-0/+2
* CamelStream: Add a "base-stream" property.Matthew Barnes2013-09-251-0/+4
* Remove camel_stream_printf().Matthew Barnes2011-07-061-3/+0
* camel_stream_vprintf() doesn't exist.Matthew Barnes2011-07-051-3/+0
* Remove camel_stream_reset().Matthew Barnes2011-07-051-4/+0
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-0/+10
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-12/+24
* Port Camel to GObject.Matthew Barnes2010-04-241-6/+18
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-101-1/+3
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-30/+39
* Lock down Camel headers.Matthew Barnes2010-04-021-1/+5
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-8/+8
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-13/+13
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-9/+3
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* Fixing the license text.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-1/+1
* Merge with camel-async.Peter Williams2000-08-101-5/+5
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-061-8/+9
* > searchpart = strchr(namepart, '?');NotZed2000-05-191-22/+15
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-081-32/+36
* Make camel not leak like a sieve.Dan Winship2000-05-071-6/+3
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-21/+6
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-201-0/+3
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-091-1/+1
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-2/+3
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-171-1/+3
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-141-13/+27
* The CamelDataWrapper can now be provided with input and output streams, sobertrand2000-01-251-0/+3
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-251-8/+0
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-031-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-141-1/+1
* More work:Ettore Perazzoli1999-11-171-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-291-1/+1
* new memory buffer based stream.Bertrand Guiheneuf1999-08-011-1/+8
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-2/+2
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-10/+12
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-181-0/+5
* use new stream code instead of raw file * stuff.bertrand1999-05-301-3/+6
* new class. Represents an abstract stream object.bertrand1999-05-301-0/+76