forked from axel-download-accelerator/axel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCREDITS
284 lines (184 loc) · 6.76 KB
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
2.17.5 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
* Evangelos Foutras <[email protected]>
Read the ChangeLog to see the changes.
2.17.4 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
- Documentation:
* Jeong Ukjae <[email protected]>
Fixed Footnotes
* Joao Eriberto Mota Filho <[email protected]>
Fixed a typo
* Andrew Mussey <[email protected]>
Fixed a typo
- Translations:
* Ismael Luceno <[email protected]>
Updated all translations
Read the ChangeLog to see the changes.
2.17.3 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
* Kun Ma <[email protected]>
Read the ChangeLog to see the changes.
2.17.2 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
* Kun Ma <[email protected]>
Read the ChangeLog to see the changes.
2.17.1 version:
- Changes in source code by:
* Evangelos Foutras <[email protected]>
* Ismael Luceno <[email protected]>
Read the ChangeLog to see the changes.
2.17 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
* Shankar <[email protected]>
- Translations:
* Ismael Luceno <[email protected]>
Updated all translations
Read the ChangeLog to see the changes.
2.16.1 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
Read the ChangeLog to see the changes.
2.16 version:
- Changes in source code by:
* Ismael Luceno <[email protected]>
- Translations:
* Ismael Luceno <[email protected]>
Spanish translation
Updated Portuguese translation
Read the ChangeLog to see the changes.
2.15 version:
- Changes in source code by:
* Antonio Quartulli <[email protected]>
* Ismael Luceno <[email protected]>
- Translations:
* Nicol Dalla Longa <[email protected]>
Italian translation
* Casa Taloyum <[email protected]>
Added some missing Simplified Chinese translation strings
* Mahyuddin <[email protected]>
Indonesian translation
Read the ChangeLog to see the changes.
2.14.1 version:
- Changes in source code by:
* Antonio Quartulli <[email protected]>
* Ismael Luceno <[email protected]>
* Joao Eriberto Mota Filho <[email protected]>
Read the ChangeLog to see the changes.
2.14 version:
- Changes in source code by:
* Antonio Quartulli <[email protected]>
* Ismael Luceno <[email protected]>
* Joao Eriberto Mota Filho <[email protected]>
* sumit agrawal <[email protected]>
Read the ChangeLog to see the changes.
2.13 and 2.13.1 versions:
- Ismael Luceno <[email protected]> is officially coordinating the Axel
development.
- Changes in source code by:
* David Polverari <[email protected]>
* Ismael Luceno <[email protected]>
* Joao Eriberto Mota Filho <[email protected]>
* nemermollon <[email protected]>
* Stephen Thirlwall <[email protected]>
* Vlad Glagolev <[email protected]>
Read the ChangeLog to see the changes.
2.12 version:
- Denis Denisov <[email protected]>
Made some adjustments in README.md file.
- Joao Eriberto Mota Filho <[email protected]>
Using distclean-local instead of clean-local to be compliant with automake
rules. https://www.gnu.org/software/automake/manual/html_node/Clean.html
- Lion Yang <[email protected]>
Updated translation to ja.
- Mingcong Bai <[email protected]>
Updated and fixed translation to zh_CN.
- Phillip Berndt <[email protected]>
Added a feature to extract file sizes from the Content-Range header. More
details here:
https://github.com/axel-download-accelerator/axel/commit/bcc98626791eb082c992d578fe93be72cfedef51
- Stephen Thirlwall <[email protected]>
Fixed rpl_malloc not found when cross-compiling.
Help to verify and approve some pull requests.
2.11 version:
- Sjjad Hashemian <[email protected]>
Set SSL auto-retry mode. This fixes SSL WANT_READ error which causes
'Connection gone' error sometimes.
2.10 version:
- Denis Denisov <[email protected]>
Implemented the reactivation of connections from state file, similar to
'dynamic segmentation', as explained at
http://www.internetdownloadmanager.com/support/segmentation.html
- Osamu Aoki <[email protected]>
Clarifyed the usage of multiple URLs in manpage.
From Debian bug #621728.
- Sjjad Hashemian <[email protected]>
Specify filename from http header Content-Disposition, according to
https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
- Stephen Thirlwall <[email protected]>
HTTPS/FTPS! A great work!
2.7 version:
- Mridul Malpotra <[email protected]>
Fixed num_connections error when invalid values are given.
- Stephen Thirlwall <[email protected]>
Removed generated files from source control.
2.6 version:
- Ivan Gimenez <[email protected]>
commit dcce1f7
Fix compilation warnings.
Patch sent by email on 2016-03-02
Thanks a lot!
- Stephen Thirlwall <[email protected]>
Alterate display expands to terminal width.
2.5 version:
- Barry deFreese <[email protected]>
Build over GNU/Hurd.
- Mark Smith <[email protected]>
IPv6 support.
- Osamu Aoki <[email protected]>
Added translation to Japanese.
Honor noopt when buildind.
Up to the 2.4 version:
An not-quite-sorted list of people who helped somehow:
- Philipp Hagemeister <[email protected]>
Bug triage and patches to fix bugs
- bbbush <[email protected]>
RPM spec file
- newhren <[email protected]>
Russian translation
- Eli Yukelzon <[email protected]>
Custom Header Support
- David Turnbull <[email protected]>
Large file support
- Hermann J. Beckers <[email protected]>
German translation.
- Martin Herrman <[email protected]>
Requested the human-readable time/size values.
Advertising in the Dutch Linux User's Manual. (http://2mypage.cjb.net/)
- Marten Klencke <[email protected]>
Early tester.
- Danny Oude Bos <[email protected]>
For having an iMac with a very badly-behaving FTP server...
- Ralph Slooten <[email protected]>
For creating the initial native RPM packages instead of my alienated
.debs.
- Robert <[email protected]>
For patching the program to make it work on FreeBSD and Darwin.
For finding some very stupid bugs.
- Sjoerd Hemminga <[email protected]>
For adding the finish_time feature. It's not yet in the user interface,
though...
For writing axelq.
- Paul Evans <[email protected]>
For being a very good beta tester.
For creating axel-kapt. (deprected in 2.5 version, see the CHANGES file)
- Justin A <[email protected]>
For some testing and for the new (multi-URL) syntax idea.
- Sebastian Ritterbusch <[email protected]>
For some interesting ideas for the new versions.
For writing the alternate progress indicator.