2003-05-15 |
Not Zed | ** See bug #42540 |
blob | commitdiff |
2003-03-25 |
Jeffrey Stedfast | Don't use setv when we don't need the stdarg interface. |
blob | commitdiff | diff to current |
2002-12-17 |
Jeffrey Stedfast | Replace calls to g_string_sprintfa() with g_string_appe... |
blob | commitdiff | diff to current |
2002-11-11 |
Jeffrey Stedfast | Use g_strerror when setting an exception string (we... |
blob | commitdiff | diff to current |
2002-09-22 |
Dan Winship | fix non-ANSI switch statement. |
blob | commitdiff | diff to current |
2002-05-15 |
Jeffrey Stedfast | Only reconnect if we are already connected, if we are... |
blob | commitdiff | diff to current |
2002-05-09 |
Not Zed | Instead of testing for SERVICE_CONNECTED, we need to... |
blob | commitdiff | diff to current |
2002-05-08 |
Jeffrey Stedfast | Implemented. (digest_getv): Implemented. |
blob | commitdiff | diff to current |
2002-05-02 |
Jeffrey Stedfast | Change the order of some code so that we check if the... |
blob | commitdiff | diff to current |
2002-04-17 |
Jeffrey Stedfast | Get rid of an unused variable. |
blob | commitdiff | diff to current |
2001-12-13 |
Jeffrey Stedfast | Keep a name-to-type hash so that we can make sure that... |
blob | commitdiff | diff to current |
2001-10-27 |
Ettore Perazzoli | Fixing the license text. |
blob | commitdiff | diff to current |
2001-10-27 |
Ettore Perazzoli | Update the licensing information to require version... |
blob | commitdiff | diff to current |
2001-10-10 |
0 | oops, we want get_unread_message_count, not get_message... |
blob | commitdiff | diff to current |
2001-10-05 |
Jeffrey Stedfast | Turn off warnings. (get_name): Same. |
blob | commitdiff | diff to current |
2001-10-04 |
Jeffrey Stedfast | Unregister the operation before unreffing it. |
blob | commitdiff | diff to current |
2001-09-27 |
7 | Dont re-register the connect_op if we got it by calling |
blob | commitdiff | diff to current |
2001-09-27 |
Dan Winship | Change "gboolean connected" to "CamelServiceConnectionS... |
blob | commitdiff | diff to current |
2001-09-04 |
Jeffrey Stedfast | Do a clean disconnect. |
blob | commitdiff | diff to current |
2001-08-19 |
Jeffrey Stedfast | fixed a compile error |
blob | commitdiff | diff to current |
2001-07-23 |
Not Zed | Added some operation progress reporting. Actual data... |
blob | commitdiff | diff to current |
2001-06-26 |
Dan Winship | D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/ |
blob | commitdiff | diff to current |
2001-06-23 |
Ettore Perazzoli | Update the copyrights, replacing Helix Code with Ximian and |
blob | commitdiff | diff to current |
2001-04-26 |
Dan Winship | Use e_gethostbyname_r. (camel_service_gethost): Remove... |
blob | commitdiff | diff to current |
2001-04-11 |
JP Rosevear | Check if gethostbyname_r take five params |
blob | commitdiff | diff to current |
2001-03-30 |
Not Zed | Dont overwrite an exception if we got one already.... |
blob | commitdiff | diff to current |
2001-03-30 |
Not Zed | Not quite finished but checking in for some local frobbing. |
blob | commitdiff | diff to current |
2001-03-29 |
Kjartan Maraas | Big header cleanups and nntp compile fix |
blob | commitdiff | diff to current |
2001-03-29 |
Dan Winship | change "gboolean show_passwd" to "guint32 flags". |
blob | commitdiff | diff to current |
2001-03-28 |
Jeffrey Stedfast | Add the port (if user defined) to the path to fix bug... |
blob | commitdiff | diff to current |
2001-03-21 |
Dan Winship | add a "GList *authtypes", so you can get the list of... |
blob | commitdiff | diff to current |
2001-02-09 |
Dan Winship | Rewrite a bunch. Replace the existing folder cache... |
blob | commitdiff | diff to current |
2001-02-05 |
Jeffrey Stedfast | Updated. |
blob | commitdiff | diff to current |
2001-01-09 |
Dan Winship | Kill off a long-hated Camel kludge: "empty" URLs and |
blob | commitdiff | diff to current |
2000-12-24 |
Not Zed | Lock the command channel while searching. (imap_body_co... |
blob | commitdiff | diff to current |
2000-12-01 |
Dan Winship | Don't g_return_if_fail if the service is already discon... |
blob | commitdiff | diff to current |
2000-11-07 |
Ettore Perazzoli | Fix the default implementation for CamelService::get_na... |
blob | commitdiff | diff to current |
2000-11-03 |
Dan Winship | fix bug in previous |
blob | commitdiff | diff to current |
2000-11-03 |
Dan Winship | Add an "url_flags" field to CamelProvider. Move the... |
blob | commitdiff | diff to current |
2000-10-31 |
Dan Winship | Add a new argument, clean, that says whether or not... |
blob | commitdiff | diff to current |
2000-10-24 |
Dan Winship | lots of i18n fixes |
blob | commitdiff | diff to current |
2000-10-16 |
Chris Toshok | when using the construct (flags & CAMEL_SERVICE_URL_NEE... |
blob | commitdiff | diff to current |
2000-09-07 |
Dan Winship | Make this take a path to a directory that Camel can... |
blob | commitdiff | diff to current |
2000-08-30 |
Peter Williams | Make CamelServices connect only when told to (old behav... |
blob | commitdiff | diff to current |
2000-08-29 |
Peter Williams | CamelRemoteStore: a new generic store for stores that... |
blob | commitdiff | diff to current |
2000-08-22 |
Peter Williams | Automatically connect services when given a valid URL... |
blob | commitdiff | diff to current |
2000-08-10 |
Peter Williams | Merge with camel-async. |
blob | commitdiff | diff to current |
2000-07-01 |
Dan Winship | New method, to return an end-user-friendly name corresp... |
blob | commitdiff | diff to current |
2000-06-15 |
Dan Winship | Remove camel_service_connect_with_url. (URLs must be... |
blob | commitdiff | diff to current |
2000-05-30 |
Not Zed | Init filter_from to NULL, for exception case. (mbox_get... |
blob | commitdiff | diff to current |
2000-05-29 |
Dan Winship | Fix up some glib precondition stuff. Try to set the... |
blob | commitdiff | diff to current |
2000-05-07 |
Dan Winship | Make camel not leak like a sieve. |
blob | commitdiff | diff to current |
2000-05-04 |
Dan Winship | New function to replace camel_provider_scan. Returns... |
blob | commitdiff | diff to current |
2000-04-18 |
Dan Winship | kill camel-log |
blob | commitdiff | diff to current |
2000-04-06 |
Dan Winship | the URL RFC says the port must be numeric, so we don... |
blob | commitdiff | diff to current |
2000-03-30 |
Dan Winship | Add a htons in the default_number case, and document... |
blob | commitdiff | diff to current |
2000-03-28 |
Dan Winship | convenience functions to canonicalize the host and... |
blob | commitdiff | diff to current |
2000-03-27 |
Dan Winship | new routine to free the data allocated by camel_service... |
blob | commitdiff | diff to current |
2000-03-22 |
Dan Winship | New function to query a service for the authentication... |
blob | commitdiff | diff to current |
2000-03-12 |
bertrand | add a field refering to a service associated to the... |
blob | commitdiff | diff to current |
2000-03-09 |
Dan Winship | fix the name of "Helix Code, Inc." in all the copyrights |
blob | commitdiff | diff to current |
2000-02-21 |
Dan Winship | add CamelExceptions to several functions. Use camel_ses... |
blob | commitdiff | diff to current |
2000-02-17 |
Dan Winship | Make camel-service use a Gurl internally. Remove the... |
blob | commitdiff | diff to current |
2000-01-03 |
Bertrand Guiheneuf | Updated my e-mail address to reflect my new employment |
blob | commitdiff | diff to current |
1999-12-14 |
Bertrand Guiheneuf | Fix copyright informations once again |
blob | commitdiff | diff to current |
1999-10-23 |
Bertrand Guiheneuf | Copyright change |
blob | commitdiff | diff to current |
1999-09-01 |
bertrand | When using g_free (obj) don't test if obj != NULL g_fre... |
blob | commitdiff | diff to current |
1999-08-29 |
Bertrand Guiheneuf | Address update |
blob | commitdiff | diff to current |
1999-08-11 |
bertrand | Message creation still consumes a lot of |
blob | commitdiff | diff to current |
1999-08-06 |
bertrand | updated some autogen doc stuff. Still don't understand... |
blob | commitdiff | diff to current |
1999-08-01 |
Bertrand Guiheneuf | merge a lot of work. Rough ChangeLog will follow |
blob | commitdiff | diff to current |
1999-07-15 |
Miguel de Icaza | Implemented base64 encoder based on CamelStreams. Shoul... |
blob | commitdiff | diff to current |
1999-05-11 |
bertrand | static functions naming follows gnome coding style... |
blob | commitdiff | diff to current |
1999-05-04 |
bertrand | new method. |
blob | commitdiff | diff to current |
1999-05-03 |
bertrand | typo fix |
blob | commitdiff | diff to current |
1999-05-01 |
bertrand | new methods |
blob | commitdiff | diff to current |
1999-04-21 |
bertrand | more test implementation. |
blob | commitdiff | diff to current |
1999-04-21 |
Bertrand Guiheneuf | A first attempt at setting up the documentation system. |
blob | commitdiff | diff to current |
1999-04-20 |
bertrand | now CamelStore inherits from CamelService. |
blob | commitdiff | diff to current |
1999-04-20 |
bertrand | basic abstract service class. |
blob | commitdiff | diff to current |
1999-04-20 |
Bertrand Guiheneuf | simple service class added |
blob | commitdiff | diff to current |
|