summaryrefslogtreecommitdiff
path: root/camel/camel-stream-mem.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-9/+8
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-7/+7
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-2/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-9/+12
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-2/+3
* Coding style cleanups.Matthew Barnes2011-05-081-3/+3
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-12/+8
* Kill CamelSeekableStream.Matthew Barnes2011-01-231-31/+66
* Replace CamelStreamSeekPolicy with GSeekType.Matthew Barnes2011-01-231-5/+5
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-0/+2
* Coding style cleanups.Matthew Barnes2010-09-131-6/+6
* Replace "Since: 3.0" with "Since: 2.32".Matthew Barnes2010-08-021-1/+1
* Bug #612082 - Do not expose off_t in public API, use goffset insteadMilan Crha2010-07-131-3/+3
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-3/+6
* Use GObject properties instead of CamelArg.Matthew Barnes2010-04-301-0/+6
* Port Camel to GObject.Matthew Barnes2010-04-241-31/+23
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-101-158/+196
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-121-7/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-11/+11
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-9/+9
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-3/+3
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-2/+2
* 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-1/+1
* fix typos in the API documentationPascal Terjan2007-05-251-2/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-3/+3
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* added, changed, or updated gtk-doc style comments and variable names (when th...Jeffrey Stedfast2005-05-051-16/+78
* ** This is no guarantee of security, but its just a helper to prevent oldNot Zed2004-07-131-9/+43
* remove unused var.Not Zed2003-03-281-3/+1
* 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-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-1/+6
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-8/+5
* Add a missed unref.Not Zed2000-11-291-3/+3
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+2
* Merge with camel-async.Peter Williams2000-08-101-29/+23
* Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-121-3/+0
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-2/+2
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-061-19/+27
* > searchpart = strchr(namepart, '?');NotZed2000-05-191-15/+8
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-111-1/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-081-71/+70