X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=AUTHORS;h=feba105d3101cc0a1cefa887a90acd5fb3db9eb1;hp=219877e9a4fb65bad0661875c0f5d7ef8376215b;hb=HEAD;hpb=a97661b70f8500739982897f607ca30126054b27 diff --git a/AUTHORS b/AUTHORS index 219877e9..feba105d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -41,7 +41,18 @@ 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. +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.