summaryrefslogtreecommitdiff
path: root/camel/camel-url-scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-2/+2
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+4
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-8/+8
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-1/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-13/+38
* Coding style cleanups.Matthew Barnes2011-05-081-2/+2
* Bug 641838 - More compiler warning fixesKjartan Maraas2011-03-081-2/+0
* More whitespace cleanup.Matthew Barnes2011-01-301-3/+3
* Bug #605682 - Do not scan url in invalid UTF8 stringsMilan Crha2010-01-051-0/+4
* Fix excessive whitespace.Matthew Barnes2009-07-121-12/+0
* Disable debug messages on consoleMilan Crha2009-07-021-2/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-9/+9
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-38/+38
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-79/+79
* ** Fix for bug #467075 (BNC)Simon Brys2009-01-271-1/+1
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-7/+6
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-79/+79
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-79/+79
* 2007-09-07 mcrha Fix for bug #473880Milan Crha2007-09-071-7/+8
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Fix compilation warnings (#363384)Gilles Dartiguelongue2007-07-091-1/+1
* ** Fix for bug #412735 from Pascal TerjanSrinivasa Ragavan2007-07-021-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-3/+2
* ** Fixes for bgo #349445 - Patch submitted by Bastien NoceraVeerapuram Varadhan2006-12-131-14/+33
* ** See bug 318697 conditions modified to parse only valid mailto linksVeerapuram Varadhan2006-02-211-2/+3
* Modified to accept urls with ./ Fixes bug#256142Veerapuram Varadhan2006-02-211-4/+4
* **See bug 328384Veerapuram Varadhan2006-02-151-1/+1
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-1/+2
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* Liberally add const keywordRoss Burton2005-04-261-3/+3
* Handle the case where the path doesn't exist in the url. See bug #301037Jeffrey Stedfast2005-04-191-1/+1
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+1
* In the case of start() or end() failing, loop starting with the firstJeffrey Stedfast2004-08-051-14/+22
* More fixes.Jeffrey Stedfast2004-06-281-25/+5
* remove more debugging printfsJeffrey Stedfast2004-06-251-3/+0
* fixed an uninitialised memory read from my last fixJeffrey Stedfast2004-06-251-10/+17
* Fixed to handle :pass in proto://user:pass@host. Fixes bug #60104.Jeffrey Stedfast2004-06-251-9/+36
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-301-0/+1
* Use strrchr, not strchr.Jeffrey Stedfast2004-02-071-0/+2
* New test suite for url scanning.Jeffrey Stedfast2004-02-031-39/+89
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-171-0/+7
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-091-1/+1
* watch for <>'s tooJeffrey Stedfast2003-02-141-1/+2
* Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-141-11/+42
* Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-101-35/+50
* New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-091-0/+396