summaryrefslogtreecommitdiffstats
path: root/src/html.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-1/+2
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-6/+6
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-161-0/+1
|
* * Extract url encoded urls from html textsVsevolod Stakhov2009-07-031-1/+4
|
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-0/+210
* Add function for searching html tag