X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=AUTHORS;h=daa005e7963825d98f5a0e0acd42788e452c3b37;hp=b8faa15981af84b9d399a939e56f1be5dee4014a;hb=4d7c5e087b2bc82c9f503dff003916d1047903ce;hpb=7c9156e74aa4064313b8e90f71986e3bea2f5e42 diff --git a/AUTHORS b/AUTHORS index b8faa159..daa005e7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,18 +1,42 @@ Authors of GNU Wget. [ Note that this file does not attempt to list all the contributors to - Wget; look at the ChangeLog for that. This is a list of people who - contributed sizeable amounts of code and assigned the copyright to the - FSF. ] + Wget; look at the ChangeLogs for that. This is a list of people who + contributed sizeable amounts of code and assigned the copyright to + the FSF. ] Hrvoje Niksic. Designed and implemented Wget. Gordon Matzigkeit. Wrote netrc.c and netrc.h. -Darko Budor. Added Windows support, wrote wsstartup.c, wsstartup.h -and windecl.h. +Darko Budor. Wrote initial support for Windows, wrote wsstartup.c, +wsstartup.h and windecl.h. (The files were later renamed, but his +code and ideas remained present.) Junio Hamano. Added support for FTP Opie and HTTP digest authentication. -Dan Harkless. Added --backup-converted, --follow-tags, and --ignore-tags, etc. +Dan Harkless. Added --backup-converted, --follow-tags, --html-extension, +--ignore-tags, and --page-requisites; improved documentation; etc. Was +the principle maintainer of GNU Wget for some time. + +Christian Fraenkel. Initially implemented SSL 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. + +Mauro Tortonesi. Improved IPv6 support, adding support for dual +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.