Commit Graph

5144 Commits (bafd26ed57e4b30536abaa9afd845f8ab0693036)

Author SHA1 Message Date
ITriskTI bafd26ed57 Update aria2c.rst 2017-05-22 22:15:31 +03:00
Tatsuhiro Tsujikawa e3b6460d07 Merge branch 'bt-load-saved-metadata' 2017-05-22 22:37:34 +09:00
Tatsuhiro Tsujikawa 2b81eb09d4 Document --bt-load-saved-metadata 2017-05-22 00:02:05 +09:00
Tatsuhiro Tsujikawa 9deb4210b2 Add --bt-load-saved-metadata option
Before getting torrent metadata from DHT when downloading with magnet
link, first try to read file saved by --bt-save-metadata option. If it
is successful, then skip downloading metadata from DHT.  By default,
this feature is turned off.
2017-05-22 00:02:05 +09:00
Tatsuhiro Tsujikawa 9f50d7353c Merge branch 'dont-save-control-file' 2017-05-21 18:11:13 +09:00
Tatsuhiro Tsujikawa 3cfea3c724 Fix regression in bfc54d0b9a
Don't save control file if --auto-save-interval is 0.
2017-05-20 22:19:29 +09:00
Tatsuhiro Tsujikawa 8785342f85 Fix infinite loop bug when file is not found 2017-05-20 12:45:00 +09:00
Tatsuhiro Tsujikawa 9677586336 clang-format-4.0 2017-05-19 21:32:25 +09:00
Tatsuhiro Tsujikawa 823bcc4ab0 Bump up version number to 1.32.0 2017-05-17 22:19:51 +09:00
Tatsuhiro Tsujikawa d56ec91cd4 Update NEWS 2017-05-17 22:19:10 +09:00
Tatsuhiro Tsujikawa 315218a3b2 Update third-party libraries for binary releases 2017-05-17 22:11:44 +09:00
Tatsuhiro Tsujikawa 442b2bcbdc Update AUTHORS 2017-05-17 22:11:44 +09:00
Tatsuhiro Tsujikawa c90ff13d82 Merge pull request #910 from ITriskTI/master
Update aria2c.rst
2017-05-10 22:07:34 +09:00
it-0x21-rr a52a2d8437 Update aria2c.rst 2017-05-10 13:31:38 +03:00
Tatsuhiro Tsujikawa e665ef8f3e Merge pull request #907 from aria2/clarify-max-concurrent-downloads
Clarify --max-concurrent-downloads option
2017-05-09 00:01:07 +09:00
Tatsuhiro Tsujikawa 5eb1f2c574 Merge pull request #906 from aria2/fix-compile-error
Fix compile error with toolchain which lacks IPV6_TCLASS
2017-05-08 23:58:38 +09:00
Tatsuhiro Tsujikawa 9ac47a62b4 Clarify --max-concurrent-downloads option 2017-05-08 22:59:29 +09:00
Tatsuhiro Tsujikawa fe2226b988 Fix compile error with toolchain which lacks IPV6_TCLASS 2017-05-08 22:45:12 +09:00
Tatsuhiro Tsujikawa 63ad6e0072 Merge branch 'tsekityam-master' 2017-05-08 22:37:48 +09:00
Tse Kit Yam e07356a502 Fix typo
Although I haven’t checked the code, I believe `unpauseAll` only works
on paused downloads.
2017-05-08 22:37:03 +09:00
Tatsuhiro Tsujikawa 3cbc83dc07 Update doc 2017-04-29 22:20:48 +09:00
Tatsuhiro Tsujikawa a28396065e Fix broken text formatting 2017-04-16 16:50:20 +09:00
Tatsuhiro Tsujikawa 79a20e046f Fix typo 2017-04-15 22:19:04 +09:00
Tatsuhiro Tsujikawa e441cf0575 Merge pull request #885 from aria2/notice-log-level-redirection-uri
Log directed URI in notice log level
2017-04-13 22:24:45 +09:00
Tatsuhiro Tsujikawa c7a13f934c Log directed URI in notice log level 2017-04-09 19:37:39 +09:00
Tatsuhiro Tsujikawa 1d77985abd Merge pull request #879 from tsekityam/patch-1
Fix typo
2017-04-02 19:05:55 +09:00
Tse Kit Yam 1e8cf5151e Fix typo 2017-04-01 23:19:57 +08:00
Tatsuhiro Tsujikawa b51e5814f1 Merge pull request #870 from ka7/feature/spelling
Feature/spelling
2017-03-21 22:42:30 +09:00
klemens aa5567d774 spelling fixes 2017-03-20 22:46:38 +01:00
klemens ec2ce4ffe5 spelling fixes 2017-03-20 22:44:41 +01:00
Tatsuhiro Tsujikawa f0adbde2e6 Merge pull request #868 from fornwall/android-cleanup
Remove unused Android parts
2017-03-19 18:02:35 +09:00
Fredrik Fornwall 68edbb358c Remove unused Android parts
These parts where unused after merging https://github.com/aria2/aria2/pull/736
2017-03-18 01:01:18 +01:00
Tatsuhiro Tsujikawa 7db393ec3d Merge branch 'save-control-file-early' 2017-03-05 19:58:02 +09:00
Tatsuhiro Tsujikawa bfc54d0b9a Save control file early 2017-03-02 22:54:11 +09:00
Tatsuhiro Tsujikawa 9eff8100ef Refactor 2017-03-02 22:48:40 +09:00
Tatsuhiro Tsujikawa 924e115e3e Merge pull request #860 from mlesniew/update_raspberry_pi_dockerfile
Update links in Dockerfile.raspberrypi
2017-03-02 22:31:22 +09:00
Tatsuhiro Tsujikawa 6289aafaf8 Increase backlog to 1024 2017-03-02 22:23:29 +09:00
Michał Leśniewski 0cee6f5a34 Update links in Dockerfile.raspberrypi
Some links used in Dockerfile.raspberrypi are not accessible anymore,
because they were pointing to old versions of some source packages and
new versions were released.  This commit fixes this by changing the
links to point to the newest versions.
2017-03-02 13:29:52 +01:00
Tatsuhiro Tsujikawa 147c68f4bc Merge pull request #857 from aria2/fix-disk-full-error
Propagate disk full error on pre-allocation to last error code
2017-02-26 21:31:01 +09:00
Tatsuhiro Tsujikawa 8fc0c85125 Propagate disk full error on pre-allocation to last error code 2017-02-23 21:34:58 +09:00
Tatsuhiro Tsujikawa 857d6a2a8e Fix compiler warning with Android NDK clang 2017-01-23 00:58:44 +09:00
Tatsuhiro Tsujikawa 13b2c4a0f9 Compile using Android NDK clang 2017-01-23 00:58:16 +09:00
Tatsuhiro Tsujikawa 36902526b6 Update NEWS 2017-01-16 22:34:28 +09:00
Tatsuhiro Tsujikawa dc84ca14e5 Update doc 2017-01-16 22:19:52 +09:00
Tatsuhiro Tsujikawa b3ece25fde Bump up version number to 1.31.0 2017-01-16 22:12:14 +09:00
Tatsuhiro Tsujikawa f55fced91f Update bash_completion 2017-01-16 22:11:12 +09:00
Tatsuhiro Tsujikawa eecb5e055e clang-format 2017-01-16 21:33:04 +09:00
Tatsuhiro Tsujikawa c7551a173f Update AUTHORS 2017-01-16 21:31:49 +09:00
Tatsuhiro Tsujikawa 7cd9285085 Update binary build dependencies 2017-01-16 21:30:20 +09:00
Tatsuhiro Tsujikawa 6625f8cadb Merge pull request #836 from aria2/better-file-status-error-msg
Better error message when local file status cannot be retrieved
2017-01-16 21:07:17 +09:00