Commit Graph

4617 Commits

Author SHA1 Message Date
Tatsuhiro Tsujikawa
9658255a30 Update bash_completion 2014-09-12 01:17:02 +09:00
Tatsuhiro Tsujikawa
c0b8b471ab Fix hash function comparator 2014-09-11 23:54:17 +09:00
Tatsuhiro Tsujikawa
528cf5395b Update NEWS 2014-09-11 21:01:12 +09:00
Tatsuhiro Tsujikawa
011dbe228d Bump up version number to 1.18.8 2014-09-11 21:00:55 +09:00
Nils Maier
e0d6d04fe8 WinTLS: Fix abrupt connection closing and closing in general.
Fixes GH-277
2014-09-10 16:26:34 +02:00
Tatsuhiro Tsujikawa
04f875e273 WinTLS: Return 0 if eof_ is true and decBuf_ is empty 2014-09-10 21:45:08 +09:00
Tatsuhiro Tsujikawa
83c78c497b LibsslTLSSession: Treat 0 from readData as EOF 2014-09-10 21:26:06 +09:00
Tatsuhiro Tsujikawa
e7e80e5ec6 WinTLS: Fix busy loop on EOF
Fixes gh#277
2014-09-10 01:11:57 +09:00
Tatsuhiro Tsujikawa
33bb7254a5 Merge branch 'ITriskTI-patch-1' 2014-08-31 13:57:37 +09:00
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