1Authors of GNU Wget.
2
3[ Note that this file does not attempt to list all the contributors to
4  Wget; look at the ChangeLogs for that.  This is a list of people who
5  contributed sizeable amounts of code and assigned the copyright to
6  the FSF. ]
7
8Hrvoje Niksic.  Designed and implemented Wget.
9
10Gordon Matzigkeit.  Wrote netrc.c and netrc.h.
11
12Darko Budor.  Wrote initial support for Windows, wrote wsstartup.c,
13wsstartup.h and windecl.h.  (The files were later renamed, but his
14code and ideas remained present.)
15
16Junio Hamano.  Added support for FTP Opie and HTTP digest
17authentication.
18
19Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
20--ignore-tags, and --page-requisites; improved documentation; etc. Was
21the principle maintainer of GNU Wget for some time.
22
23Christian Fraenkel.  Initially implemented SSL support.
24
25Thomas Lussnig.  Initially implemented IPv6 support.
26
27Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
28prototype implementation of the new recursive code, and more.
29Co-maintained Wget during the 1.8 release cycle.
30
31Gisle Vanem.  Contributed Windows and MS-DOS improvements, including a
32port of run_with_timeout to Windows, additions to Makefiles, and many
33bug reports and fixes.
34
35Mauro Tortonesi.  Improved IPv6 support, adding support for dual
36family systems.  Refactored and enhanced FTP IPv6 code. Maintained GNU
37Wget from 2004-2007.
38
39Nicolas Schodet.  Contributed to cookie code and documentation.
40
41Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
42originally written for curl donated for use in GNU Wget.
43
44Micah Cowan.  Maintained Wget from mid-2007 to mid-2010.
45
46Ralf Wildenhues.  Contributed patches to convert Wget to use Automake as
47part of its build process, and various bugfixes.
48
49Steven Schubiger.  Many helpful patches, bugfixes and improvements.
50Notably, conversion of Wget to use the Gnulib quotes and quoteargs
51modules, and the addition of password prompts at the console, via the
52Gnulib getpasswd-gnu module.
53
54Ted Mielczarek.  Support for parsing links from CSS.
55
56Saint Xavier.  Support for IRIs (RFC 3987).
57
58Giuseppe Scrivano.  Added support for HTTP/1.1.  Current Wget maintainer.
59