aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url-scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-522/+0
* have our own so we don't need to link with glib.Not Zed2004-12-031-1/+1
* In the case of start() or end() failing, loop starting with the firstJeffrey Stedfast2004-08-061-14/+22
* More fixes.Jeffrey Stedfast2004-06-281-25/+5
* remove more debugging printfsJeffrey Stedfast2004-06-261-3/+0
* fixed an uninitialised memory read from my last fixJeffrey Stedfast2004-06-261-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-041-39/+89
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-181-0/+7
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-101-1/+1
* watch for <>'s tooJeffrey Stedfast2003-02-151-1/+2
* Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-151-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-101-0/+396