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
Tatsuhiro Tsujikawa
9a63e59104
Extend maximum BitTorrent incoming payload size to 64KiB
2016-07-20 22:42:29 +09:00
Tatsuhiro Tsujikawa
537b8659d2
Merge pull request #712 from 103yiran/103yiran-patch-1
...
correcting the copyright format error
2016-07-20 22:31:26 +09:00
103yiran
d1afaa2ff1
correcting the copyright format error
2016-07-20 11:21:00 +08:00
103yiran
8c1ebd2e4f
correcting the copyright format error
2016-07-20 11:19:42 +08:00
103yiran
193073754d
correcting the copyright format error
2016-07-20 11:18:23 +08:00
103yiran
e5ece7586e
correcting the copyright format error
2016-07-20 11:17:07 +08:00
103yiran
d25fdd3636
correcting the copyright format error
2016-07-20 11:13:56 +08:00
103yiran
0eaeda9548
correcting the copyright format error
2016-07-20 11:11:00 +08:00
103yiran
d3e9c34bd5
correcting the copyright format error
2016-07-20 11:09:20 +08:00
103yiran
24949b7c70
correcting the copyright format error
2016-07-20 11:04:59 +08:00
Nils Maier
f5ceeebe86
Fix some compiler warnings
2016-07-19 20:55:42 +02:00
Nils Maier
665a1d1b35
Better auto-renaming
...
Up until now aria2 file auto renaming worked by just appending a new
unique number to the file path, behind the file name extension, if any,
changing what most other programs consider the file extension in the
process.
Now, aria2 will attempt to insert the number before the file extension,
leaving the extension intact, so that e.g. a ".jpg" still is a ".jpg"
file and opens in your configured image viewer when clicking it.
If a file has no extension (incl. so called "dot files"), the number
will be appended to the file name as usual.
Note: This is a potentially breaking change that might break third party
scripts that rely on aria2 auto file renaming producing a certain format
for renamed files. Please fix your scripts accordingly.
Closes GH-709
2016-07-19 20:55:41 +02:00