summaryrefslogtreecommitdiff
path: root/camel/camel-operation.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 631594 - Various races in CamelOperationMatthew Barnes2010-10-101-45/+74
* CamelOperation: Try to avoid crashing on refcount errors.Matthew Barnes2010-10-071-0/+4
* IMAPX: Use a CamelOperation, not GCancellable in the parser threadMatthew Barnes2010-10-011-0/+2
* Use macros for CamelOperation timeouts.Matthew Barnes2010-09-301-2/+6
* Have camel_operation_new() return a GCancellable.Matthew Barnes2010-09-291-1/+1
* Camel: Add an asynchronous API.Matthew Barnes2010-09-281-180/+69
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-103/+62
* Fix a potential race in operation_idle_cb().Matthew Barnes2010-09-151-0/+7
* Recast CamelOperation as a GCancellable subclass.Matthew Barnes2010-09-141-399/+349
* Coding style cleanups.Matthew Barnes2010-09-131-91/+91
* Bug #624318 - Don't claim "CamelOperation status stack non empty"Milan Crha2010-09-011-28/+38
* Bug 625039 - Commonly named macros in Camel header filesMatthew Barnes2010-07-281-4/+4
* Bug 602287 - Avoid racing with camel_operation_mute()Matthew Barnes2010-07-221-13/+34
* CamelOperation debugging improvementMatthew Barnes2010-07-151-8/+14
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-20/+9
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-2/+0
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-53/+0
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-4/+4
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-23/+23
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-26/+26
* Fix miscellaneous issues causing warnings in Evolution.Matthew Barnes2009-05-261-2/+2
* ** Fixes bug #545877Matthew Barnes2008-08-061-5/+4
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-4/+2
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* A typo broke the mailer. use camel_msgport_try_pop() (non-blocking)matthew barnes2008-05-071-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-13/+14
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-27/+27
* Use g_slist_delete_link() to discard the list node (#509370).Matthew Barnes2008-01-141-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-27/+27
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-5/+6
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-1/+2
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-08-171-2/+2
* remove (camel_operation_shutdown): remove. (co_getcc): new helper to getNot Zed2004-12-201-29/+21
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+1
* fix the arguments to pthread_key_delete.Julio M. Merino Vidal2004-10-271-1/+1
* ** See bug #63521.Not Zed2004-09-271-1/+8
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-181-0/+11
* attempt at uncancelling a cancelled operation.Not Zed2004-03-031-0/+24
* ** See bug #51045.Not Zed2004-02-161-4/+5
* Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-221-192/+127
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-67/+103
* Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-221-0/+40
* Dont setup cancel_fd. (camel_operation_cancel_fd): If cancel_fd notEVOLUTION_0_16_10002001-10-301-8/+13
* Another go at getting the logic right again. Make transients only updateEVOLUTION_0_1692001-10-091-5/+16
* Go back to using the store url's path, not the toplevel_dir thing.22001-10-021-3/+3
* Minor style change to operation_registered.Michael Zucci2001-09-271-6/+4