aria2/doc/manual-src/en
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
..
Makefile.am Fix broken EXTRA_DIST 2013-12-09 16:38:45 +01:00
README.rst Included README.rst from manual-src/en/index.rst 2012-07-06 23:40:29 +09:00
aria2c.rst Disable --deferred-input when --save-session is used together 2015-11-28 13:02:21 +09:00
conf.py.in Fix theme path (out-of-tree-builds) 2013-12-09 16:56:57 +01:00
index.rst Generate libaria2 API doc from aria2.h 2013-05-09 23:49:30 +09:00
libaria2.rst Improve aria2.rst and usage texts a bit. 2014-05-20 18:02:47 +02:00
mkapiref.py mkapiref.py: Add class name to member functions and methods 2015-09-19 19:40:50 +09:00
technical-notes.rst Make config and cache files conform to XDG 2015-06-02 15:54:27 +02:00

README.rst

.. include:: ../../../README.rst