Commit Graph

5176 Commits (657875e1fde44b22c45ab7b2def846ba4118e594)

Author SHA1 Message Date
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
Tatsuhiro Tsujikawa 835ce97eb5 Use latest sqlite3 for mingw build 2016-08-20 10:56:54 +09:00
Tatsuhiro Tsujikawa 01e790fbfd Bump up version number to 1.26.0 2016-08-20 10:43:31 +09:00
Tatsuhiro Tsujikawa 441d426002 Update AUTHORS 2016-08-20 10:41:53 +09:00
Tatsuhiro Tsujikawa 7c1d138143 Merge branch 'FloGa-bugfix/unauthorized-call-in-aria2mon' 2016-08-06 22:49:31 +09:00
Florian Gamböck 98f773f3fa aria2mon: Add secret parameter to getFiles call 2016-08-06 12:39:40 +02:00
Florian Gamböck e39e1e11a4 aria2mon: Replace client.call with local method 2016-08-06 12:36:14 +02:00
Tatsuhiro Tsujikawa c09eab574c Merge pull request #722 from ardecvz/reorder-note
Reorder a note section in aria2c.rst
2016-08-04 15:41:19 +02:00
Artur Petrov dd1a3acac6 Reorder a note section in aria2c.rst 2016-08-04 02:49:24 +03:00
Tatsuhiro Tsujikawa ede9932a10 bash_completion: Add missing options which takes one of pre-defined values 2016-08-02 22:28:26 +09:00
Tatsuhiro Tsujikawa 099ba15315 Merge pull request #717 from cxjava/patch-1
tar bz2 for expat-x.x.x.tar.bz2
2016-08-01 15:29:58 +02:00
Tatsuhiro Tsujikawa cf15a6feee Merge pull request #719 from ITriskTI/patch-1
Update aria2c.rst
2016-08-01 15:29:29 +02:00
Tatsuhiro Tsujikawa 48310915ee Replace "/" with "-" in magnet dn name when used as in-memory download name 2016-08-01 22:25:03 +09:00
ITriskTI 48b299afe5 Update aria2c.rst 2016-08-01 11:54:27 +03:00
Char 4563d1ce14 tar bz2 for expat-x.x.x.tar.bz2
tar bz2 for expat-x.x.x.tar.bz2
2016-07-27 22:31:27 +08:00
Nils Maier 829a3552fd Enable ccache in travis-ci
Speeds up the build most of the time.

Closes GH-710
2016-07-22 01:00:23 +02:00
Nils Maier 6fc990b2a2 Enable OSX/macOS build for travis
Closes GH-711
Closes GH-666
2016-07-21 20:38:16 +02:00
Tatsuhiro Tsujikawa 8e07568a9e clang-format 2016-07-21 01:00:47 +09:00
Tatsuhiro Tsujikawa 5b4e3361d4 Update --auto-file-renaming help text according to the manual page 2016-07-20 22:51:12 +09:00