summaryrefslogtreecommitdiff
path: root/src/html-url.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningsTim Ruehsen2014-05-121-4/+4
* iri: Fix parsing of some URLs contained in HTML documentsGiuseppe Scrivano2013-10-101-2/+8
* Add HTML5 media tags to list of known tags and attributesCiprian Vieru2013-06-251-3/+14
* Support shorthand URLs in an input fileRohit Mathulla2012-11-041-0/+7
* Remove static modifier for functions used in other modules.Giuseppe Scrivano2012-08-281-1/+1
* Fix some compiler warnings.Tim Ruehsen2012-05-051-1/+1
* Fix a segfault on an incomplete STYLE tag.Gijs van Tulder2012-04-011-3/+4
* Fix GCC warnings.Giuseppe Scrivano2011-04-241-0/+1
* Set exit status when invalid host givenDaniel Manrique2011-04-231-0/+1
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+1
* Do not assume external links type to be always "text/html".Manfred Koizar2010-10-181-6/+14
* Fixed crash while processing page with invalid `style' attribute.Ivanov Anton2010-10-081-2/+17
* Fix a problem when -k is specified and url's are specified in CSS code.Giuseppe Scrivano2010-07-301-6/+20
* Rename two functions.Giuseppe Scrivano2010-07-091-4/+4
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* [mq]: cfg-mkMicah Cowan2009-09-211-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-1/+1
* Fix meta name=robots.Micah Cowan2009-07-051-7/+17
* More quoting.Micah Cowan2009-07-021-2/+2
* Quote some things that needed quoting.Micah Cowan2009-06-291-3/+6
* IRI requirement: do not percent-encode already percent-encoded values (try1)Saint Xavier2008-09-271-3/+3
* Removed commented *printf and use quote_n() for quoting several argsSaint Xavier2008-08-151-1/+0
* Automated merge.Xavier Saint2008-08-071-4/+31
|\
| * Change global variable model for state-objectSaint Xavier2008-07-241-14/+15
| * Automated merge.Saint Xavier2008-07-201-41/+76
| |\
| * | Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)Saint Xavier2008-07-201-5/+9
| * | Basic IDN/IRI supportSaint Xavier2008-07-201-5/+7
| * | Add "content-type" meta tag parsing for retrieving HTML page encoding.Saint Xavier2008-06-191-0/+20
* | | stsc: better message for "unsupported schemes".Micah Cowan2008-08-031-1/+3
| |/ |/|
* | Merge current tip with CSS stuff.Micah Cowan2008-07-111-3/+4
|\ \ | |/
| * Minor tweaks to Henri's patch.Micah Cowan2008-05-311-3/+4
| * Henri's -Wall patch.Micah Cowan2008-05-301-2/+2
* | Merging Ted Mielczarek's CSS changes with tip.Micah Cowan2008-04-221-41/+76
|\ \ | |/ |/|
| * Ted Mielczarek's CSS wonder-patch, applied against the source from around the...Micah Cowan2008-04-221-41/+76
* | Updated copyright year.Micah Cowan2008-01-251-1/+1
* | Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\ \
| * | Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
* | | ISSPACE -> c_isspaceMicah Cowan2007-10-141-8/+8
|/ /
* | Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* | [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-191/+191
* | [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
|/
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Move extern declarations to .h files.hniksic2005-06-271-2/+2
* [svn] Don't explicitly set entry->next to NULL since entry is already zeroed ...hniksic2005-06-261-1/+0
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-5/+5
* [svn] Remove K&R support.hniksic2005-06-191-13/+4
* [svn] Gettext-ize previously missed messages.hniksic2005-06-151-1/+1
* [svn] Mark the content from the <link src="..."> tag as expecting HTML.hniksic2005-05-271-0/+4