~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to AUTHORS

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-06-26 16:46:25 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050626164625-jjcde8hyztx7xq7o
Tags: 1.10-2
* wget-fix_error--save-headers patch from upstream
  (closes: Bug#314728)
* don't pattern-match server redirects patch from upstream
  (closes: Bug#163243)
* correct de.po typos
  (closes: Bug#313883)
* wget-E_html_behind_file_counting fix problem with adding the
  numbers after the html extension
* updated Standards-Version: to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Authors of GNU Wget.
2
2
 
3
3
[ Note that this file does not attempt to list all the contributors to
4
 
  Wget; look at the ChangeLog for that.  This is a list of people who
5
 
  contributed sizeable amounts of code and assigned the copyright to the
6
 
  FSF. ]
 
4
  Wget; look at the ChangeLogs for that.  This is a list of people who
 
5
  contributed sizeable amounts of code and assigned the copyright to
 
6
  the FSF. ]
7
7
 
8
8
Hrvoje Niksic.  Designed and implemented Wget.
9
9
 
10
10
Gordon Matzigkeit.  Wrote netrc.c and netrc.h.
11
11
 
12
 
Darko Budor.  Added Windows support, wrote wsstartup.c, wsstartup.h
13
 
and windecl.h.
 
12
Darko Budor.  Wrote initial support for Windows, wrote wsstartup.c,
 
13
wsstartup.h and windecl.h.  (The files were later renamed, but his
 
14
code and ideas remained present.)
14
15
 
15
16
Junio Hamano.  Added support for FTP Opie and HTTP digest
16
17
authentication.
18
19
Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
19
20
--ignore-tags, and --page-requisites; improved documentation; etc.
20
21
 
21
 
Christian Fraenkel.  Implemented SSL support.
 
22
Christian Fraenkel.  Initially implemented SSL support.
22
23
 
23
 
Thomas Lussnig.  Implemented IPv6 support.
 
24
Thomas Lussnig.  Initially implemented IPv6 support.
24
25
 
25
26
Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
26
27
prototype implementation of the new recursive code, and more.
 
28
 
 
29
Gisle Vanem.  Contributed Windows improvements, including a port of
 
30
run_with_timeout to Windows, additions to Makefiles, and many bug
 
31
reports and fixes.
 
32
 
 
33
Mauro Tortonesi.  Improved IPv6 support, adding support for dual
 
34
family systems.  Refactored and enhanced FTP IPv6 code.
 
35
 
 
36
Nicolas Schodet.  Contributed to cookie code and documentation.
 
37
 
 
38
Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
 
39
originally written for curl donated for use in GNU Wget.