summaryrefslogtreecommitdiff
path: root/camel/camel-stream-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 552425 - [SMTP] Try to reconnect on connection lost during AUTH commandMilan Crha2015-09-251-1/+1
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-7/+6
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Remove unused camel_stream_buffer_new_with_vbuf().Matthew Barnes2013-10-011-85/+14
* Bug #682398 - GError reuse during IMAP connect routineMilan Crha2012-09-111-4/+14
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-11/+14
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-9/+9
* Camel: Fix Gtk-Doc notation in comment blocks.Matthew Barnes2011-07-041-1/+1
* 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
* Coding style cleanup.Matthew Barnes2010-10-031-1/+1
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-13/+26
* Coding style cleanups.Matthew Barnes2010-09-131-8/+8
* Improve error handling in CamelStreamBuffer::read().Matthew Barnes2010-07-121-2/+15
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-19/+28
* Port Camel to GObject.Matthew Barnes2010-04-241-39/+46
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-2/+1
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-101-235/+317
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-121-3/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-19/+19
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-32/+32
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* ** 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-1/+1
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-14/+16
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-3/+3
* 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
* ** Fixes bug #418852Matthew Barnes2007-04-281-3/+3
* 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-3/+3
* added, changed, or updated gtk-doc style comments and variable names (when th...Jeffrey Stedfast2005-05-051-23/+19
* Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy!Jeffrey Stedfast2004-06-181-0/+3
* Fixed to work properly. After we've flushed the buffer, we want to setJeffrey Stedfast2004-06-041-5/+5
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-231-4/+4
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-061-0/+1
* Removed. (stream_write): Keep looping (non-blocking case) if errno isJeffrey Stedfast2001-10-301-3/+7
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-281-1/+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
* A "safe write" function that always writes out all data asked of it, till52001-09-251-31/+42
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-2/+5
* Update the doc comment: since it always NUL-terminates the buffer, itDan Winship2000-12-211-1/+1
* Fix some off-by-one-ness.Dan Winship2000-11-291-1/+1
* Make this gratuitously more complicated. No wait, I mean, fix bugs. NowDan Winship2000-11-281-4/+5
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-171-2/+1