]> sjero.net Git - wget/history - src/convert.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / convert.c
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...