Commit Graph

5144 Commits (bafd26ed57e4b30536abaa9afd845f8ab0693036)

Author SHA1 Message Date
Tatsuhiro Tsujikawa 90452ae11b Don't download piece which is filtered out (e.g., --select-file)
This commit fixes the bug that piece which is not requested by
--select-file is downloaded in multi-file WebSeeding.
2016-10-26 22:40:00 +09:00
Tatsuhiro Tsujikawa 938481bfe9 Update NEWS 2016-10-16 17:27:36 +09:00
Tatsuhiro Tsujikawa a41cc63779 mingw: Update third-party libraries 2016-10-16 17:20:18 +09:00
Tatsuhiro Tsujikawa 9cdfd4bb8a android: Update third-party libraries 2016-10-16 17:11:28 +09:00
Tatsuhiro Tsujikawa 3740a2aef8 Update bash_completion 2016-10-16 17:06:03 +09:00
Tatsuhiro Tsujikawa f58081a6f6 Bump up version number to 1.28.0 2016-10-16 17:01:35 +09:00
Tatsuhiro Tsujikawa 57843a0732 Update AUTHORS 2016-10-16 17:00:55 +09:00
Tatsuhiro Tsujikawa df19921b83 Merge branch 'clang-format-3.9' 2016-10-15 19:07:24 +09:00
Tatsuhiro Tsujikawa aa4ea8889c clang-format-3.9 2016-10-15 19:02:54 +09:00
Tatsuhiro Tsujikawa a7fcf83bdf Update .clang-format to clang-format-3.9 2016-10-15 19:02:42 +09:00
Tatsuhiro Tsujikawa 54e465194b Merge pull request #750 from ITriskTI/patch-1
Update aria2c.rst
2016-09-29 22:53:49 +09:00
ITriskTI 7be69be3b4 Update aria2c.rst 2016-09-29 16:28:18 +03:00
Tatsuhiro Tsujikawa bed7411819 Merge pull request #749 from juanfra684/patch-1
Restore LTLIBINTL in src/Makefile.am
2016-09-29 22:07:17 +09:00
Juan Francisco Cantero Hurtado 206d6fc062 Restore LTLIBINTL in src/Makefile.am 2016-09-29 01:02:06 +02:00
Tatsuhiro Tsujikawa ae78d7f7d0 Enable --keep-unfinished-download-result by default 2016-09-26 22:07:35 +09:00
Tatsuhiro Tsujikawa e31f537ac5 Update copyright year to 2016 2016-09-26 21:56:38 +09:00
Tatsuhiro Tsujikawa 55f311a908 Add --keep-unfinished-download-result option
This option keeps unfinished download results even if doing so exceeds
--max-download-result. This is useful if all unfinished downloads must
be saved in session file (see --save-session option). Please keep in
mind that there is no upper bound to the number of unfinished download
result to keep.  User should use this option only when they know the
total number of downloads in advance.
2016-09-24 11:42:43 +09:00
Tatsuhiro Tsujikawa c3aedf480d Fix -Wexpansion-to-defined warning with clang-3.9
The error message was:

warning: macro expansion producing 'defined' has undefined behavior
[-Wexpansion-to-defined]

http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160118/147239.html
2016-09-19 22:10:21 +09:00
Tatsuhiro Tsujikawa a31e73d902 Fix bug that file name is not logged with --conditional-get 2016-09-17 17:21:42 +09:00
Tatsuhiro Tsujikawa 561d49d6e5 Bump up version number to 1.27.1 2016-09-17 09:10:08 +09:00
Tatsuhiro Tsujikawa 812136dd8b Update NEWS 2016-09-17 09:09:13 +09:00
Tatsuhiro Tsujikawa cfaec39be1 Add missing libssl_compat.h to SRCS 2016-09-17 09:05:52 +09:00
Tatsuhiro Tsujikawa 16797b5264 clang-format 2016-09-16 21:52:58 +09:00
Tatsuhiro Tsujikawa cf96bec654 Update sqlite3 for mingw build 2016-09-16 21:26:57 +09:00
Tatsuhiro Tsujikawa f6043488e4 Update AUTHORS 2016-09-16 21:19:52 +09:00
Tatsuhiro Tsujikawa 0a00e84cc7 Bump up version number to 1.27.0 2016-09-16 21:17:58 +09:00
Tatsuhiro Tsujikawa 2cd90f02de Update NEWS 2016-09-16 21:17:44 +09:00
Nils Maier 356c3dc164 Hard-disable openssl in osx build
Closes #739
2016-09-06 16:01:58 +02:00
Tatsuhiro Tsujikawa 8cdcb71308 Fix possible cause of crash after metadata download 2016-09-05 22:44:40 +09:00
Tatsuhiro Tsujikawa 3af50e5140 Fix log message 2016-09-05 21:04:30 +09:00
Tatsuhiro Tsujikawa c1ad559256 Merge branch 'fornwall-master' 2016-09-04 19:18:38 +09:00
Fredrik Fornwall 5ca9cb6959 Remove custom ftruncate64 for Android
The latest NDK versions support ftruncate64, so building a local
copy of ftruncate64 is no longer needed.

Also, the arm and x86 builds of ftruncate64 failed when targetting
API level 21 or higher, as they include <linux/err.h> which are
not present starting from API level 21.
2016-09-03 23:14:18 +02:00
Tatsuhiro Tsujikawa d73dd9c372 Fix typo found by Debian's Lintian 2016-09-03 22:46:10 +09:00
Tatsuhiro Tsujikawa 02b1d68815 Merge pull request #735 from ITriskTI/patch-2
Update aria2c.rst
2016-08-31 23:26:13 +09:00
ITriskTI 88d5a2a32d Update aria2c.rst 2016-08-30 18:48:42 +03:00
Tatsuhiro Tsujikawa 3d97ed05f6 Merge branch 'tobbez-fix-comment' 2016-08-30 22:00:09 +09:00
Tatsuhiro Tsujikawa 834025183f Merge branch 'fix-comment' of https://github.com/tobbez/aria2 into tobbez-fix-comment 2016-08-30 21:30:39 +09:00
Nils Maier 414dd14dec Add --save-not-found option 2016-08-30 14:23:42 +02:00
Nils Maier 852e2db586 Simplify session serializer 2016-08-30 14:22:39 +02:00
Tatsuhiro Tsujikawa 5ea3bcc349 Add xcode7 build to make sure that we are not affected by std::make_shared bug 2016-08-30 21:14:40 +09:00
Tatsuhiro Tsujikawa e4fd51195d Remove unused file 2016-08-30 21:09:52 +09:00
Torbjörn Lönnemark e86bcd3d24 Update comment to match code 2016-08-30 10:55:27 +02:00
Nils Maier 366e2e8f79 Use default where possible 2016-08-29 16:52:20 +02:00
Nils Maier 08f4b5e4f4 WinTLS: Better errors (from WSA) 2016-08-29 16:51:18 +02:00
Tatsuhiro Tsujikawa 2e6720cc14 Enable ASAN in travis build, and use Xcode7.3 to avoid std::make_shared bug 2016-08-27 22:41:49 +09:00
Tatsuhiro Tsujikawa 3cdde0f425 Compile with openssl 1.1.0
We moved @CPPUNIT_LIBS@ to later position.  This is because in my
development environment, it adds linker search directory which
contains system default openssl, while I'd like to use my custom
openssl installation.  This fix is not universal, since other
libraries can do the same thing.  It is a bit hard to fix this
properly because we mix -L and -l in a same variable.
2016-08-27 00:35:28 +09:00
Tatsuhiro Tsujikawa 7a31f9bf29 Make assertion hold
If we have peer which is already used, make addAndCheckoutPeer() fail.
If peer is in unused list, first remove the old entry, and then add
new one.  This would make assertion in ~DefaultPeerStorage hold.
2016-08-20 18:49:19 +09:00
Tatsuhiro Tsujikawa c42fa9f20c Revert "Remove false assertion"
This reverts commit 65b7205dfd.
2016-08-20 18:27:43 +09:00
Tatsuhiro Tsujikawa 65b7205dfd Remove false assertion
As of 4df7b540a2, the assertion no
longer holds.
2016-08-20 18:22:23 +09:00
Tatsuhiro Tsujikawa de2c65e5a2 Update NEWS 2016-08-20 11:10:47 +09:00