]> sjero.net Git - wget/history - src/convert.c
Whitespace and formatting changes.(Aesthetic only)
[wget] / src / convert.c
2014-05-30 Darshit ShahWhitespace and formatting changes.(Aesthetic only)
2012-06-02 Ángel Gonzálezfix segfault on wrong urls (bug 36570)
2012-05-20 illusionoflifeRemove unused arguments.
2012-05-05 Tim RuehsenFix some compiler warnings.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-09-14 Giuseppe ScrivanoDo not use HTML quoting in CSS files.
2010-08-20 Giuseppe ScrivanoConvert correctly URLs that need to be encoded to local...
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-01 Micah CowanAutomated merge.
2009-08-29 Steven SchubigerEscape semicolons when converting links (#27272).
2009-07-29 Micah CowanRename --html-extension to --adjust-extension.
2009-07-05 Micah CowanAdjust some typos from vms merge, and remove some eleme...
2009-07-04 Micah CowanAutomated merge.
2009-07-01 Micah CowanAutomated merge.
2009-06-25 Micah CowanMerge with mainline.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-08-28 Micah CowanAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-07 Xavier SaintAutomated merge.
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-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-22 Micah CowanSteven Schweda's VMS patch.
2008-04-22 Micah CowanFix merge glitches, get it to build.
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-04-18 Steven SchubigerRevert the alloca_array() -> xcalloc() transition.
2008-04-16 Steven SchubigerUse Gnulib's xalloc module in convert.c (and include...
2008-04-16 Steven SchubigerUse Gnulib's quote function in convert.c.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-06 Micah CowanDon't return without freeing, in convert_all_links...
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-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-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-10-12 mtortonesi[svn] Fixed broken -E -k -K mode.
2006-08-24 mtortonesi[svn] Several fixes for recursive spider mode.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-06-28 mtortonesi[svn] Fixes for recursive spider mode.
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2005-08-27 hniksic[svn] Simplify iteration over hash table entries.
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-28 hniksic[svn] Include ETA information in dot progress.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-04-10 hniksic[svn] Free converted_files.
2005-04-07 hniksic[svn] Extract timers to a separate file.
2005-03-30 hniksic[svn] Use sets/hash-tables instead of "slists". Remove...
2005-02-28 hniksic[svn] Avoid unneeded initialization of local var.
2004-03-04 hniksic[svn] Quote # and % when creating links to local files.
2003-11-08 hniksic[svn] Timer code update.
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-25 hniksic[svn] Better document the workings of construct_relative().
2003-10-16 hniksic[svn] Don't let absolute path specified by -P introduce...
2003-09-30 hniksic[svn] Updated copyright and email.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...