]> sjero.net Git - wget/history - src/html-url.c
Fix compiler warnings
[wget] / src / html-url.c
2014-05-12 Tim RuehsenFix compiler warnings
2013-10-10 Giuseppe Scrivanoiri: Fix parsing of some URLs contained in HTML documents
2013-06-25 Ciprian VieruAdd HTML5 media tags to list of known tags and attributes
2012-11-04 Rohit MathullaSupport shorthand URLs in an input file
2012-08-28 Giuseppe ScrivanoRemove static modifier for functions used in other...
2012-05-05 Tim RuehsenFix some compiler warnings.
2012-04-01 Gijs van TulderFix a segfault on an incomplete STYLE tag.
2011-04-24 Giuseppe ScrivanoFix GCC warnings.
2011-04-23 Daniel ManriqueSet exit status when invalid host given
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-10-18 Manfred KoizarDo not assume external links type to be always "text...
2010-10-08 Ivanov AntonFixed crash while processing page with invalid `style...
2010-07-29 Giuseppe ScrivanoFix a problem when -k is specified and url's are specif...
2010-07-09 Giuseppe ScrivanoRename two functions.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-07-06 Micah CowanFix meta name=robots.
2009-07-04 Micah CowanAutomated merge.
2009-07-02 Micah CowanMore quoting.
2009-07-01 Micah CowanAutomated merge.
2009-06-30 Micah CowanQuote some things that needed quoting.
2009-06-25 Micah CowanMerge with mainline.
2008-12-01 Micah CowanAutomated merge.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-09-27 Saint XavierIRI requirement: do not percent-encode already percent...
2008-08-28 Micah CowanAutomated merge.
2008-08-15 Saint XavierRemoved commented *printf and use quote_n() for quotin...
2008-08-14 Xavier SaintAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-07 Xavier SaintAutomated merge.
2008-08-04 Micah Cowanstsc: better message for "unsupported schemes".
2008-07-23 Saint XavierAutomated merge.
2008-07-23 Saint XavierChange global variable model for state-object
2008-07-20 Saint XavierAutomated merge.
2008-07-20 Saint XavierGet rid of the supplementary bool pointer in url_parse...
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-26 Saint XavierAutomated merge.
2008-06-19 Saint XavierAdd "content-type" meta tag parsing for retrieving...
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanMinor tweaks to Henri's patch.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-22 Micah CowanTed Mielczarek's CSS wonder-patch, applied against...
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-26 hniksic[svn] Don't explicitly set entry->next to NULL since...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-15 hniksic[svn] Gettext-ize previously missed messages.
2005-05-27 hniksic[svn] Mark the content from the <link src="..."> tag...
2005-05-08 hniksic[svn] Fix warnings reported by gcc -Wstrict-prototypes...
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2003-11-26 hniksic[svn] Squash embedded newlines in links.
2003-11-09 hniksic[svn] Download URLs from <object data="...">.
2003-11-07 hniksic[svn] No need to initialize NEWEL->next to NULL, it...
2003-11-02 hniksic[svn] Abort on xfree(NULL).
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-13 hniksic[svn] Expect links followed from Refreshes to contain...
2003-10-10 hniksic[svn] Don't descend into HTML that was downloaded by...
2003-10-10 hniksic[svn] Make the first argument to hash_table_new a minim...
2003-10-09 hniksic[svn] Use hash table for tag lookup in html-url.c and...
2003-10-08 hniksic[svn] Add FLAGS argument to map_html_tags.
2003-10-08 hniksic[svn] Switch to binary search for find_tag.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-12 hniksic[svn] Update copyright years.
2002-04-11 hniksic[svn] Convert URLs in <form action=...>.
2002-02-01 hniksic[svn] Don't crash on <meta http-equiv=refresh>.
2001-12-19 hniksic[svn] Treat the "shortcut icon" link as inline.
2001-12-13 hniksic[svn] Mark <embed href=...> as external.
2001-12-12 hniksic[svn] Use "incomplete" rather than "relative".
2001-12-12 hniksic[svn] Minor doc update.
2001-12-12 hniksic[svn] Break up collect_tags_mapper into several functions.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-05 hniksic[svn] Doc fix.
next