summaryrefslogtreecommitdiff
path: root/camel/camel-lock.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-8/+8
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-1/+0
* Address some compiler warnings and Coverity scan issues in a different wayMilan Crha2013-11-151-3/+9
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+1
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-251-6/+13
* do not assume time_t is longAntoine Jacoutot2013-09-111-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-39/+39
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-8/+11
* Coding style cleanups.Matthew Barnes2011-05-081-2/+2
* Coding style cleanups.Matthew Barnes2010-09-131-46/+46
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-49/+52
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-15/+28
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-4/+4
* Coding style and whitespace cleanups.Matthew Barnes2010-01-301-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-21/+21
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-27/+27
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-27/+27
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-27/+27
* 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-16/+10
* ** Fixes bug #418852Matthew Barnes2007-04-281-8/+10
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-1/+1
* Use g_usleep() instead of sleep() which isn't available (as such) onTor Lillqvist2005-12-131-5/+8
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* ** See bug #63521.Not Zed2004-09-271-2/+0
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-5/+12
* Added.Jeffrey Stedfast2002-11-071-4/+2
* s/Out/Our in a debug printfJeffrey Stedfast2002-07-221-1/+1
* #include <glib.h> #include <libgnome/gnome-defs.h>Jeffrey Stedfast2002-07-171-0/+2
* #include <libgnome/gnome-i18n.h>Jeffrey Stedfast2002-07-171-1/+1
* Add the appropriate #include for the _() macro.Jeffrey Stedfast2002-07-171-2/+2
* 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
* General cleanup of camel debug printfs.92001-09-191-2/+14
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-0/+2
* Add a missed unref.Not Zed2000-11-291-1/+1
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-281-5/+0
* add #ifdef HAVE_ALLOCA_HDan Winship2000-11-211-0/+2
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-201-1/+1
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-161-5/+9
* Locking interfaces.Michael Zucci2000-11-161-0/+404