Make use of G_DEFINE_QUARK()
[platform/upstream/evolution-data-server.git] / camel / camel-service.c
2013-01-24 Mathias HasselmannMake use of G_DEFINE_QUARK()
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-08-25 Matthew BarnesUpdate API documentation.
2012-08-12 Matthew BarnesRename camel_service_get_settings().
2012-06-26 Milan CrhaIncorrect check for CamelSettings value change
2012-06-18 Milan CrhaDo not call g_object_notify() when property didn't...
2012-05-22 Matthew Barnescamel_service_disconnect(): Missing break in switch...
2012-05-19 Matthew BarnesRemove camel_service_lock/unlock().
2012-05-19 Matthew BarnesCamelService: Rewrite connect/disconnect API.
2012-05-13 Matthew BarnesUse g_simple_async_result_set_check_cancellable().
2012-02-27 Milan CrhaFix nasty typos from recent whitespace cleanup commit
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-01-03 Matthew BarnesCamel: Use thread-safe accessors for string settings.
2011-11-01 Milan CrhaAvoid possible crash when url->path is NULL
2011-10-24 Matthew BarnesMove remaining CamelURL elements to CamelSettings.
2011-10-15 Matthew BarnesCamel: New authentication API.
2011-10-06 Matthew BarnesPrefer g_simple_async_result_take_error().
2011-09-26 Matthew BarnesCamelURL: Remove 'passwd' member.
2011-09-26 Matthew BarnesCamelService: Add "password" property.
2011-09-26 Milan CrhaBug #656473 - Store server folder cache in user's cache...
2011-09-03 Matthew BarnesCamelService: Remove unnecessary libedataserver include.
2011-08-24 Milan CrhaBug #652914 - IMAP: moving mail puts a copy into real...
2011-08-18 Matthew BarnesCamelService: Add a "display-name" property.
2011-08-15 Matthew BarnesAdd CamelSettings.
2011-07-15 Matthew BarnesCamelService: Little typo.
2011-07-15 Matthew BarnesBreak reference cycle between CamelSession and CamelSer...
2011-07-04 Matthew BarnesCamel: Fix Gtk-Doc notation in comment blocks.
2011-05-18 Matthew BarnesCamelService: Add async query_auth_types() functions.
2011-04-21 Matthew BarnesRework how CamelServices are added to CamelSession.
2011-04-19 Milan CrhaBug #645783 - Return safe paths from CamelService:...
2011-04-17 Matthew BarnesSeal up CamelService.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2010-12-08 Milan Crhacamel_service_connect_sync can call camel_service_disco...
2010-09-29 Matthew BarnesHave camel_operation_new() return a GCancellable.
2010-09-28 Matthew BarnesRename blocking Camel methods.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-15 Matthew BarnesRecast CamelOperation as a GCancellable subclass.
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-08-02 Matthew BarnesReplace "Since: 3.0" with "Since: 2.32".
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-04-30 Matthew BarnesDon't abbreviate public symbols.
2010-04-30 Matthew BarnesUse GObject properties instead of CamelArg.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-21 Matthew BarnesMerge more cleanup bits from camel-gobject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-15 Milan CrhaBug #608766 - Replace pthread with GLib's GThread
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-28 Milan CrhaBug #583344 - do not leak pipe handles
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2008-08-06 Matthew Barnes** Fixes bug #545877
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-06-20 Jeffrey Stedfastfixed copyright notices
2008-05-19 Matthew Barnes** Fixes part of bug #531591
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-11-15 Matthew Barnes** Merge a bunch of compiler warning fixes and cosmetic...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
2006-01-16 Parthasarathi Susarlaset the service-status to CAMEL_SERVICE_DISCONNECTED
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-17 Tor Lillqvistcamel-cipher-context.c Drop unneeded <pthread.h>.
2005-07-21 Not ZedChanged the semantics slightly. !FAST makes no guarante...
2005-05-09 Jeffrey Stedfastgtk-doc stuff
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-12-01 Not Zed** See bug #69615.
2004-11-22 Not Zed** See bug #69109.
2004-10-06 Jeffrey StedfastCheck msg->result for error and set an exception if...
2004-10-06 Not Zed** See bug #67527.
2004-10-01 Jeffrey StedfastAvoid assigning a value to the member of a const struct...
2004-09-24 Not Zed** See bug #47821.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-06-21 Christian KellnerReally set the path if tag is CAMEL_SERVICE_PATH.
2004-06-17 Jeffrey StedfastThanks to Christian Kellner for pointing out these...
2004-02-05 Not Zed** See bug #53553.
2004-01-29 Not Zedadded a doc comment.
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-08-11 Not Zedforce connect manually so basics work.
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-25 Jeffrey StedfastAdded prototype for camel_folder_summary_remove_range().
2003-06-20 Not Zedif we got cancelled, the message is floating, so free...
2003-05-15 Not Zed** See bug #42540
2003-03-25 Jeffrey StedfastDon't use setv when we don't need the stdarg interface.
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-09-22 Dan Winshipfix non-ANSI switch statement.
2002-05-15 Jeffrey StedfastOnly reconnect if we are already connected, if we are...
2002-05-09 Not ZedInstead of testing for SERVICE_CONNECTED, we need to...
2002-05-08 Jeffrey StedfastImplemented. (digest_getv): Implemented.
2002-05-02 Jeffrey StedfastChange the order of some code so that we check if the...
next