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
2015-05-21 00:00:37 +09:00
2013-06-27 00:20:48 +09:00
2014-03-22 12:26:15 +09:00
2013-09-24 19:04:25 +02:00
2015-09-27 23:49:44 +09:00
2015-10-04 17:37:42 +09:00
2015-07-19 16:22:35 +09:00
2015-05-16 21:38:53 +09:00
2015-10-04 17:39:14 +09:00
2015-09-27 23:50:14 +09:00
2015-09-27 23:50:14 +09:00
Description
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Readme 68 MiB
Languages
C++ 94.2%
C 3.7%
M4 1%
Makefile 0.8%
Shell 0.2%