Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-url-scanner.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-07-09 Gilles DartiguelongueFix compilation warnings (#363384)
2007-07-02 Srinivasa Ragavan ** Fix for bug #412735 from Pascal Terjan
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-12-13 Veerapuram Varadhan ** Fixes for bgo #349445 - Patch submitted...
2006-02-21 Veerapuram Varadhan** See bug 318697 conditions modified to parse only...
2006-02-21 Veerapuram VaradhanModified to accept urls with ./ Fixes bug#256142
2006-02-15 Veerapuram Varadhan **See bug 328384
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-04-26 Ross BurtonLiberally add const keyword
2005-04-19 Jeffrey StedfastHandle the case where the path doesn't exist in the...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-08-05 Jeffrey StedfastIn the case of start() or end() failing, loop starting...
2004-06-28 Jeffrey StedfastMore fixes.
2004-06-25 Jeffrey Stedfastremove more debugging printfs
2004-06-25 Jeffrey Stedfastfixed an uninitialised memory read from my last fix
2004-06-25 Jeffrey StedfastFixed to handle :pass in proto://user:pass@host. Fixes...
2004-03-30 Not Zedadded some debug to dump the whole folderinfo tree...
2004-02-07 Jeffrey StedfastUse strrchr, not strchr.
2004-02-03 Jeffrey StedfastNew test suite for url scanning.
2003-04-17 Jeffrey StedfastUrls are unlikely to end with punctuation or closing...
2003-03-09 Jeffrey StedfastDoh! If inptr == pos + 1, then return FALSE (before...
2003-02-14 Jeffrey Stedfastwatch for <>'s too
2003-02-14 Jeffrey StedfastMark chars with the high-bit set as CTRL chars. (camel_...
2002-12-10 Jeffrey StedfastFixed to not be fooled in the case where the address...
2002-12-09 Jeffrey StedfastNew code to scan for patterns (used only for url patter...