]> sjero.net Git - wget/blob - AUTHORS
[svn] Fixed a typo in Daniel's entry.
[wget] / AUTHORS
1 Authors 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
8 Hrvoje Niksic.  Designed and implemented Wget.
9
10 Gordon Matzigkeit.  Wrote netrc.c and netrc.h.
11
12 Darko Budor.  Wrote initial support for Windows, wrote wsstartup.c,
13 wsstartup.h and windecl.h.  (The files were later renamed, but his
14 code and ideas remained present.)
15
16 Junio Hamano.  Added support for FTP Opie and HTTP digest
17 authentication.
18
19 Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
20 --ignore-tags, and --page-requisites; improved documentation; etc.
21
22 Christian Fraenkel.  Initially implemented SSL support.
23
24 Thomas Lussnig.  Initially implemented IPv6 support.
25
26 Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
27 prototype implementation of the new recursive code, and more.
28
29 Gisle Vanem.  Contributed Windows improvements, including a port of
30 run_with_timeout to Windows, additions to Makefiles, and many bug
31 reports and fixes.
32
33 Mauro Tortonesi.  Improved IPv6 support, adding support for dual
34 family systems.  Refactored and enhanced FTP IPv6 code.
35
36 Nicolas Schodet.  Contributed to cookie code and documentation.
37
38 Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
39 originally written for curl donated for use in GNU Wget.