Commit Graph

432 Commits

Author SHA1 Message Date
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
Tatsuhiro Tsujikawa
f3a5aa3bef Renamed clean as doclean in Makefile for manuals.
This will prevent `make clean` in unpacked archive from removing
aria2c.1. We don't want to remove them by `make clean` because to
generate aria2c.1, user has to install Sphinx. That is why we
distribute aria2c.1 in the archive.
2012-05-27 18:51:27 +09:00
Tatsuhiro Tsujikawa
0ba12fdc32 Removed outdated README.txt 2012-05-19 23:07:19 +09:00
Tatsuhiro Tsujikawa
8ebba32fd9 Change manual build dir to doc/manual-src/*/_build. Drop html install.
Sphinx HTML markups are beautiful, but it uses many asset files, such
as stylesheets, javascripts and images.  While it is no problem to
upload them in web site, but distributing and installing them in
individual user have some problems.  For example, Sphinx uses same
assets for generated sites, so if many applications uses Sphinx
generated docs and they are installed in the PC, it is huge waste of
the disk space. I'm also not comfortable to copy HTML trees to the
install directory using 'cp -r' command.  I seeked other format like
pdf and texi which Sphinx can generate but annoyingly they all convert
'--' into en-dash and there is no workaround to disable it. So I
decided to drop HTML manual from distribution and installation.  For
users who want to HTML version manual, see it online:
http://aria2.sourceforge.net/manual/en/html/
2012-05-19 18:08:01 +09:00
ITriskTI
8019ad602a Fixed typo 2012-05-15 18:24:59 +03:00
Tatsuhiro Tsujikawa
06405ce97b Removed aria2c.rst from the prerequisites of $(HTML)
$(HTML) is the root directory of html documents and since we don't
remove $(HTML) when re-building htmls, it is useless to use aria2c.rst
as a prerequisites.
2012-05-13 16:59:55 +09:00
Tatsuhiro Tsujikawa
19798f09ae Fixed typo 2012-05-12 19:33:33 +09:00
Tatsuhiro Tsujikawa
57519611ff Added --with-bashcompletiondir configure option.
By default, bash_completion file named aria2c is installed to the
directory $prefix/share/doc/aria2/bash_completion.  To change the
install directory of the file, use --with-bashcompletiondir option.
2012-05-12 19:19:57 +09:00
Tatsuhiro Tsujikawa
b4f3f41464 Fixed make distcheck error 2012-05-12 19:19:38 +09:00
Tatsuhiro Tsujikawa
a1d5d5ef9d Added aria2c.rst to EXTRA_DIST 2012-05-10 01:06:26 +09:00
Tatsuhiro Tsujikawa
5323fa1029 Honor DESTDIR when installing HTML version manual.
Generate HTML version manual on `make install`.
2012-05-08 01:10:46 +09:00
Tatsuhiro Tsujikawa
c046573ab8 Fixed typo and nits 2012-04-23 21:14:19 +09:00
ITriskTI
4d17715b66 Update doc/manual-src/ru/index.rst 2012-04-23 03:26:38 +03:00
ITriskTI
3c5753baf2 fixed some bugs 2012-04-23 03:24:30 +03:00
Tatsuhiro Tsujikawa
eec761ec43 Removed old manual page sources. 2012-04-22 21:26:25 +09:00
Tatsuhiro Tsujikawa
4a5f2b6f9f Use Sphinx for aria2 manual page documentation.
The source files for manual pages are placed under doc/manual-src.
The built manual pages are placed under doc/manual.
When installed, manual pages are placed under $(docdir)/manual/.
2012-04-22 21:21:26 +09:00
Tatsuhiro Tsujikawa
3dc5437ee2 Updated bash_completion 2012-04-02 20:58:17 +09:00
ITriskTI
4ab8e63d82 Updated Russian man page 2012-03-26 14:26:50 +03:00
Tatsuhiro Tsujikawa
8499a47d21 Added --bt-remove-unselected-file option.
Removes the unselected files when download is completed in
BitTorrent. To selecting files, use --select-file option. If it is not
used, all files are assumed to be selected. Please use this option
with care because it will actually remove files from your disk.
This option is default to false.
2012-03-25 19:25:43 +09:00
Tatsuhiro Tsujikawa
9669bafb7f Updated man page 2012-03-25 00:51:46 +09:00
ITriskTI
6af4827493 Updated Russian man page 2012-03-21 16:54:32 +03:00
Tatsuhiro Tsujikawa
4acc0f8831 Updated doc 2012-03-21 02:15:08 +09:00
Tatsuhiro Tsujikawa
bdd37fe3de Bump up version number to 1.15.0 2012-03-21 01:37:16 +09:00
Tatsuhiro Tsujikawa
3e885c57f6 Documented JSON-RPC over WebSocket 2012-03-21 01:36:29 +09:00
Tatsuhiro Tsujikawa
02be87253d Merge branch 'master' of github.com:tatsuhiro-t/aria2 2012-02-27 00:39:27 +09:00
ITriskTI
1d4768bbea fixed some bugs 2012-02-26 17:34:36 +03:00
Tatsuhiro Tsujikawa
4f09e6e7cc Updated bash_completion 2012-02-26 22:00:04 +09:00
ITriskTI
5a594b04cb Update doc/ru/aria2c.1.asciidoc 2012-02-05 16:31:02 +03:00
Tatsuhiro Tsujikawa
f2d55f0edc Added --deferred-input option.
If true is given to --deferred-input option, aria2 does not read all
URIs and options from file specified by -i option at startup, but it
reads one by one when it needs later. This may reduce memory usage if
input file contains a lot of URIs to download. If false is given,
aria2 reads all URIs and options at startup. This option defaults to
false.
2012-02-05 18:57:16 +09:00
Tatsuhiro Tsujikawa
b8121faf93 Bump up version number to 1.14.2 2012-02-05 17:13:03 +09:00
Tatsuhiro Tsujikawa
18d51e9404 Added sentence to clarify URI quotation in input file. 2012-02-05 17:10:58 +09:00
Tatsuhiro Tsujikawa
047d96195c Merge branch 'patch-4' of https://github.com/ITriskTI/aria2 2012-01-08 21:00:53 +09:00