Tatsuhiro Tsujikawa
8bbb17561f
Merge branch 'patch-3' of https://github.com/ITriskTI/aria2 into ITriskTI-patch-3
2015-01-13 23:39:01 +09:00
ITriskTI
b8e6ae2a55
Update aria2c.rst
2015-01-13 16:13:44 +03:00
ITriskTI
9c78825fa5
Update aria2c.rst
2015-01-13 16:05:15 +03:00
ITriskTI
1aa4f33333
Fix typo
2015-01-13 16:00:17 +03:00
Tatsuhiro Tsujikawa
7bbf209a02
Escape \ in rst doc
2015-01-12 17:50:24 +09:00
Tatsuhiro Tsujikawa
c653c72dc8
Add --bt-force-encryption option
...
This option requires BitTorrent message payload encryption with
arc4. This is a shorthand of --bt-requre-crypto
--bt-min-crypto-level=arc4. If true is given, deny legacy BitTorrent
handshake and only use Obfuscation handshake and always encrypt
message payload. This option defaults to false.
2015-01-12 17:46:20 +09:00
ITriskTI
634e1fe73f
Update aria2c.rst
2014-12-06 14:21:43 +03:00
Tatsuhiro Tsujikawa
73d752fb1c
Add --min-tls-version option
...
The --min-tls-version option specifies minimum SSL/TLS version to
enable. Possible Values: SSLv3, TLSv1, TLSv1.1, TLSv1.2 Default: TLSv1
2014-12-06 17:50:35 +09:00
Tatsuhiro Tsujikawa
ae50b93795
Fix typo
2014-10-27 21:33:32 +09:00
Tatsuhiro Tsujikawa
3b68e1d08c
Fix doc: Wrong rpc secret token prefix
2014-10-16 22:37:13 +09:00
ITriskTI
199029143b
Update aria2c.rst
2014-10-13 22:16:27 +03:00
Tatsuhiro Tsujikawa
f72a303b8d
Add --bt-detach-seed-only option
...
This option excludes seed only downloads when counting concurrent
active downloads (-j option). This means that if -j3 is given and
this option is turned on and 3 downloads are active and one of those
enters seed mode, then it is excluded from active download count (thus
it becomes 2), and the next download waiting in queue gets started.
But be aware that seeding item is still recognized as active download
in RPC method.
2014-10-14 00:13:29 +09:00
ITriskTI
d6fcc50ebd
Update aria2c.rst
2014-10-05 15:21:07 +03:00
Tatsuhiro Tsujikawa
ddee21ce96
doc: Fix default value of --peer-id-prefix
2014-10-04 22:42:27 +09:00
Tatsuhiro Tsujikawa
bee7a8317c
Update doc
2014-09-12 02:02:33 +09:00
Tatsuhiro Tsujikawa
9658255a30
Update bash_completion
2014-09-12 01:17:02 +09:00
ITriskTI
19ec70b196
Update aria2c.rst
2014-08-30 13:07:38 +03:00
Tatsuhiro Tsujikawa
b8b291187d
Remove trac-wiki link
...
sf.net pulled the plug of hosted apps including trac-wiki. The link
to the wiki has not worked for some time now. We submit issue to
sf.net to migrate the wiki content to current sf.net standard wiki.
When the migration is done, we'll add the link to it in the doc.
2014-08-29 23:27:38 +09:00
Nils Maier
8732a24433
Try to set sane limits for RLIMIT_NO_FILE
...
E.g. on OSX the default is 256, which isn't exactly compatible with
torrent downloads.
Closes GH-257
2014-07-22 21:58:31 +02:00
Tatsuhiro Tsujikawa
4b6f4040ac
Update bash_completion
2014-07-13 23:40:34 +09:00
ITriskTI
f1de5bac08
Update aria2c.rst
2014-07-12 18:36:21 +03:00
Tatsuhiro Tsujikawa
4b9b1784f1
Document --pause-metadata option in man page
2014-06-21 00:58:21 +09:00
Tatsuhiro Tsujikawa
e2932608fc
Add --pause-metadata option
...
This option pauses downloads created as a result of metadata
download. There are 3 types of metadata downloads in aria2: (1)
downloading .torrent file. (2) downloading torrent metadata using
magnet link. (3) downloading metalink file. These metadata downloads
will generate downloads using their metadata. This option pauses these
subsequent downloads.
2014-06-21 00:58:21 +09:00
Nils Maier
d02ee723bd
Improve aria2.rst and usage texts a bit.
...
(Keep in mind that I'm not a native speaker either)
- Fix some typos.
- Fix some grammar stuff.
- Clarify some things.
- Add a new paragraph or two...
2014-05-20 18:02:47 +02:00
Tatsuhiro Tsujikawa
49d4585890
Update bash_completion
2014-03-23 21:34:13 +09:00
Tatsuhiro Tsujikawa
31839e4cfc
Merge branch 'patch-1' of https://github.com/ITriskTI/aria2 into ITriskTI-patch-1
2014-03-15 21:04:24 +09:00
Tatsuhiro Tsujikawa
169cd6a309
aria2rpc: Fix non-TLS connection
2014-03-15 19:28:46 +09:00
ITriskTI
e890dac87f
Update aria2c.rst
2014-03-15 13:01:42 +03:00
David Macek
4dea7ae5cf
ENH: Added support for RPC channel encryption in aria2rpc
2014-03-11 10:54:18 +01:00
Tatsuhiro Tsujikawa
a8319a8b78
Add aria2.saveSession RPC method
...
This method saves the current session to a file specified by
--save-session option. This method returns "OK" if it succeeds.
2014-02-19 22:02:50 +09:00
ITriskTI
8aff857f76
Update aria2c.rst
2014-02-15 15:15:39 +03:00
Tatsuhiro Tsujikawa
1462d6536a
Add numStoppedTotal key to aria2.getGlobalStat() RPC method response
...
It shows the number of stopped downloads in the current session and
not capped by --max-download-result option. On the other hand, the
existing numStopped key also shows the number of stopped downloads,
but it is capped by --max-download-result option.
2014-02-15 19:10:48 +09:00
Tatsuhiro Tsujikawa
bdc9c8a991
Document --dscp option in manual page
2014-02-04 21:55:35 +09:00
Tatsuhiro Tsujikawa
7d1aa887ee
Add future deprecation warning to --rpc-user and --rpc-passwd
2014-02-02 17:58:56 +09:00
Tatsuhiro Tsujikawa
7f6987a4b4
Implement new RPC authorization using --rpc-secret option
2014-02-02 17:34:07 +09:00
Tatsuhiro Tsujikawa
30e4077440
Add --enable-color option to enable/disable terminal color output
2014-01-30 00:15:05 +09:00
Tatsuhiro Tsujikawa
2571bf4a36
Update copyright year to 2014
2014-01-05 20:54:52 +09:00
Nils Maier
caf7213bad
Fix theme path (out-of-tree-builds)
...
Closes GH-164
2013-12-09 16:56:57 +01:00
Nils Maier
32e569ab16
Fix broken EXTRA_DIST
2013-12-09 16:38:45 +01:00
Tatsuhiro Tsujikawa
6f2648f891
Update doc
2013-12-09 23:12:17 +09:00
Tatsuhiro Tsujikawa
dc757f49b6
doc: Use sphinx_rtd_theme
2013-12-07 15:34:23 +09:00
ITriskTI
efe7d10b18
Update aria2c.rst
2013-12-04 14:57:05 +03:00
Nils Maier
4ce8c4021d
Update the docs regardings TLS support
2013-11-20 10:48:15 +01:00
ITriskTI
c68297498d
Update aria2c.rst
2013-11-17 21:29:37 +03:00
Tatsuhiro Tsujikawa
4d105a2686
Limit number of opened file globally with --bt-max-open-files option
...
This change changes the behavior of --bt-max-open-files. Previously,
it specifies the maximum number of opened files for each multi-file
download. Since it is more useful to limit the number globally, the
option now specifies the global limit. This change suggests that
aria2.changeOption() method now ignores --bt-max-open-files and
aria2.changeGlobalOption now reads it and dynamically change the
limit.
2013-11-17 19:33:18 +09:00
ITriskTI
667a4725e8
Update aria2c.rst
2013-10-01 10:32:05 +03:00
Nils Maier
1065f9d964
Document that AppleTLS, WinTLS does not support --ca-certitifcate
2013-09-30 16:49:32 +02:00
Nils Maier
41bee45792
Document WinTLS, AppleTLS, PKCS12 for --certificate
2013-09-30 16:49:10 +02:00
Nils Maier
9768aa9fad
WinTLS: Document PKCS12-only support.
2013-09-30 13:53:21 +02:00
Tatsuhiro Tsujikawa
cf5b049999
Merge branch 'patch-2' of https://github.com/ITriskTI/aria2 into ITriskTI-patch-2
2013-09-25 21:33:23 +09:00
ITriskTI
f2137eb784
Fixed a typo in the English manual
...
Closes #133
2013-09-25 02:51:31 +02:00
ITriskTI
5787b1e161
Update aria2c.rst
2013-09-24 22:39:09 +03:00
Nils Maier
2f1f45bcc5
Document PKCS12 availability
2013-09-22 12:55:27 +02:00
Nils Maier
7ca627bfe9
Fix out-of-tree builds of libaria2api
...
Also it's not just the `html` target that needs libaria2api generated.
The fix is mighty ackward, as it is not really out-of-tree: libaria2api
still will be but into the srcdir. I settled for this because trying to
do a real include from the build dir is really a mess, either requireing
heavy pre-processing or a custom sphinx Include directive :p
2013-09-09 23:35:15 +02:00
ITriskTI
d668a8a604
Update aria2c.rst
2013-09-03 09:23:43 +03:00
Nils Maier
72c5aaa31a
Give hint on how to install sphinx-build
...
... and remove trailing parenthesis from warning messages
2013-08-24 20:09:39 +02:00
Tatsuhiro Tsujikawa
d87365efc6
Use @echo instead of $(warning ...) to suppress warning on autoreconf
2013-08-21 00:40:30 +09:00
Nils Maier
02c65e0eca
Always build doc/manual-src
...
Should sphinx-build be not available AND the man file not be prsent,
then just "touch" it into existence (and warn about that)
2013-08-19 00:16:54 +02:00
Nils Maier
322bd45cfb
Check for sphinx-build during configure
2013-08-18 05:27:17 +02:00
Nils Maier
4be7ec380f
Change defaults: Enable 16M disk cache by default.
2013-08-12 20:51:19 +02:00
Tatsuhiro Tsujikawa
de55569de5
Always save control file if --force-save is given
2013-07-28 18:07:29 +09:00
Tatsuhiro Tsujikawa
4ff6a9f1d4
Do the same doc improvements to --follow-metalink
2013-06-12 21:37:30 +09:00
gt
75d3e6f4dd
Improvements to --follow-torrent=false documentation.
2013-06-11 23:49:09 +05:30
Tatsuhiro Tsujikawa
e8b27b7017
libaria2.rst: Fix typo
2013-05-28 23:45:29 +09:00
Tatsuhiro Tsujikawa
91e0fdbc24
Remove clean-local not to remove generated man pages with `make clean`
...
Because we don't require sphinx-doc to build distributed archive, the
man pages are generated when making distribution. And We want to keep
the generated man pages with `make clean` there.
2013-05-26 01:14:00 +09:00
Tatsuhiro Tsujikawa
42d3408b50
Add libaria2 tutorial
2013-05-21 23:53:21 +09:00
ITriskTI
8d2191e488
Update aria2c.rst
2013-05-18 15:45:51 +03:00
Tatsuhiro Tsujikawa
798dd406f2
Match ru and pt doc style to en version
2013-05-18 19:06:15 +09:00
Tatsuhiro Tsujikawa
aca6b0b68c
Update doc style
2013-05-18 19:01:49 +09:00
Tatsuhiro Tsujikawa
bb194f6c6b
Add missing docs to EXTRA_DIST
2013-05-18 17:14:24 +09:00
Tatsuhiro Tsujikawa
93db904e48
Add reference marker to EXIT STATUS section
2013-05-18 16:37:58 +09:00
Tatsuhiro Tsujikawa
8b7bac60ec
Update libaria2.rst
2013-05-18 16:35:50 +09:00
Tatsuhiro Tsujikawa
0ed4fec8a8
Update libaria2.rst
2013-05-18 16:27:13 +09:00
Tatsuhiro Tsujikawa
0adc4b795e
Add gid option to Input File section
2013-05-16 23:15:23 +09:00
Tatsuhiro Tsujikawa
c7c4d46672
Add changeOption and DownloadHandle::getOption API
...
In aria2c.rst, define section label for "Input File" section so that
it can be referenced from other document.
2013-05-16 23:09:19 +09:00
Tatsuhiro Tsujikawa
390ad710f1
Update copyright year in aria2c.rst
2013-05-11 22:35:19 +09:00
Tatsuhiro Tsujikawa
771af11212
Update doc theme
2013-05-11 21:05:40 +09:00
Tatsuhiro Tsujikawa
e350df2d75
Add download event callback API and its example
2013-05-11 19:40:24 +09:00
Tatsuhiro Tsujikawa
01d2cb197c
Fix doc
2013-05-10 00:06:50 +09:00
Tatsuhiro Tsujikawa
742f8cc822
Document theme change
...
Need to change ru and pt as well
2013-05-10 00:01:19 +09:00
Tatsuhiro Tsujikawa
370584a12b
Update doc
2013-05-09 23:59:50 +09:00
Tatsuhiro Tsujikawa
f2c2f08585
Support @class, fix execution failure
2013-05-09 23:59:22 +09:00
Tatsuhiro Tsujikawa
ca6b46db84
Generate libaria2 API doc from aria2.h
2013-05-09 23:49:30 +09:00
Tatsuhiro Tsujikawa
9665a3491d
Avoid docutils bug
...
Old docutils has bug which does not escape . at the start of the line,
which accidentally makes it manpage macro.
2013-04-23 21:12:28 +09:00
Tatsuhiro Tsujikawa
8604714c4e
Update bash_completion
2013-04-20 23:04:11 +09:00
Tatsuhiro Tsujikawa
f326955108
Fix sphinx warnings
2013-04-15 21:18:22 +09:00
Tatsuhiro Tsujikawa
adab7ace6e
Merge branch 'master' of https://github.com/gsavix/aria2 into gsavix-master
2013-04-15 21:15:12 +09:00
gilberto dos santos alves
6ced9deef8
Update aria2c.rst
...
appletls warnings. first create private certificate with sha-1
2013-04-14 13:52:33 -03:00
gilberto dos santos alves
ca57f82dae
Update aria2c.rst
...
type error metalink option rst title chars (mixed ~----~~
2013-04-14 13:32:04 -03:00
ITriskTI
a3aec02fe1
Update aria2c.rst
2013-04-14 18:33:03 +03:00
Nils Maier
f9225db135
AppleTLS: Document new --rpc-certificate behavior
2013-04-08 07:15:38 +02:00
Tatsuhiro Tsujikawa
35d00f6b7f
Remove meta directive for now since it breaks manpage generation
2013-04-06 16:05:27 +09:00
Tatsuhiro Tsujikawa
81718d698b
Update pt manual translation
...
Contributed by Gilberto dos Santos Alves
2013-04-05 00:51:15 +09:00
ITriskTI
ad75b0e0c1
Update aria2c.rst
2013-04-04 01:15:27 +03:00
Tatsuhiro Tsujikawa
7d65d38807
Remove --enable-async-dns6 from manual
2013-04-02 00:07:43 +09:00
ITriskTI
d77f16f5ba
Update aria2c.rst
2013-03-06 11:12:56 +03:00
Nils Maier
4f2c1b86eb
Allow for out-of-tree Sphinx builds
2013-03-03 14:50:16 +01:00
Tatsuhiro Tsujikawa
66a85777ad
Document UDP tracker in manual
2013-03-03 18:28:25 +09:00
Nils Maier
1596e83a83
Document -i/--save-session gzip behaviour
2013-03-02 15:48:26 +01:00
Tatsuhiro Tsujikawa
38fc5de154
doc: Specify static file explicitly
2013-02-19 23:34:28 +09:00
Tatsuhiro Tsujikawa
e8491b989b
Add Portuguese manual
...
This translation is based on aria2 version 1.15.2 manual.
Contributed by Gilberto dos Santos Alves
2013-02-19 23:22:22 +09:00
Tatsuhiro Tsujikawa
4095b2ec6b
Update doc
2013-02-19 22:14:18 +09:00
Tatsuhiro Tsujikawa
7c2404db5e
Set language=ru in ru/conf.py.in
2013-02-18 00:33:02 +09:00
Tatsuhiro Tsujikawa
68919a2412
Update doc css
2013-02-18 00:31:51 +09:00
Tatsuhiro Tsujikawa
b9ee9a1195
doc: Customize theme
2013-02-02 20:57:35 +09:00
Tatsuhiro Tsujikawa
1639ca5b5b
Update bash_completion
2013-01-29 22:22:15 +09:00
ITriskTI
f8cb9b67de
Update and fixed some bugs
2013-01-27 21:12:55 +03:00
Tatsuhiro Tsujikawa
382cb9a191
Document about k and m can be used as well as K and M.
2013-01-27 21:13:24 +09:00
Tatsuhiro Tsujikawa
74e570de37
Documented --save-session-interval option in man page
2013-01-10 00:18:14 +09:00
Tatsuhiro Tsujikawa
794f7b7014
Documented --referer="*" in man page
2013-01-08 21:46:50 +09:00
Tatsuhiro Tsujikawa
58c047a4a8
Documented --console-log-level option in man page
2013-01-08 21:27:26 +09:00
Tatsuhiro Tsujikawa
e9de4db0d5
Updated bash_completion
2012-12-26 23:28:42 +09:00
ITriskTI
d2892cf7b4
Update doc/manual-src/ru/aria2c.rst
2012-12-17 11:13:53 +03:00
Tatsuhiro Tsujikawa
77a4ee4de0
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
Tatsuhiro Tsujikawa
983cb3683a
Documented --gid option and updated RPC interface section in man page
2012-12-16 21:31:28 +09:00
Tatsuhiro Tsujikawa
0001f4cfbd
Added --gid option
...
This option sets GID manually. aria2 identifies each download by the
ID called GID. The GID must be hex string of 16 characters, thus
[0-9a-zA-Z] are allowed and leading zeros must not be stripped. The
GID all 0 is reserved and must not be used. The GID must be unique,
otherwise error is reported and the download is not added. This
option is useful when restoring the sessions saved using
--save-session option. If this option is not used, new GID is
generated by aria2.
2012-12-16 18:22:13 +09:00
ITriskTI
8c3e08f15a
Update doc/manual-src/ru/aria2c.rst
2012-12-12 21:28:17 +03:00
Tatsuhiro Tsujikawa
2235743de3
Changed console readout, making it more compact
...
"SIZE:" is removed because it is obvious. SEEDING, SEED, SPD and UP
are now replaced with SEED, SD, DL and UL respectively.
2012-12-12 23:22:04 +09:00
Tatsuhiro Tsujikawa
0c491b86d0
Documented --disk-cache option in man page
2012-12-07 01:01:33 +09:00
ITriskTI
f52d7024d1
Update doc/manual-src/ru/aria2c.rst
2012-11-17 13:20:02 +03:00
Tatsuhiro Tsujikawa
5f04183672
Updated bash_completion
2012-11-17 15:44:08 +09:00
Tatsuhiro Tsujikawa
c8e7100248
Documented --force-save option in man page
2012-11-17 15:41:37 +09:00
Tatsuhiro Tsujikawa
7db480b024
Updated bash_completion
2012-10-31 22:48:45 +09:00
ITriskTI
cb5984ce52
Update doc/manual-src/ru/aria2c.rst
2012-10-31 12:47:11 +03:00
Tatsuhiro Tsujikawa
d4e7b51eb9
Made --http-no-cache false by default
2012-10-31 16:44:28 +09:00
Tatsuhiro Tsujikawa
4d6c1a8748
Added .gitignore in doc/manual-src
2012-10-31 16:36:45 +09:00
ITriskTI
bc33433e58
Update and fixed some bugs
2012-10-17 10:40:11 +03:00
Tatsuhiro Tsujikawa
b48d9082db
Documented --rpc-save-upload-metadata option in manpage
2012-10-16 22:55:35 +09:00
Tatsuhiro Tsujikawa
bc3c553b3c
Updated doc
2012-09-30 19:08:40 +09:00
Tatsuhiro Tsujikawa
492d6d1eeb
Added RPC encryption command-line example
2012-09-30 17:07:54 +09:00
Tatsuhiro Tsujikawa
71cc44bedd
Documented --rpc-private-key, --rpc-certificate and --rpc-secure in manpage
2012-09-30 17:04:14 +09:00
Tatsuhiro Tsujikawa
e83b03b2cd
aria2rpc: Added appendUri command
...
This command calls aria2.changeUri(GID, fileIndex, [], [URI,...])
internally.
2012-09-23 22:38:52 +09:00
Tatsuhiro Tsujikawa
2c4da71325
Updated bash_completion
2012-09-02 21:20:03 +09:00
ITriskTI
d59300d582
Update doc/manual-src/ru/aria2c.rst
...
Fixed lines starts with words starting "." (bug Sphinx)
2012-08-25 16:41:57 +03:00
ITriskTI
129489d1b2
Update doc/manual-src/ru/aria2c.rst
2012-08-25 14:49:41 +03:00
Tatsuhiro Tsujikawa
d734ff7d29
Added new file allocation method called 'trunc'
...
--file-allocation option can now take new value 'trunc'. 'trunc' uses
ftruncate() system call or platform-specific counterpart to truncate a
file to a specified length.
2012-08-12 16:52:53 +09:00
Tatsuhiro Tsujikawa
27e44439ea
Fixed markup
2012-08-11 21:17:03 +09:00
Tatsuhiro Tsujikawa
ab6a22119e
Added technical notes
...
It contains control file format and dht.dat file format.
2012-08-01 00:04:48 +09:00
Tatsuhiro Tsujikawa
7cd2a94e73
Updated bash_completion file
2012-07-30 21:37:46 +09:00
ITriskTI
c7131c14fe
Update and fixed some bugs
2012-07-07 14:40:52 +03:00
Tatsuhiro Tsujikawa
9ce6a831c3
Exchanged README and aria2c page in toctree.
2012-07-07 00:46:03 +09:00
Tatsuhiro Tsujikawa
ea04bd6024
Updated copyright year in manpage
2012-07-07 00:14:29 +09:00
Tatsuhiro Tsujikawa
535d22e24c
Migrated ConsoleReadout wiki page to manpage.
...
Also updated other part of manpage.
2012-07-07 00:06:12 +09:00
Tatsuhiro Tsujikawa
fc058066e5
Included README.rst from manual-src/en/index.rst
2012-07-06 23:40:29 +09:00
Tatsuhiro Tsujikawa
519076e779
Updated doc about system-wide ca
2012-07-06 21:30:00 +09:00
ITriskTI
238c3128de
Update master
2012-06-30 23:22:36 +03:00
Tatsuhiro Tsujikawa
d765dbb2f5
Quoted .metalink, .meta4 and .torrent with '"' in man page
...
This is because when generating man page, if a word starting '.' is
put in the beginning of the line, it will be treated as macro. This
sounds like docutils bug, but it will not be fixed soon, so we do this
as a workaround.
2012-06-30 21:56:44 +09:00
Tatsuhiro Tsujikawa
3ce6070107
Added enable-mmap to -i list option. Sorted -i list option list.
2012-06-27 01:10:06 +09:00
ITriskTI
539a87d584
Update master
2012-06-24 17:05:43 +03:00
Tatsuhiro Tsujikawa
8bbf279ba3
Documented --enable-mmap in man page
2012-06-24 17:02:48 +09:00