]> sjero.net Git - wget/blobdiff - AUTHORS
Fix build when libpsl is not available
[wget] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 629d3eda153517d21f582ed19f990580404bbfad..feba105d3101cc0a1cefa887a90acd5fb3db9eb1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,18 +17,42 @@ Junio Hamano.  Added support for FTP Opie and HTTP digest
 authentication.
 
 Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
---ignore-tags, and --page-requisites; improved documentation; etc.
+--ignore-tags, and --page-requisites; improved documentation; etc. Was
+the principle maintainer of GNU Wget for some time.
 
-Christian Fraenkel.  Implemented SSL support.
+Christian Fraenkel.  Initially implemented SSL support.
 
-Thomas Lussnig.  Implemented IPv6 support.
+Thomas Lussnig.  Initially implemented IPv6 support.
 
 Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
 prototype implementation of the new recursive code, and more.
+Co-maintained Wget during the 1.8 release cycle.
 
-Gisle Vanem.  Contributed Windows improvements, including a port of
-run_with_timeout to Windows, additions to Makefiles, and many bug
-reports and fixes.
+Gisle Vanem.  Contributed Windows and MS-DOS improvements, including a
+port of run_with_timeout to Windows, additions to Makefiles, and many
+bug reports and fixes.
 
 Mauro Tortonesi.  Improved IPv6 support, adding support for dual
-family systems.  Refactored and enhanced FTP IPv6 code.
+family systems.  Refactored and enhanced FTP IPv6 code. Maintained GNU
+Wget from 2004-2007.
+
+Nicolas Schodet.  Contributed to cookie code and documentation.
+
+Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
+originally written for curl donated for use in GNU Wget.
+
+Micah Cowan.  Maintained Wget from mid-2007 to mid-2010.
+
+Ralf Wildenhues.  Contributed patches to convert Wget to use Automake as
+part of its build process, and various bugfixes.
+
+Steven Schubiger.  Many helpful patches, bugfixes and improvements.
+Notably, conversion of Wget to use the Gnulib quotes and quoteargs
+modules, and the addition of password prompts at the console, via the
+Gnulib getpasswd-gnu module.
+
+Ted Mielczarek.  Support for parsing links from CSS.
+
+Saint Xavier.  Support for IRIs (RFC 3987).
+
+Giuseppe Scrivano.  Added support for HTTP/1.1.  Current Wget maintainer.