Commit Graph

646 Commits

Author SHA1 Message Date
Tatsuhiro Tsujikawa
2efc5a9288 Document --content-disposition-default-utf8 opiton 2016-12-31 14:11:12 +09:00
Tatsuhiro Tsujikawa
4233474471 Update doc 2016-12-04 14:23:03 +09:00
ITriskTI
d9f2f1c684 Update aria2c.rst 2016-11-27 00:01:27 +03:00
Tatsuhiro Tsujikawa
63f47cbbc5 Document about ${HOME} expansion 2016-11-23 22:52:27 +09:00
Tatsuhiro Tsujikawa
9d58ad912a Document that libaria2 is not thread safe 2016-11-16 22:10:42 +09:00
Tatsuhiro Tsujikawa
3740a2aef8 Update bash_completion 2016-10-16 17:06:03 +09:00
ITriskTI
7be69be3b4 Update aria2c.rst 2016-09-29 16:28:18 +03:00
Tatsuhiro Tsujikawa
ae78d7f7d0 Enable --keep-unfinished-download-result by default 2016-09-26 22:07:35 +09:00
Tatsuhiro Tsujikawa
55f311a908 Add --keep-unfinished-download-result option
This option keeps unfinished download results even if doing so exceeds
--max-download-result. This is useful if all unfinished downloads must
be saved in session file (see --save-session option). Please keep in
mind that there is no upper bound to the number of unfinished download
result to keep.  User should use this option only when they know the
total number of downloads in advance.
2016-09-24 11:42:43 +09:00
Tatsuhiro Tsujikawa
d73dd9c372 Fix typo found by Debian's Lintian 2016-09-03 22:46:10 +09:00
ITriskTI
88d5a2a32d Update aria2c.rst 2016-08-30 18:48:42 +03:00
Nils Maier
414dd14dec Add --save-not-found option 2016-08-30 14:23:42 +02:00
Florian Gamböck
98f773f3fa aria2mon: Add secret parameter to getFiles call 2016-08-06 12:39:40 +02:00
Florian Gamböck
e39e1e11a4 aria2mon: Replace client.call with local method 2016-08-06 12:36:14 +02:00
Artur Petrov
dd1a3acac6 Reorder a note section in aria2c.rst 2016-08-04 02:49:24 +03:00
Tatsuhiro Tsujikawa
ede9932a10 bash_completion: Add missing options which takes one of pre-defined values 2016-08-02 22:28:26 +09:00
ITriskTI
48b299afe5 Update aria2c.rst 2016-08-01 11:54:27 +03:00
Nils Maier
665a1d1b35 Better auto-renaming
Up until now aria2 file auto renaming worked by just appending a new
unique number to the file path, behind the file name extension, if any,
changing what most other programs consider the file extension in the
process.
Now, aria2 will attempt to insert the number before the file extension,
leaving the extension intact, so that e.g. a ".jpg" still is a ".jpg"
file and opens in your configured image viewer when clicking it.
If a file has no extension (incl. so called "dot files"), the number
will be appended to the file name as usual.

Note: This is a potentially breaking change that might break third party
scripts that rely on aria2 auto file renaming producing a certain format
for renamed files. Please fix your scripts accordingly.

Closes GH-709
2016-07-19 20:55:41 +02:00
Tatsuhiro Tsujikawa
66976ea4b1 Update doc 2016-07-18 17:41:56 +09:00
Tatsuhiro Tsujikawa
a9fe783484 aria2mon: Add --secret option 2016-07-05 23:46:17 +09:00
ITriskTI
ae2bda8222 Update aria2c.rst 2016-06-27 14:13:57 +03:00
Tatsuhiro Tsujikawa
2365c91994 Document that -o is always relative to -d option 2016-06-21 22:50:37 +09:00
ITriskTI
0d02f12125 Update aria2c.rst 2016-06-09 21:49:47 +03:00
ITriskTI
21bac1ccc0 local IP address to DHT
for commit 3e00be26e8
2016-06-09 18:50:09 +03:00
Tatsuhiro Tsujikawa
d658fdecc6 Document about restart when certain option is changed by RPC method 2016-05-22 21:07:00 +09:00
Tatsuhiro Tsujikawa
724d036b3a Update bash_completion 2016-05-15 18:56:05 +09:00
ITriskTI
47c5377fc9 Update aria2c.rst 2016-04-29 09:53:20 +03:00
Tatsuhiro Tsujikawa
94a45bfbfc Documented new options 2016-04-27 00:28:27 +09:00
Tatsuhiro Tsujikawa
e8bd019570 Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 2016-04-18 22:31:07 +09:00
ITriskTI
3a6f39ca7a Update aria2c.rst 2016-04-18 15:54:39 +03:00
Tatsuhiro Tsujikawa
7f2f83c6fb Document verifiedLength and verifiedIntegrityPending keys in the manual 2016-04-16 00:01:20 +09:00
Tatsuhiro Tsujikawa
cf1dd06d03 Merge branch 'system.listNotifications' of https://github.com/sonnyp/aria2 into sonnyp-system.listNotifications 2016-04-15 23:26:38 +09:00
Tatsuhiro Tsujikawa
d3b60d17f9 Update bash_completion 2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
59c625b1fd Update sphinx_rtd_theme 2016-04-11 23:16:07 +09:00
Sonny Piers
d3f16a5711 system.listNotifications RPC method 2016-04-08 18:09:50 +02:00
ITriskTI
424322c9e1 Update aria2c.rst 2016-04-03 22:59:54 +03:00
Tatsuhiro Tsujikawa
458d42c1e1 Add description about possible fragmentation with --file-allocation=trunc 2016-04-03 18:32:23 +09:00
Tatsuhiro Tsujikawa
b11a1c04f7 Update doc 2016-03-26 18:06:23 +09:00
Tatsuhiro Tsujikawa
9b607bbae0 Merge pull request #597 from ITriskTI/patch-2
Update aria2c.rst
2016-03-17 22:43:32 +09:00
ITriskTI
87f52ba113 Update aria2c.rst 2016-03-16 21:27:22 +03:00
ITriskTI
87d19f5fbd little fix 2016-03-16 21:25:21 +03:00
Tatsuhiro Tsujikawa
7f8ae7dc60 Document --optimize-concurrent-downloads option in manual page 2016-03-16 22:18:09 +09:00
ITriskTI
e9b94ecffd Update aria2c.rst 2016-03-06 12:15:34 +03:00
Tatsuhiro Tsujikawa
21754fa103 Add following to aria2.tellStatus response key as reverse link for followedBy 2016-03-05 14:20:42 +09:00
Tatsuhiro Tsujikawa
b0909469cd Update bash_completion 2016-02-16 00:33:44 +09:00
ITriskTI
70e46516a1 Update aria2c.rst 2016-02-03 17:29:22 +03:00
Tatsuhiro Tsujikawa
a0d851ddfa Fix typo 2016-02-03 22:22:07 +09:00
Tatsuhiro Tsujikawa
25615fcb17 Add "seeder" key to tellStatus RPC response 2016-02-03 22:21:37 +09:00
Tatsuhiro Tsujikawa
0b7ee8be21 Merge pull request #548 from ITriskTI/patch-2
Update aria2c.rst
2016-01-29 21:12:03 +09:00
ITriskTI
e48cd33e3f Update aria2c.rst 2016-01-29 13:25:26 +03:00