ITriskTI
19ec70b196
Update aria2c.rst
2014-08-30 13:07:38 +03:00
Tatsuhiro Tsujikawa
fbdd2a3fc8
Merge branch 'win-hardening'
2014-08-30 18:50:40 +09:00
Nils Maier
cb868b2baa
Enable dynamicbase and nxcompat in Windows binaries
2014-08-30 02:04:44 +02:00
Nils Maier
0f805fb962
Silence some compiler warnings in SessionSerializer.
2014-08-30 02:03:57 +02:00
Nils Maier
bd29fd2c30
Always include raw OS version number on Windows
2014-08-30 01:15:40 +02:00
Nils Maier
bc5d9e5466
Fix typo in FeatureConfig/OS detection
2014-08-30 01:03:58 +02:00
Tatsuhiro Tsujikawa
ae631513f3
Replace A2_ARRAY_LEN with constexpr arraySize
2014-08-29 23:37:31 +09:00
Tatsuhiro Tsujikawa
b8b291187d
Remove trac-wiki link
...
sf.net pulled the plug of hosted apps including trac-wiki. The link
to the wiki has not worked for some time now. We submit issue to
sf.net to migrate the wiki content to current sf.net standard wiki.
When the migration is done, we'll add the link to it in the doc.
2014-08-29 23:27:38 +09:00
Tatsuhiro Tsujikawa
e74b39deaf
Fix crash in OpenedFileCounter::ensureMaxOpenFileLimit()
...
The crash happens if PieceStorage and/or DiskAdaptor are not
initialized in one of active RequestGroups.
2014-07-30 22:31:48 +09:00
Tatsuhiro Tsujikawa
bd0a3960df
mingw32: Fix bug that aria2 does not read piped stdin
2014-07-30 00:38:45 +09:00
Tatsuhiro Tsujikawa
c659fe939d
Fix std::length_error when no_proxy is used
...
This is regression introduced in 8cada497
.
2014-07-26 16:12:10 +09:00
Nils Maier
8732a24433
Try to set sane limits for RLIMIT_NO_FILE
...
E.g. on OSX the default is 256, which isn't exactly compatible with
torrent downloads.
Closes GH-257
2014-07-22 21:58:31 +02:00
Nils Maier
70a80b1455
Remove request pre-authorization again
2014-07-22 21:58:30 +02:00
Nils Maier
8f2af33b6d
Delay auth failures instead of PBKDF2
...
Closes GH-256
2014-07-22 21:58:30 +02:00
Tatsuhiro Tsujikawa
24ae459523
Update NEWS
2014-07-22 23:18:52 +09:00
Tatsuhiro Tsujikawa
da2cc9d3a9
Merge branch 'diadistis-master'
2014-07-21 13:04:11 +09:00
diadistis
9b1667fe81
Fixed segfault unsupported encodings
2014-07-20 18:06:09 +03:00
Tatsuhiro Tsujikawa
93ceb5f448
Update NEWS
2014-07-20 22:58:13 +09:00
Tatsuhiro Tsujikawa
53718f169f
Bump up version number to 1.18.7
2014-07-20 22:54:48 +09:00
Tatsuhiro Tsujikawa
d69764879e
Fix regression 100% CPU utility when -V is used and download is multi-file BT
...
This is regression of a3426821c8
2014-07-20 18:36:52 +09:00
Tatsuhiro Tsujikawa
b611cd2bdc
UnknownLengthPieceStorage: Use std::make_shared
2014-07-15 23:48:32 +09:00
Tatsuhiro Tsujikawa
a6b7bd0342
Show bitfield for unknown length download in aria2.tellStatus RPC method
...
Generally, bitfield is not available for download whose total length
is unknown. We create bitfield when download is completed (usually
connection EOF) so that we can use it to show additional info in RPC
aria2.tellStatus response. Specifically, bitfield is now shown. And
completedLength under files key (or completedLength in
aria2.getFiles() response) is correctly shown.
2014-07-15 23:36:10 +09:00
Tatsuhiro Tsujikawa
98681552fc
Fix compile error on big endian platform
2014-07-14 21:32:48 +09:00
Tatsuhiro Tsujikawa
04caefa406
Fix test failure with --enable-libaria2
2014-07-14 00:06:32 +09:00
Tatsuhiro Tsujikawa
4b6f4040ac
Update bash_completion
2014-07-13 23:40:34 +09:00
Tatsuhiro Tsujikawa
d624e0a7bd
Merge branch 'patch-1' of https://github.com/ITriskTI/aria2 into ITriskTI-patch-1
2014-07-13 00:40:36 +09:00
ITriskTI
f1de5bac08
Update aria2c.rst
2014-07-12 18:36:21 +03:00
Tatsuhiro Tsujikawa
b1e475264b
Bump up version number to 1.18.6
2014-07-12 17:57:55 +09:00
Tatsuhiro Tsujikawa
7fbd8a50ef
Fix compile error and warning with clang
2014-07-12 17:44:43 +09:00
Tatsuhiro Tsujikawa
3aaa5a7344
Fix file length information in RPC response when length > 2GB is unknown
...
This commit fixes the bug that aria2.tellStopped RPC method returns
total length and completedLength as 0 when file size is unknown in
advance and turns out > 2GB in the end. This commit and addresses the
performance degradation in this case.
2014-07-12 17:01:46 +09:00
Tatsuhiro Tsujikawa
620be59b1e
Update pre built distribution READMEs
2014-07-11 22:54:23 +09:00
Tatsuhiro Tsujikawa
93a5a00f95
Update NEWS
2014-07-11 22:51:09 +09:00
Nils Maier
84bd18b9a1
Merge crypto_* from upstream
...
Revert "Fix typo"
This reverts commit 4dfd8b8847
.
Revert "MinGW: Fix compiler warning with -Wstrict-aliasing"
This reverts commit 897f0e87f4
.
2014-07-11 04:11:03 +02:00
Nils Maier
1da3af8869
makerelease-osx: Enable lto for selected libraries and aria2
2014-07-11 01:59:18 +02:00
Nils Maier
864cbbd3cd
makerelease-osx: Explìcit make
2014-07-11 01:59:18 +02:00
Nils Maier
76b6526125
makerelease-osx: Update Sqlite3
2014-07-11 01:59:18 +02:00
Nils Maier
efa268d493
makerelease-osx: Do not use implicit variables for CC/CXX
2014-07-11 01:59:17 +02:00
Tatsuhiro Tsujikawa
897f0e87f4
MinGW: Fix compiler warning with -Wstrict-aliasing
...
The error message is:
warning: dereferencing type-punned pointer will break strict-aliasing
rules [-Wstrict-aliasing]
2014-07-10 00:28:16 +09:00
Tatsuhiro Tsujikawa
4dfd8b8847
Fix typo
2014-07-10 00:28:06 +09:00
Tatsuhiro Tsujikawa
852f2fb99a
MinGW: Fix compiler warning about winsock2.h and windows.h
...
This commit fixes following compiler warning with mingw compiler:
In file included from common.h:63:0,
from util_security.h:42,
from util_security.cc:36:
/usr/share/mingw-w64/include/winsock2.h:15:2: warning: #warning
Please include winsock2.h before windows.h [-Wcpp]
#warning Please include winsock2.h before windows.h
2014-07-10 00:04:28 +09:00
Tatsuhiro Tsujikawa
e55b543b64
Change bug report address to github issues
2014-07-09 21:29:28 +09:00
Tatsuhiro Tsujikawa
a3426821c8
MultiDiskAdaptor: Handle short read
2014-07-02 00:05:44 +09:00
Tatsuhiro Tsujikawa
8750d7be99
Disard cache when checking checksum
...
This will slow down checksum checking but does not thrash cache.
2014-07-02 00:05:43 +09:00
Nils Maier
0b6501043a
Compat with libuv 0.11 (Unstable)
...
Fixes #241
2014-07-01 13:48:19 +02:00
Nils Maier
0c8a2659ea
Drop WinMessageDigestImpl.
...
The algorithms the `CryptProv` on Windows supports does not currently
include SHA-224, so there is a "dark spot" in this implementation. Also
on Win XP < SP3, most of the SHA-2 family is not actually supported.
All other implementation provide support for MD5, SHA-1 and all of the
SHA-2 family, hence drop the incomplete WinMessageDigest implementation
in favor of any other supported implementation (at least the internal
implementation is always available at compile-time).
2014-06-24 20:45:12 +02:00
Nils Maier
8587669995
Fix big endianess support in InternalMessageDigest and PBKDF2
...
- Replace sha1/md5 implementation by ones from https://github.com/nmaier/crypto
- Add endianess functionality fro https://github.com/nmaier/crypto
Closes GH-239
2014-06-24 20:45:05 +02:00
Tatsuhiro Tsujikawa
60032bf0ab
Merge pull request #242 from ORiON-/master
...
typo fix.
2014-06-22 15:07:14 +09:00
ORiON-
bb3f3bafd5
typo fix.
...
added missing space.
2014-06-21 22:30:47 +03:00
Tatsuhiro Tsujikawa
06a8bf6e0a
Pause download only when RPC is enabled
2014-06-21 00:58:21 +09:00
Tatsuhiro Tsujikawa
4b9b1784f1
Document --pause-metadata option in man page
2014-06-21 00:58:21 +09:00