X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=AUTHORS;h=5b4be05bd09b6af4a46401571bcf6dbae69e05c4;hp=8895a3c9b2f83b9280c74de60ed7191dcca1b920;hb=2e2c816057233cc57321a98f2fdf480c7446798e;hpb=7931200609abea24cedfc96bb890aef9c1c7f0b2 diff --git a/AUTHORS b/AUTHORS index 8895a3c9..5b4be05b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,19 +1,36 @@ 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, --ignore-tags, and ---page-requisites; improved documentation, etc. +Dan Harkless. Added --backup-converted, --follow-tags, --html-extension, +--ignore-tags, and --page-requisites; improved documentation; etc. + +Christian Fraenkel. Implemented SSL support. + +Thomas Lussnig. Implemented IPv6 support. + +Ian Abbott. Contributed bugfixes, Windows-related fixes, provided a +prototype implementation of the new recursive code, and more. + +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. + +Nicolas Schodet. Contributed to cookie code and documentation.