aria2/doc
Tatsuhiro Tsujikawa bf0cf1f5d9 2010-04-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added aria2.pause and aria2.unpause XML-RPC method.  aria2.pause
	pauses the download denoted by gid. gid is of type string.  The
	status of paused download becomes "paused" and the download is
	placed on the first position of waiting queue. As long as the
	status is "paused", the download is not started. To change status
	to "waiting", use aria2.unpause method. This method returns GID of
	paused download.  aria2.unpause changes the status of the download
	denoted by gid from "paused" to "waiting". This makes the download
	eligible to restart. gid is of type string. This method returns
	GID of unpaused download.
	* doc/aria2c.1.txt
	* src/DownloadContext.cc
	* src/FileEntry.cc
	* src/OptionHandlerFactory.cc
	* src/RequestGroup.cc
	* src/RequestGroup.h
	* src/RequestGroupMan.cc
	* src/XmlRpcMethodFactory.cc
	* src/XmlRpcMethodImpl.cc
	* src/XmlRpcMethodImpl.h
	* src/prefs.cc
	* src/prefs.h
	* src/usage_text.h
2010-04-08 16:02:22 +00:00
..
xmlrpc 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-03 08:39:58 +00:00
Makefile.am 2009-09-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-09-20 12:04:10 +00:00
Makefile.in 2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-03-08 12:39:16 +00:00
README.txt 2007-03-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-03-28 15:08:22 +00:00
aria2c.1 2010-04-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-08 16:02:22 +00:00
aria2c.1.html 2010-04-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-08 16:02:22 +00:00
aria2c.1.txt 2010-04-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-08 16:02:22 +00:00
makeman 2008-10-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-10-13 13:59:59 +00:00

README.txt

To produce aria2c.1:

a2x  -f manpage aria2c.1.txt

You may have to insert line break before '.sp' in output file.