-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangeLog
65 lines (47 loc) · 1.9 KB
/
ChangeLog
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
EnderUNIX Aget ChangeLog
* Tue May 12 08:25:29 EEST 2009
Version 0.4.1 adds/changes the following:
- Fixed errno problem on newer glibc's
- Large file support (files bigger than 2 GB)
(Thanks to Siwei Liu of Sun Microsystems)
* Fri Nov 22 07:44:20 EET 2002
Version 0.4 adds/changes the following:
- Fixed bugs in Resume code.
- Fixed miscalculations in the progress indicator
* Fri Sep 20 18:11:11 EEST 2002
Version 0.39 adds/changes the following:
- Hafiye is not 100 % POSIX compliant now.
pread/pwrite functions are now used to
simultaneously write to the local file.
- Because of pwrite, the local file is not
assembled at the end now, it's assembled
at the same time. This speeds up large
downloads; since previously lots of I/O was used
to assemble the file. This is now decreased by
at least fifty percent.
- Solaris bug fixed.
- Resume support.
- Some more options:
-p [port number to connect to]
-l [local file name, if different from the remote file]
-f [force use of suggested number of threads]
- A progress indicator has been added.
- Code has been re-arranged. Since aget starts
to become larger, that was a need.
- A README-Developer has been added for
developers who want to contribute to aget.
* Fri May 3 23:25:08 EEST 2002
Version 0.2p1 adds/changes the following:
- getopt() problem is now solved,
The program should really run on Posix systems.
I've tested it on Linux, FreeBSD ans Solaris.
- If no thread number is supplied, it is defaulted to 1.
- A Solaris Makefile is added to the tarball.
* Wed May 1 18:15:32 EEST 2002
Version 0.2 adds/changes the following:
- File is now created seperately in each thread
and later, it is assembled.
Thus, some overhead from locking and unlocking of
the mutex has been decreased.
* Wed May 1 10:43:44 EEST 2002
First Public Release: 0.1