]> sjero.net Git - wget/history - src/html-url.c
Updated config.guess, config.sub, install.sh.
[wget] / src / html-url.c
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.
2001-12-01 hniksic[svn] Correctly convert links in <meta http-equiv=Refre...
2001-11-30 hniksic[svn] Ignore -np when in -p mode.
2001-11-25 hniksic[svn] Handle <base href=...> when converting links.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-16 hniksic[svn] Process attributes in order in which they appear...
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-25 hniksic[svn] Applied Roger Beeman's mktime_from_utc fix publis...
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-01-10 dan[svn] html-url.c: A bunch of fixup of `--page-requisite...
2001-01-10 dan[svn] 2001-01-09 Dan Harkless <wget@harkless.org>
2000-11-22 hniksic[svn] Committed memory debugging stuff.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Committed a bunch of different tweaks of mine.
2000-11-19 hniksic[svn] A bunch of new features: