Go to file
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
android android: Build and link with zlib 2015-05-21 00:00:37 +09:00
deps Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
doc Disable --deferred-input when --save-session is used together 2015-11-28 13:02:21 +09:00
examples Fix compile error 2013-06-27 00:20:48 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr 2013-08-21 23:19:01 +02:00
osx-package Initial revision of the a new OSX release Makefile 2013-12-19 18:46:51 +01:00
po Removed generated aria2.pot 2012-11-29 22:52:14 +09:00
src Disable --deferred-input when --save-session is used together 2015-11-28 13:02:21 +09:00
test Disable --deferred-input when --save-session is used together 2015-11-28 13:02:21 +09:00
.gitignore Update .gitignore 2014-03-22 12:26:15 +09:00
.travis.yml travis: Add libssh2 and run `make check` 2015-05-30 13:54:18 +09:00
AUTHORS Add myself to AUTHORS 2013-09-24 19:04:25 +02:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
Dockerfile.mingw Fix Dockerfile.mingw 2015-07-19 16:22:35 +09:00
Dockerfile.raspberrypi Added Dockerfile to cross complile aria2 for RaspberryPI (armhf) 2015-04-22 14:50:56 +03:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Add Dockerfile.raspberrypi to EXTRA_DIST 2015-05-24 18:42:34 +09:00
NEWS Update NEWS 2015-10-04 17:39:14 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Update doc 2015-09-27 23:50:14 +09:00
README.mingw Update doc 2015-09-27 23:50:14 +09:00
README.rst Add required packages when building from git 2015-11-14 22:59:02 +09:00
android-config android: Build and link with zlib 2015-05-21 00:00:37 +09:00
android-make Merged Android build scripts 2012-06-29 00:51:13 +09:00
android-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
build_test.sh Copy test logs as well 2015-09-27 23:49:44 +09:00
configure.ac Bump up version number to 1.19.2 2015-10-04 17:37:42 +09:00
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
makerelease Add comment to makerelease about OSX builds 2013-12-19 18:55:06 +01:00
makerelease-osx.mk Update sqlite in OSX build to 3.8.10.2 2015-06-24 14:49:39 +02:00
mingw-build-memo Add libssh2 to mingw build config 2015-05-16 21:38:53 +09:00
mingw-config Add libssh2 to mingw build config 2015-05-16 21:38:53 +09:00
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

README

See README.rst