platform/upstream/evolution-data-server.git
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.
2003-03-20 Dan Winship Handle raw 8-bit From data "correctly". (The same...
2003-03-17 Jeffrey StedfastRemoved unused variable left over from my previous...
2003-03-14 Jeffrey StedfastUse header_contentid_decode() as this new function...
2003-03-13 Jeffrey StedfastDon't add bogus uids to the uid array. Might fix bug...
2003-03-12 Not Zedremoved, it was double-freeing the key. (save_object...
2003-03-10 Jeffrey Stedfastadded a comment
2003-03-09 Jeffrey StedfastDoh! If inptr == pos + 1, then return FALSE (before...
2003-03-07 Not Zedhandle a null return from search_by_expression, for...
2003-03-06 Jeffrey Stedfasts/g_strncasecmp/strncasecmp/g
2003-03-06 Jeffrey StedfastSame as below.
2003-03-06 Jeffrey StedfastGet rid of the const return - it mismatches the prototy...
2003-03-06 Jeffrey StedfastFixes for bug #39170
2003-03-06 Jeffrey StedfastFixes for bug #39168
2003-03-04 Jeffrey Stedfasts/class/klass in one place so that the header is c...
2003-03-03 Jeffrey StedfastUpdated to use the new API from a fe commits ago for...
2003-03-03 Not ZedDo similar folder != NULL checking as for delete_folder...
2003-02-28 Jeffrey StedfastSame as IMAP and POP.
2003-02-27 Jeffrey StedfastAdd a 'flushed' state variable to the private struct...
2003-02-27 Not ZedUndo jeff's changes.
2003-02-26 Jeffrey StedfastUpdated to use g_alloca instead of alloca so that we...
2003-02-26 Jeffrey Stedfastdon't #include camel-iconv.h
2003-02-26 Jeffrey StedfastMake sure the folder is non-NULL before trying to remov...
2003-02-25 Jeffrey Stedfastremoved unused filter code that was wrong anyway
2003-02-25 Jeffrey Stedfastcanonicalise the charset name (if it is an iso charset...
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-25 Jeffrey Stedfastg_alloca (strlen (charset) + 1) so we don't overflow...
2003-02-24 Jeffrey StedfastDon't write the passwd, fixes "bug" #38601.
2003-02-24 Jeffrey StedfastMake bucket->refcount 31 bits and bucket->used 1 bit...
2003-02-24 Jeffrey StedfastUse g_iconv_close() here, missed this before. (camel_ic...
2003-02-24 Jeffrey StedfastNew function...back from the depths of hell from whence...
2003-02-24 Jeffrey Stedfastfixed a type-o that causes a segfault
2003-02-24 Jeffrey StedfastDo it the same way we just made the sendmail code do it.
2003-02-23 Jeffrey Stedfasts/g_slist_free1/g_slist_free_1
next