Commit Graph

4812 Commits (2417225023d1bc94d994a639c7251ec6aa588f5f)

Author SHA1 Message Date
Kurt Kartaltepe 2417225023 Report CheckIntegrity info in tellStatus
- Adds verifiedLength to tellStatus. Reports the length of data that has
been verified of the current RequestGroup being verified.
- Adds verifyPending to tellStatus. Reports if the RequestGroup has a
verification of integrity pending.

Closes #561
2016-03-22 23:38:38 -05:00
Tatsuhiro Tsujikawa f316c94710 Ignore floating number in torrent file 2016-03-17 23:28:28 +09:00
Tatsuhiro Tsujikawa 9b607bbae0 Merge pull request #597 from ITriskTI/patch-2
Update aria2c.rst
2016-03-17 22:43:32 +09:00
Tatsuhiro Tsujikawa acf93eb47b Merge pull request #596 from ITriskTI/patch-1
little fix
2016-03-17 22:43:01 +09:00
ITriskTI 87f52ba113 Update aria2c.rst 2016-03-16 21:27:22 +03:00
ITriskTI 87d19f5fbd little fix 2016-03-16 21:25:21 +03:00
Tatsuhiro Tsujikawa 7f8ae7dc60 Document --optimize-concurrent-downloads option in manual page 2016-03-16 22:18:09 +09:00
Tatsuhiro Tsujikawa bf3d95c5d1 Give advanced tag to optimize-concurrent-downloads option 2016-03-16 22:11:51 +09:00
Tatsuhiro Tsujikawa db5af2cec3 Fit into 80 columns 2016-03-16 21:40:42 +09:00
Tatsuhiro Tsujikawa 1d9a4a8aec Merge branch 'oliviercommelarbre-optimize-concurrent-downloads' 2016-03-16 21:26:15 +09:00
Tatsuhiro Tsujikawa 60d0cb0e24 Remove trailing white spaces 2016-03-16 21:25:43 +09:00
oliviercommelarbre 9e05371fb6 Added support for a dynamic management of the number of concurrent downloads as a function of the overall bandwidth observed 2016-03-16 21:22:49 +09:00
Tatsuhiro Tsujikawa f0f1b8ef47 clang-format-3.6 2016-03-15 23:49:56 +09:00
Tatsuhiro Tsujikawa 6e884bea63 Bump up version number to 1.21.0 2016-03-15 23:48:31 +09:00
Tatsuhiro Tsujikawa 1da03c7b79 Update NEWS 2016-03-15 23:40:42 +09:00
Tatsuhiro Tsujikawa 18bda5516e Update third party libraries used in binary distributions 2016-03-13 19:09:32 +09:00
Tatsuhiro Tsujikawa 4595aa75e1 SessionSerializer: Fix bug that pause=true is added to wrong item
This change also defers writing metadata download to the location
where first its follower download is written.
2016-03-13 16:11:29 +09:00
Tatsuhiro Tsujikawa 1a0e5e32f3 Merge pull request #586 from ITriskTI/patch-1
Update aria2c.rst
2016-03-06 18:19:10 +09:00
ITriskTI e9b94ecffd Update aria2c.rst 2016-03-06 12:15:34 +03:00
Tatsuhiro Tsujikawa 21754fa103 Add following to aria2.tellStatus response key as reverse link for followedBy 2016-03-05 14:20:42 +09:00
Tatsuhiro Tsujikawa 74811ddaff mingw: Add warning for falloc 2016-03-03 22:19:57 +09:00
Nils Maier e6e3cd2e32 Allow to run clang-format with external build dir 2016-03-03 09:44:12 +01:00
Nils Maier fc490ac05c Update ciphers in AppleTLS
Also enable fast start while at it
2016-03-03 06:17:46 +01:00
Nils Maier ba7315b76d Remove universal build
It's kinda broken and interfering with libssh2
2016-03-03 06:13:25 +01:00
Nils Maier c1dbd9f6a5 Enable libssh2 and sftp
Closes GH-468
2016-03-03 06:13:25 +01:00
Nils Maier 7d88ef6606 Update OSX dependencies
Closes GH-466
2016-03-03 06:13:25 +01:00
Nils Maier 981597bc54 Force libc++ 2016-03-03 06:13:25 +01:00
Tatsuhiro Tsujikawa 99e7d98193 Fix sqlite3 download URI 2016-03-02 22:52:14 +09:00
Tatsuhiro Tsujikawa 8985d66e71 Fix compile error without TLS support 2016-02-23 01:37:38 +09:00
Tatsuhiro Tsujikawa a82db8e462 Merge branch 'athmane-master' 2016-02-18 00:10:55 +09:00
Athmane Madjoudj c275b6f297 Remove trailing spaces 2016-02-17 00:12:24 +01:00
Athmane Madjoudj 1849ccfbba Add support for using gnutls system wide crypto policy 2016-02-17 00:11:23 +01:00
Tatsuhiro Tsujikawa b0909469cd Update bash_completion 2016-02-16 00:33:44 +09:00
Tatsuhiro Tsujikawa a6970895ac clang-format 2016-02-16 00:20:12 +09:00
Tatsuhiro Tsujikawa 8d30869966 Fix compile error with --disable-bittorrent 2016-02-15 23:54:51 +09:00
Tatsuhiro Tsujikawa b5bab4097d Update third-party libs used for binary distributions 2016-02-15 23:37:34 +09:00
Tatsuhiro Tsujikawa f7eeb74304 Added friendly warnings if autoconf macro is missing 2016-02-15 23:15:46 +09:00
Tatsuhiro Tsujikawa 656800948d Update NEWS 2016-02-14 23:23:17 +09:00
Tatsuhiro Tsujikawa 354a539715 Bump up version number to 1.20.0 2016-02-14 23:22:49 +09:00
Tatsuhiro Tsujikawa 2a0b4751f4 Merge branch 'kwkam-patch-2' 2016-02-13 17:36:20 +09:00
Tatsuhiro Tsujikawa 8684923344 Merge branch 'patch-2' of https://github.com/kwkam/aria2 into kwkam-patch-2 2016-02-13 17:13:25 +09:00
kwkam 04eacf05e7 Update WinConsoleFile.cc
add blank line
2016-02-13 16:03:41 +08:00
kwkam 1c573c9708 src/WinConsoleFile.cc: fix colour
Try to make it less confusing
2016-02-13 16:01:41 +08:00
Tatsuhiro Tsujikawa c245c5ecc6 Fix compile error with clang and --enable-werror 2016-02-13 16:33:47 +09:00
Tatsuhiro Tsujikawa 40299851a6 Merge branch 'kwkam-patch-1' 2016-02-12 22:48:14 +09:00
kwkam 25ae17b490 src/WinConsoleFile.cc: fix colour
Set default foreground/background colour correctly
2016-02-12 14:24:04 +08:00
kwkam 4f299705e8 configure.ac: fix autoreconf error
Use m4_ifdef so we do not have to install optional libraries
2016-02-12 14:18:03 +08:00
Tatsuhiro Tsujikawa 5e48e01bf9 Don't inherit file descriptor to child process
For non-Mingw32 build, set FD_CLOEXEC to file descriptors which live
beyond function scope.  For Mingw32 build, just pass false to
bInheritHandles parameter of CreateProcessW.
2016-02-08 00:09:17 +09:00
Tatsuhiro Tsujikawa ab40ee58b8 Merge pull request #558 from ITriskTI/patch-1
Update aria2c.rst
2016-02-04 00:51:04 +09:00
ITriskTI 70e46516a1 Update aria2c.rst 2016-02-03 17:29:22 +03:00