platform/upstream/evolution-data-server.git
2003-07-23 Jeffrey StedfastRevert my previous changes to this function.
2003-07-23 Dan Winship#include camel-file-utils.h for camel_read()
2003-07-17 Jeffrey StedfastUpdated to convert to/from the correct charset (since...
2003-07-17 Jeffrey StedfastIncrement the seekable stream position by the number...
2003-07-17 Jeffrey StedfastIncrement the seekable stream position by the number...
2003-07-17 Timo Sirainen** See bug #42573
2003-07-16 Jeffrey StedfastAdd the CamelMimePartEncodingType definition here.
2003-07-16 Jeffrey StedfastIf we read 0 bytes, then set eos to TRUE.
2003-07-09 Jeffrey Stedfastremoved camel-pkcs7-context.[c,h] - no longer useful
2003-07-09 Jeffrey Stedfastremoved camel-smime-utils.[c,h] which are no longer...
2003-07-09 Jeffrey Stedfastremoved #ifndef ENABLE_THREADS
2003-07-09 Jeffrey Stedfastremoved #ifdef ENABLE_THREADS
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-07-09 Larry Ewingremove reference to camel-pgp-mime.h
2003-07-08 Jeffrey StedfastRemoved.
2003-07-08 Jeffrey StedfastUpdated (new copy/paste from e-iconv).
2003-07-08 Jeffrey StedfastUse camel_read(). (stream_write): Use camel_write().
2003-07-07 Jeffrey StedfastUse camel_mkdir().
2003-07-07 Jeffrey Stedfastremoved debug printfs
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-07-02 Jeffrey StedfastDon't quote the charset value, the qop value, nor the...
2003-07-02 Jeffrey StedfastUse gmtime_r() instead of using gmtime() and memcpy...
2003-07-01 Dan Winshipfree the summary hash
2003-07-01 David WoodhousePut day of week into outgoing email.
2003-06-25 Jeffrey StedfastAdded prototype for camel_folder_summary_remove_range().
2003-06-25 Not Zed** See bug #43887
2003-06-20 Not Zed** See bug #31745
2003-06-20 Not Zedif we got cancelled, the message is floating, so free...
2003-06-18 Jeffrey StedfastMade static (to match the prototype).
2003-06-18 Larry Ewingdon't leak the summary when reloading it. Fixes a very...
2003-06-18 Not ZedCalculate ranges to remove folder info's more efficient...
2003-06-17 Not Zed** See bug #44322
2003-06-13 Jeffrey StedfastFix for bug #40788.
2003-06-12 Ettore PerazzoliPut the ChangeLog.pre-1-4 in the Makefiles.
2003-06-12 Jeffrey StedfastPartial fix for bug #44457.
2003-06-11 Jeffrey Stedfastsome days you just wish you had that subatomic 100...
2003-06-11 Larry Ewinguse g_utf8_strdown properly.
2003-06-11 Jeffrey StedfastAdd the CAMEL_BESTENC_TEXT bit to enctype if the part...
2003-06-09 Ettore PerazzoliRoll over ChangeLogs.
2003-06-01 Jeffrey StedfastTurn off debugging.
2003-05-30 Jeffrey StedfastTurned off a debugging printf.
2003-05-28 Jeffrey StedfastThis should finish fixing all variations of bug #42854...
2003-05-22 Jeffrey StedfastLets try this again. We don't actually want to free...
2003-05-21 Jeffrey StedfastCreate a second GPtrArray for the keys. We don't want...
2003-05-20 Jeffrey StedfastOnly display a warning if errno != EINVAL (EINVAL means...
2003-05-19 Jeffrey Stedfastfixed ChangeLog
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-05-15 Not ZedSimplistic quick-fix for #42710. Add a charset argument...
2003-05-15 Jeffrey StedfastOnly delete the index if it is non-NULL. Fixes bug...
2003-05-15 Not Zed** See bug #42540
2003-05-14 Jeffrey StedfastAdded a note to the comment block for this function...
2003-05-13 Jeffrey StedfastIf host->h_name is NULL or an empty string, default...
2003-05-13 Ettore PerazzoliDisable debugging.
2003-05-04 Dan WinshipDon't call g_utf8_validate on an empty message. Fixes...
2003-05-02 Jeffrey StedfastWorkaround for POS mailers like the one in bug #42045.
2003-04-30 Dan WinshipRemove camel-lock.c from here because it upsets automak...
2003-04-30 Jeremy Katzbody_len needs to be a size_t instead of int
2003-04-24 Jeffrey StedfastDisable debugging printfs.
2003-04-24 Not Zedonly free the host if it was set. removes a run-time...
2003-04-23 Jeffrey Stedfastfixed merge conflicts in ChangeLog
2003-04-23 Jeffrey Stedfast#if 0 out some code that parsed the namespaces since...
2003-04-23 Not Zedoops, the service owns the url after we construct it.
2003-04-23 Not Zed** Should fix #41629, #41448, et al.
2003-04-22 Jeffrey StedfastDon't set seen_eof1 here anymore once we get a trust...
2003-04-19 Not Zed** for #40989
2003-04-17 Jeffrey StedfastUrls are unlikely to end with punctuation or closing...
2003-04-17 Not ZedDont assume adding 1 to line length will go to the...
2003-04-16 Jeffrey StedfastThe gpg child process exiting does not necessarily...
2003-04-10 Jeffrey StedfastTurn off debugging if CAMEL_VERBOSE_DEBUG isn't set.
2003-04-10 Not Zedfilter data test cases.
2003-04-09 Jeffrey StedfastRemoved. I just realised that we ALWAYS want to get...
2003-04-09 Jeffrey StedfastChanged my mind a bit on how I wanted this to work...
2003-04-09 Jeffrey StedfastSave the content size in a temp variable until after...
2003-04-09 Jeffrey StedfastNew function to get the UTF-8 version of the diagnostic...
2003-04-09 Jeffrey StedfastNULL-protect the to/from charsets in the g_warning...
2003-04-09 Jeffrey StedfastFixes for bug #40778. Probably others as well.
2003-04-08 Jeffrey StedfastMake sure host->h_name is not an empty string too?...
2003-04-08 Jeffrey StedfastIf store->engine->line is NULL, use _("Unknown error...
2003-04-08 Not Zeduse g_strerror, and use errno directly rather than...
2003-04-07 Jeffrey StedfastDisable debug printf's
2003-04-06 Ettore Perazzoli(e_passwords_remember_password): Removed debugging
2003-04-02 Not ZedDelete all Passwords-* sections. Should make this work.
2003-04-01 Jeffrey StedfastIf we are using the heimdal krb5 implementation, don...
2003-03-31 Jeffrey StedfastUse strncasecmp for matching the nofill and /nofill...
2003-03-28 Not Zedremove unused var.
2003-03-27 Jeffrey StedfastGet rid of debug printf's that are no longer needed...
2003-03-27 Jeffrey StedfastWhen we remove a node from the list, make sure to g_lis...
2003-03-27 Dan WinshipLike camel_url_encode, but works directly on an existin...
2003-03-27 Not ZedDo a more thorough check for html marked as text/plain...
2003-03-26 Jeffrey StedfastPass in the addresses of the second args to the delete...
2003-03-26 Not ZedIgnore whether or not the bag is currently reserved...
2003-03-25 Jeffrey StedfastDon't use setv when we don't need the stdarg interface.
2003-03-24 Jeffrey StedfastThis expression can never return an array. We must...
2003-03-24 Jeffrey Stedfastremoved invisible 8bit chars
2003-03-24   Timo Sirainen camel-imap-command.c (imap_read_untagged) Integer overf...
2003-03-21 Jeffrey StedfastCamel part of the fix for Lewing's bug #39204. Second...
2003-03-21 Jeffrey Stedfastcontinue reading the cert file until we've read it...
2003-03-21 Jeffrey Stedfast#include <com_err.h> instead of #include <et/com_err.h>
2003-03-20 Jeffrey StedfastPlug in GSSAPI support.
next