X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=AUTHORS;h=b7bfc14e226d7fa2f94bbf34d5456fcb1fd15c7d;hp=daa005e7963825d98f5a0e0acd42788e452c3b37;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=4d7c5e087b2bc82c9f503dff003916d1047903ce diff --git a/AUTHORS b/AUTHORS index daa005e7..b7bfc14e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,9 +28,9 @@ 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. Maintained GNU @@ -40,3 +40,17 @@ 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. Current Wget maintainer, from mid-2007. + +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).