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
ITriskTI
415a70bbd6
Fixed warning
...
WARNING: unknown option: --save-session-file
2016-01-29 13:21:17 +03:00
Tatsuhiro Tsujikawa
8f51793b19
Add --max-mmap-limit option
...
Set the maximum file size to enable mmap (see --enable-mmap
option). The file size is determined by the sum of all files contained
in one download. For example, if a download contains 5 files, then
file size is the total size of those files. If file size is strictly
greater than the size specified in this option, mmap will be disabled.
2016-01-29 00:14:30 +09:00
Tatsuhiro Tsujikawa
d648062851
Replace sourforge reference to the new site
2016-01-22 09:09:58 +09:00
Tatsuhiro Tsujikawa
eaaf33d9aa
Replace sourceforge references with aria2.github.io
2015-12-27 18:03:57 +09:00
Tatsuhiro Tsujikawa
d0ccb39880
Add system.listMethods RPC method
...
system.listMethods just returns the available RPC method names. It
can be executed without secret token, because it just returns the
method names, and does not alter anything.
See GH-437
2015-12-26 20:58:42 +09:00
Tatsuhiro Tsujikawa
b89dc77407
Update doc
2015-12-19 11:35:30 +09:00
Tatsuhiro Tsujikawa
97f3c3c27e
Update bash_completion
2015-12-06 22:30:27 +09:00
ITriskTI
3de11fa246
Update aria2c.rst
2015-12-01 15:40:23 +03:00
Tatsuhiro Tsujikawa
c63e315d3b
Update sphinx_rtd_theme
2015-11-29 19:01:10 +09:00
Tatsuhiro Tsujikawa
35f08f05ef
Add --bt-enable-hook-after-hash-check option
...
This option sets flag which allows hook command invocation after hash
check (see -V option) in BitTorrent download. By default, when hash
check succeeds, the command given by --on-bt-download-complete is
executed. To disable this action, give false to this option.
2015-11-29 18:54:19 +09:00
Tatsuhiro Tsujikawa
6a0638c158
Update doc
2015-11-28 14:12:34 +09:00
Tatsuhiro Tsujikawa
e8a9a366db
Add --socket-recv-buffer-size option
...
Set the maximum socket receive buffer in bytes. Specifing 0 will
disable this option. This value will be set to socket file descriptor
using SO_RCVBUF socket option with setsockopt() call.
See GH-487 about the usecase of this option
2015-11-28 14:12:23 +09:00
Tatsuhiro Tsujikawa
699f04d0b8
Disable --deferred-input when --save-session is used together
...
With --deferred-input=true, aria2 only reads input file to fill active
download slots, while keeping input file open. Meanwhile,
--save-session saves all download info inside memory, but this does
not take into account of unread item in input file. This will lead to
lose input data in saved session file. Also current BufferedFile
implementation used to read/write input/output file take a lock on
Windows. This effectively prevents session serializer from writing
session data to the same file which is still kept open because of
--deferred-input. See GH-493
2015-11-28 13:02:21 +09:00
Tatsuhiro Tsujikawa
f9ce272bf0
Document errorMessage in aria2.tellStatus RPC method response
2015-11-21 17:07:10 +09:00
Tatsuhiro Tsujikawa
9bce4eb925
doc: Use binary input mode in RPC example python code
2015-11-17 22:30:43 +09:00
Tatsuhiro Tsujikawa
e47b012969
mkapiref.py: Add class name to member functions and methods
2015-09-19 19:40:50 +09:00
Tatsuhiro Tsujikawa
8752a6f7cd
aria2c.rst: Update copyright year
2015-09-19 18:09:45 +09:00
Tatsuhiro Tsujikawa
79cdca5f5b
Merge branch 'pep-394' of https://github.com/wasamasa/aria2 into wasamasa-pep-394
2015-06-05 00:19:22 +09:00
Vasilij Schneidermann
080266ac04
Make script compatible with both Python 2 and 3
2015-06-04 16:10:53 +02:00