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
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