wget/doc
hniksic b0b1c815c1 [svn] A bunch of new features:
- use mmap() to read whole files in core instead of allocating memory
  and read'ing it.

- use a new, more general, HTML parser (html-parse.c) and interface to
  it from Wget (html-url.c).

- respect <meta name=robots content=nofollow> (easy with the new HTML
  parser).

- use hash tables instead of linked lists in places where the lists
  were used to facilitate mappings.

- rewrite the code in host.c to be more readable and faster (hash
  tables instead of home-grown lists.)

- make convert_links properly convert partial URLs to complete ones
  for those URLs that have *not* been downloaded.

- use HTTP persistent connections where available.  very
  simple-minded, caches the last connection to the server.

Published in <sxshf533d5r.fsf@florida.arsdigita.de>.
2000-11-19 12:50:10 -08:00
..
ChangeLog [svn] A bunch of new features: 2000-11-19 12:50:10 -08:00
Makefile.in [svn] Minor fixes: use $(srcdir) in sample.wgetrc.munged_for_texi_inclusion; 2000-11-04 23:06:41 -08:00
ansi2knr.1 [svn] Initial revision 1999-12-01 23:42:23 -08:00
sample.wgetrc [svn] Really using "stepwise refinement" on this file, aren't I? Realized during the 2000-04-20 15:06:43 -07:00
texinfo.tex [svn] Initial revision 1999-12-01 23:42:23 -08:00
wget.info [svn] Robots doc changes. 2000-11-15 02:44:18 -08:00
wget.info-1 [svn] Robots doc changes. 2000-11-15 02:44:18 -08:00
wget.info-2 [svn] Robots doc changes. 2000-11-15 02:44:18 -08:00
wget.info-3 [svn] Robots doc changes. 2000-11-15 02:44:18 -08:00
wget.texi [svn] A bunch of new features: 2000-11-19 12:50:10 -08:00