summaryrefslogtreecommitdiff
path: root/camel/camel-block-file.c
Commit message (Expand)AuthorAgeFilesLines
* camel: Fix ordering of parameters to fwrite()Philip Withnall2014-11-031-1/+1
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+5
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-11/+9
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+3
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-011-2/+2
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-22/+22
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-19/+20
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-27/+27
* Typos: "occurred" has two R's.Matthew Barnes2012-07-251-2/+2
* CamelBlockFile: Use GQueues instead of CamelDLists.Matthew Barnes2012-01-291-97/+108
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-40/+56
* Coding style cleanups.Matthew Barnes2011-05-081-25/+25
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-1/+1
* Coding style cleanups.Matthew Barnes2010-09-131-218/+218
* Bug #612082 - Do not expose off_t in public API, use goffset insteadMilan Crha2010-07-131-1/+1
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-1/+1
* Add argument checks to camel-block-file.c.Matthew Barnes2010-05-211-11/+56
* Port Camel to GObject.Matthew Barnes2010-04-241-51/+33
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+0
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-27/+26
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-83/+95
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-8/+8
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-17/+19
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-39/+39
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-68/+68
* ** Fixes bug #545877Matthew Barnes2008-08-061-24/+23
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-68/+68
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-68/+68
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* Fix file descriptor leaks from open() and friends as well as a little cleanupJules Colding2007-05-161-1/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-7/+8
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-9/+9
* Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() andTor Lillqvist2005-11-301-12/+15
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* camel-cipher-context.c Drop unneeded <pthread.h>.Tor Lillqvist2005-08-171-1/+0
* same.Not Zed2005-08-151-0/+2
* Liberally add const keywordRoss Burton2005-04-261-1/+1
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+1
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-231-0/+1
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-46/+17
* Updated (new copy/paste from e-iconv).Jeffrey Stedfast2003-07-081-3/+3
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-6/+6
* ** for #40989Not Zed2003-04-191-7/+70
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-241-1/+4
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-291-10/+13
* Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-311-1/+3
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-1/+1