Tatsuhiro Tsujikawa
8785710e6b
Updated NEWS for 1.12.0 release.
2011-06-28 23:16:00 +09:00
Tatsuhiro Tsujikawa
909b09e260
Added aria2c.1.asciidoc translated in Russian. Thanks to ITriskTI for
...
translation.
Since aria2c.1 will be generated from aria2c.1.asciidoc, aria2c.1 was
removed from repository.
2011-06-28 22:47:13 +09:00
Tatsuhiro Tsujikawa
45430983d8
Move URI to spendUris_ when it is selected in
...
FileEntry::findFasterRequest().
2011-06-28 22:38:31 +09:00
Tatsuhiro Tsujikawa
bd4d3a27b3
Assign global::wallclock instead of calling Timer::reset().
2011-06-28 22:30:40 +09:00
Tatsuhiro Tsujikawa
5d498cb1ab
Take into account PREF_MAX_CONNECTION_PER_SERVER in
...
findFasterRequest(...,serverStatMan).
2011-06-28 21:27:31 +09:00
Tatsuhiro Tsujikawa
2906484345
Use ServerStat to find faster server.
2011-06-28 00:21:29 +09:00
Tatsuhiro Tsujikawa
ba6ab14235
Updated po templates.
2011-06-25 03:00:41 +09:00
Tatsuhiro Tsujikawa
97b6eb7eac
Updated Russian man page. Thanks to ITriskTI for translation.
2011-06-23 00:27:18 +09:00
Tatsuhiro Tsujikawa
068fb5798d
Bump up version number to 1.12.0
2011-06-21 22:42:31 +09:00
Tatsuhiro Tsujikawa
b95f0928f7
Added Russian translation of man page contributed by ITriskTI.
2011-06-21 21:38:34 +09:00
Tatsuhiro Tsujikawa
0f0d4b9a48
Documented that falloc can be used against NTFS(MinGW build only).
2011-06-20 23:28:19 +09:00
Tatsuhiro Tsujikawa
7aa41d25ac
Documented aria2.getGlobalStat RPC method in man page.
2011-06-17 23:15:26 +09:00
Tatsuhiro Tsujikawa
cc7bc0aad3
Added aria2.getGlobalStat RPC method.
...
It returns overall download/upload speed and the number of
active/stopped/waiting downloads.
2011-06-17 22:45:42 +09:00
Tatsuhiro Tsujikawa
bb7e2e69db
Call requestQueueCheck() even if reservedGroups_ is not empty.
2011-06-16 22:36:20 +09:00
Tatsuhiro Tsujikawa
beb9bb5646
Added --pause and --stream-piece-selector option to aria2rpc.
...
Short options for --max-connection-per-server and --min-split-size
option were also added.
2011-06-16 22:02:31 +09:00
Tatsuhiro Tsujikawa
58b9655ad4
Call requestQueueCheck() even if reservedGroups_ is not empty.
...
This is because if all downloads in reservedGroups_ are in paused
state, we have to call requestQueueCheck() for each new added
download.
2011-06-16 22:01:14 +09:00
Tatsuhiro Tsujikawa
eceb5109e4
Added stream-piece-selector in Input File section.
2011-06-16 21:46:52 +09:00
Tatsuhiro Tsujikawa
bea21e0afa
Added --stream-piece-selector option to -i list option.
2011-06-16 21:45:47 +09:00
Tatsuhiro Tsujikawa
1369febfbb
Documented --pause option.
2011-06-16 21:44:47 +09:00
Tatsuhiro Tsujikawa
d5c2ef4ce9
Added --pause option.
...
This option pauses download after added. This option is effective only
when --enable-rpc=true is given. When --save-session option is used
and there are paused downloads, they are saved with --pause=true so
that it will become paused state when the session is recovered.
2011-06-16 21:37:15 +09:00
Tatsuhiro Tsujikawa
c0d1e98133
Abort aria2 if it could not setup any RPC server.
2011-06-15 22:19:09 +09:00
Tatsuhiro Tsujikawa
fae5e143f0
Documented --truncate-console-readout option in man page.
2011-06-15 20:31:41 +09:00
Tatsuhiro Tsujikawa
561dafc942
Added --truncate-console-readout option.
...
This option truncates console readout to fit in a single line. This
is default. Give false value to this option to tell aria2 not to
truncate console readout.
2011-06-15 20:27:14 +09:00
Tatsuhiro Tsujikawa
e3e7a420de
Cache and reuse RpcMethod objects.
2011-06-15 20:07:10 +09:00
Tatsuhiro Tsujikawa
d1885a5874
Allowed missing params in system.multicall RPC method.
2011-06-15 00:42:50 +09:00
Tatsuhiro Tsujikawa
2d92571cf9
Moved jsonRpc flag from RpcMethod to RpcRequest.
...
Now RpcMethod is stateless, so we can cache and reuse them.
2011-06-15 00:19:07 +09:00
Tatsuhiro Tsujikawa
ba9673be1d
Initialized member variables of DownloadResult in its ctor.
2011-06-12 00:51:36 +09:00
Tatsuhiro Tsujikawa
65ec9e98df
Replaced InOrder with Inorder.
2011-06-11 21:49:09 +09:00
Tatsuhiro Tsujikawa
8566fde624
Documented --stream-piece-selector option in man page.
2011-06-11 21:42:11 +09:00
Tatsuhiro Tsujikawa
deaea9537b
Added --stream-piece-selector option.
...
This option specifies piece selection algorithm used in HTTP/FTP
download. Piece means fixed length segment which is downloaded in
parallel in segmented download. If 'default' is given, aria2 selects
piece so that it reduces the number of establishing connection. This
is reasonable default behaviour because establishing connection is an
expensive operation. If 'inorder' is given, aria2 selects piece which
has minimum index. Index=0 means first of the file. This will be
useful to view movie while downloading it. --enable-http-pipelining
option may be useful to reduce reconnection overhead. Please note
that aria2 honors --min-split-size option, so it will be necessary to
specify a reasonable value to --min-split-size option.
2011-06-11 21:41:56 +09:00
Tatsuhiro Tsujikawa
595a514b17
Fixed typo
2011-06-11 18:03:33 +09:00
Tatsuhiro Tsujikawa
cc82da3bab
Added StreamPieceSelector class.
...
This class abstracts the piece selection algorithm for HTTP/FTP
download.
2011-06-11 17:34:17 +09:00
Tatsuhiro Tsujikawa
533cdfa850
Removed unnecessary template parameter from std::make_pair call.
...
The patch was contributed from Dan Fandrich.
2011-06-10 21:11:03 +09:00
Tatsuhiro Tsujikawa
51dc544f2b
Logged invoked RPC method name.
2011-06-07 23:33:04 +09:00
Tatsuhiro Tsujikawa
e958f5dab3
Implemented fast file allocation in MinGW32 build.
...
We use SetFilePointerEx and SetEndOfFile to allocate extents. This
only works with NTFS. To enable this feature, --file-allocation=falloc
must be given.
2011-06-07 01:09:38 +09:00
Tatsuhiro Tsujikawa
867cab6df1
Small code cleanup
2011-06-01 01:43:31 +09:00
Tatsuhiro Tsujikawa
2799c9f0cc
Only percent-encode non-printable ASCII chars(0x00-0x1f), non-ASCII
...
chars(>0x7f), ' ', '"', '<' and '>' for URIs supplied by user and
remote server(usually Location header field).
2011-06-01 01:34:30 +09:00
Tatsuhiro Tsujikawa
74a049ddfc
Don't throw exception if Z_BUF_ERROR is encountered in
...
GZipDecodingFilter.
2011-05-30 23:10:06 +09:00
Tatsuhiro Tsujikawa
34207cda01
Don't throw exception if Z_BUF_ERROR is encountered in GZipEncoder.
2011-05-30 23:04:48 +09:00
Tatsuhiro Tsujikawa
70b7394b21
Updated doc for --save-session option.
2011-05-29 21:07:27 +09:00
Tatsuhiro Tsujikawa
4784114281
Don't save removed download in --save-session text file.
...
Now stat column of removed downloads in Download Results is 'RM'
instead of INPR.
2011-05-29 20:59:45 +09:00
Tatsuhiro Tsujikawa
058fdbc42b
Updated NEWS
2011-05-21 00:12:05 +09:00
Tatsuhiro Tsujikawa
30dee631d5
Updated Japanese, Spanish and Simplified Chinese translation.
...
Thanks to all translators.
2011-05-21 00:10:31 +09:00
Tatsuhiro Tsujikawa
0f9b59cdce
Fixed compile error with g++-4.6.1
2011-05-21 00:04:25 +09:00
Tatsuhiro Tsujikawa
36c125c7a2
Updated po templates
2011-05-20 23:54:53 +09:00
Tatsuhiro Tsujikawa
fbba1010ee
Require gnutls >= 2.2.0
2011-05-20 20:45:09 +09:00
Tatsuhiro Tsujikawa
c6b71eac8f
Updated doc for --save-session option.
2011-05-19 19:01:17 +09:00
Tatsuhiro Tsujikawa
5cef1cb15c
Added missing base_uri.xml to EXTRA_DIST
2011-05-16 23:28:33 +09:00
Tatsuhiro Tsujikawa
0c65c3606e
Made bool type argument as optional.
2011-05-16 22:49:53 +09:00
Tatsuhiro Tsujikawa
4dc71647f8
Added --metalink-base-uri option to -i list options.
2011-05-16 22:45:53 +09:00