summaryrefslogtreecommitdiff
path: root/camel/camel-uid-cache.c
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
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-6/+12
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-3/+3
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-3/+3
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+1
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-1/+0
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-3/+3
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-301-1/+1
* Remove unnecessary libedataserver includes.Matthew Barnes2010-01-071-2/+0
* Fix excessive whitespace.Matthew Barnes2009-07-121-8/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-13/+13
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-41/+41
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* Check cache->fd after we finish looping thru all of our uids; if cache->fdJeffrey Stedfast2008-05-071-3/+9
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-39/+39
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-39/+39
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Fix file descriptor leaks from open() and friends as well as a little cleanupJules Colding2007-05-161-9/+9
* ** Fixes bug #418852Matthew Barnes2007-04-281-4/+6
* Use g_mkdir_with_parents (#383686).Ross Burton2007-04-051-1/+1
* Delete function camel_mkdir().Simon Zheng2006-01-101-1/+2
* Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() andTor Lillqvist2005-11-301-6/+9
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* ** See bug #63521.Not Zed2004-09-271-4/+4
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-231-2/+0
* Use camel_mkdir().Jeffrey Stedfast2003-07-071-3/+2
* some days you just wish you had that subatomic 100 megaton kill-o-zap bomb.Jeffrey Stedfast2003-06-111-52/+121
* Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-021-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
* If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-161-1/+30
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-111-2/+2
* We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-131-20/+68
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Plug leaks.Dan Winship2001-04-131-2/+5
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-2/+5
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-0/+186