X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=AUTHORS;h=b7bfc14e226d7fa2f94bbf34d5456fcb1fd15c7d;hp=94adf57e4331378ea10d60e31e558f8d61bab8a4;hb=fb0946c7fc6f1831894e8fd67389c0bc74a387b8;hpb=ec4f9ffcd4fec2bde3ecd8f7452d5ce373e04dbd diff --git a/AUTHORS b/AUTHORS index 94adf57e..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 @@ -42,3 +42,15 @@ 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).