summaryrefslogtreecommitdiff
path: root/camel/camel-stream-fs.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-02-201-10/+13
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-1/+1
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-13/+9
* Kill CamelSeekableStream.Matthew Barnes2011-01-231-57/+67
* Replace CamelStreamSeekPolicy with GSeekType.Matthew Barnes2011-01-231-5/+5
* CamelStreamFs: Remove unused "with bounds" functions.Matthew Barnes2011-01-231-66/+0
* CamelStreamFs: Check for cancellation before closing or flushingMatthew Barnes2011-01-101-0/+6
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-2/+10
* Coding style cleanups.Matthew Barnes2010-09-131-2/+2
* 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-8/+8
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-19/+62
* Use GObject properties instead of CamelArg.Matthew Barnes2010-04-301-0/+6
* Port Camel to GObject.Matthew Barnes2010-04-241-31/+24
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+1
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-101-133/+169
* Fix excessive whitespace.Matthew Barnes2009-07-121-2/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-10/+10
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-11/+11
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-7/+7
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-4/+4
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-7/+7
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-7/+7
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-3/+4
* Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() andTor Lillqvist2005-11-301-2/+4
* 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-8/+8
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+0
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-171-1/+5
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-171-1/+3
* If we read 0 bytes, then set eos to TRUE.Jeffrey Stedfast2003-07-161-1/+5
* Use camel_read(). (stream_write): Use camel_write().Jeffrey Stedfast2003-07-081-123/+4
* Use the new readline function.Jeffrey Stedfast2002-05-241-4/+5
* Same fix as the tcp stream. (stream_write): Again here. Just like tcpJeffrey Stedfast2002-05-031-28/+38
* Same.Jeffrey Stedfast2001-10-281-4/+8
* 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
* Same as in the TcpStreamRaw code. (stream_write): And again here...Jeffrey Stedfast2001-10-241-50/+68
* As below.Not Zed2001-10-171-2/+5
* Save the errno before calling fcntl so fcntl doesn't overwrite errno inJeffrey Stedfast2001-10-151-2/+6
* 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
* Changed to push the operation into a status stack.Not Zed2001-02-081-5/+5
* Added a missing #include.Christopher James Lahey2001-02-051-0/+1