Kill off a long-hated Camel kludge: "empty" URLs and
[platform/upstream/evolution-data-server.git] / camel / camel-service.c
2001-01-09 Dan Winship Kill off a long-hated Camel kludge: "empty" URLs and
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-01 Dan WinshipDon't g_return_if_fail if the service is already discon...
2000-11-07 Ettore PerazzoliFix the default implementation for CamelService::get_na...
2000-11-03 Dan Winshipfix bug in previous
2000-11-03 Dan WinshipAdd an "url_flags" field to CamelProvider. Move the...
2000-10-31 Dan WinshipAdd a new argument, clean, that says whether or not...
2000-10-24 Dan Winshiplots of i18n fixes
2000-10-16 Chris Toshokwhen using the construct (flags & CAMEL_SERVICE_URL_NEE...
2000-09-07 Dan WinshipMake this take a path to a directory that Camel can...
2000-08-30 Peter WilliamsMake CamelServices connect only when told to (old behav...
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-22 Peter WilliamsAutomatically connect services when given a valid URL...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-07-01 Dan WinshipNew method, to return an end-user-friendly name corresp...
2000-06-15 Dan WinshipRemove camel_service_connect_with_url. (URLs must be...
2000-05-30 Not ZedInit filter_from to NULL, for exception case. (mbox_get...
2000-05-29 Dan WinshipFix up some glib precondition stuff. Try to set the...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-04 Dan WinshipNew function to replace camel_provider_scan. Returns...
2000-04-18 Dan Winshipkill camel-log
2000-04-06 Dan Winshipthe URL RFC says the port must be numeric, so we don...
2000-03-30 Dan WinshipAdd a htons in the default_number case, and document...
2000-03-28 Dan Winshipconvenience functions to canonicalize the host and...
2000-03-27 Dan Winshipnew routine to free the data allocated by camel_service...
2000-03-22 Dan WinshipNew function to query a service for the authentication...
2000-03-12 bertrandadd a field refering to a service associated to the...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-21 Dan Winshipadd CamelExceptions to several functions. Use camel_ses...
2000-02-17 Dan WinshipMake camel-service use a Gurl internally. Remove the...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-10-23 Bertrand GuiheneufCopyright change
1999-09-01 bertrandWhen using g_free (obj) don't test if obj != NULL g_fre...
1999-08-29 Bertrand GuiheneufAddress update
1999-08-11 bertrandMessage creation still consumes a lot of
1999-08-06 bertrandupdated some autogen doc stuff. Still don't understand...
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-05-11 bertrandstatic functions naming follows gnome coding style...
1999-05-04 bertrandnew method.
1999-05-03 bertrandtypo fix
1999-05-01 bertrandnew methods
1999-04-21 bertrandmore test implementation.
1999-04-21 Bertrand GuiheneufA first attempt at setting up the documentation system.
1999-04-20 bertrandnow CamelStore inherits from CamelService.
1999-04-20 bertrandbasic abstract service class.
1999-04-20 Bertrand Guiheneufsimple service class added