From d8ce5db577fb8ccc9f823b0cc7cf2e2ed44ee373 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Mon, 19 Jul 2010 04:46:04 +0000
Subject: [PATCH] 2010-07-19 Tatsuhiro Tsujikawa
Added max-connection-per-server, min-split-size and
conditional-get option to -i list option and aria2rpc.
* doc/aria2c.1.txt
* doc/xmlrpc/aria2rpc
* src/download_helper.cc
---
ChangeLog | 8 ++++++++
doc/aria2c.1 | 33 +++++++++++++++++++++++++++++++++
doc/aria2c.1.html | 17 ++++++++++++++++-
doc/aria2c.1.txt | 3 +++
doc/xmlrpc/aria2rpc | 5 +++++
src/download_helper.cc | 5 ++++-
6 files changed, 69 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5a294510..61970324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-19 Tatsuhiro Tsujikawa
+
+ Added max-connection-per-server, min-split-size and
+ conditional-get option to -i list option and aria2rpc.
+ * doc/aria2c.1.txt
+ * doc/xmlrpc/aria2rpc
+ * src/download_helper.cc
+
2010-07-19 Tatsuhiro Tsujikawa
Fixed double free bug
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 6dd12208..a955cadc 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -2576,6 +2576,39 @@ max\-resume\-failure\-tries
http\-accept\-gzip
.RE
.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+max\-connection\-per\-server
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+min\-split\-size
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+conditional\-get
+.RE
+.sp
These options have exactly same meaning of the ones in the command\-line options, but it just applies to the URIs it belongs to\&.
.sp
For example, the content of uri\&.txt is
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index 2069f0e3..8abcf9f9 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -2987,6 +2987,21 @@ max-resume-failure-tries
http-accept-gzip
+
+
+max-connection-per-server
+
+
+
+
+min-split-size
+
+
+
+
+conditional-get
+
+
These options have exactly same meaning of the ones in the
command-line options, but it just applies to the URIs it belongs to.
@@ -4242,7 +4257,7 @@ files in the program, then also delete it here.