Tatsuhiro Tsujikawa
d38da969a5
Apply --retry-wait on 503 only
2016-06-21 23:46:54 +09:00
Tatsuhiro Tsujikawa
e8fcedf092
Take into account timeout
2016-06-21 23:30:39 +09:00
Tatsuhiro Tsujikawa
10b64e281a
Ensure that lowest speed check is done even when download speed is 0
2016-06-21 23:25:24 +09:00
Tatsuhiro Tsujikawa
2365c91994
Document that -o is always relative to -d option
2016-06-21 22:50:37 +09:00
Tatsuhiro Tsujikawa
1e59e357af
Fix compile error on OS X
2016-06-19 19:08:17 +09:00
Tatsuhiro Tsujikawa
f6f672f4d9
Allow larger ut_metadata size
2016-06-17 23:07:55 +09:00
Tatsuhiro Tsujikawa
a86a823f50
mingw: Change FD_SETSIZE to 32768
2016-06-16 23:00:21 +09:00
Tatsuhiro Tsujikawa
09e7cfc4c0
Update NEWS
2016-06-14 22:40:46 +09:00
Tatsuhiro Tsujikawa
dd7efdefc0
Update sqlite3 version for mingw build
2016-06-14 22:29:26 +09:00
Tatsuhiro Tsujikawa
9e42dc7c0b
Bump up version number to 1.24.0
2016-06-14 22:18:14 +09:00
Tatsuhiro Tsujikawa
4494d71a80
Update AUTHORS
2016-06-14 22:17:40 +09:00
Tatsuhiro Tsujikawa
8ead47536c
Merge pull request #676 from ITriskTI/patch-1
...
Update aria2c.rst
2016-06-14 21:56:51 +09:00
Tatsuhiro Tsujikawa
fa07d0be35
Fix uninitialized variable
2016-06-14 21:55:42 +09:00
Tatsuhiro Tsujikawa
2dd10c9645
Revert "Remove dead code"
...
This reverts commit fd024e6773
.
2016-06-12 09:52:58 +09:00
ITriskTI
0d02f12125
Update aria2c.rst
2016-06-09 21:49:47 +03:00
Tatsuhiro Tsujikawa
6425ec8684
Merge pull request #675 from ITriskTI/patch-1
...
local IP address to DHT
2016-06-10 01:13:20 +09:00
ITriskTI
21bac1ccc0
local IP address to DHT
...
for commit 3e00be26e8
2016-06-09 18:50:09 +03:00
Tatsuhiro Tsujikawa
fd024e6773
Remove dead code
2016-06-10 00:18:35 +09:00
Tatsuhiro Tsujikawa
e220c53849
BitTorrent: Allow 32KiB request
...
It looks like the 32KiB is the default request size of python
bittorrent client. Previously, aria2 only allowed maximum 16KiB
request.
2016-06-10 00:14:48 +09:00
Tatsuhiro Tsujikawa
c7d242e27d
Merge branch 'dynamic-select-file'
2016-06-07 21:13:30 +09:00
Tatsuhiro Tsujikawa
0d14444f0b
Merge branch 'master' into dynamic-select-file
2016-06-07 21:13:09 +09:00
Tatsuhiro Tsujikawa
887f7a6b90
Fix busy loop when upload rate limit hits
2016-06-06 23:41:33 +09:00
Tatsuhiro Tsujikawa
ae6067d2a9
Fix failed test
2016-06-05 11:30:43 +09:00
Tatsuhiro Tsujikawa
5ec84f9eae
Enable write socket check when there is pending messages to send
2016-06-05 11:26:41 +09:00
Tatsuhiro Tsujikawa
93bd6cfbb8
Disable opt unchoking for bad peer
2016-06-05 11:26:08 +09:00
Tatsuhiro Tsujikawa
22a91dfe12
Set Peer::chokingRequired(true) for all active peers
2016-06-05 11:22:20 +09:00
Tatsuhiro Tsujikawa
12b903f312
Set Peer::chokingRequired(true) for all active peer
2016-06-05 11:21:48 +09:00
Tatsuhiro Tsujikawa
e31a49b8ee
Don't unchoke peer which is not interested in us
2016-06-05 11:10:20 +09:00
Tatsuhiro Tsujikawa
ef9e67aeb2
Fix bug that evaluation of Peer::amChoking is negated
2016-06-05 11:09:30 +09:00
Tatsuhiro Tsujikawa
b95d7fbfec
Remove PeerStorage:scheduleForcedChokeRound since it is not effective
2016-06-04 22:11:51 +09:00
Tatsuhiro Tsujikawa
6b8611885b
Unchoke not-uploading peer if we could not find 3 regular unchokers
2016-06-04 22:10:34 +09:00
Tatsuhiro Tsujikawa
482cf6aca4
Fasten seed/download on fast connection
2016-06-02 22:13:47 +09:00
Tatsuhiro Tsujikawa
a0706f5a44
Make seeder do more get_peers to announce its presence
2016-06-02 00:09:54 +09:00
Tatsuhiro Tsujikawa
9486663259
Increase DHT task concurrency to 15
2016-05-31 22:24:19 +09:00
Tatsuhiro Tsujikawa
b64ea39c7b
Clang-format and small amends
...
mapaddr_ is always nullptr in this context, so no need to set to
nullptr again.
2016-05-31 22:21:17 +09:00
Tatsuhiro Tsujikawa
134c804b86
Merge branch 'c3V6a2Vy-fix-mmap-check'
2016-05-31 22:19:00 +09:00
Tatsuhiro Tsujikawa
eac72b9045
Merge branch 'fix-mmap-check' of https://github.com/c3V6a2Vy/aria2 into c3V6a2Vy-fix-mmap-check
2016-05-31 22:16:42 +09:00
Tatsuhiro Tsujikawa
3e00be26e8
Include local IP address to DHT GetPeers reply message
...
This is required when DHT is used in private network, where seeder is
initially not known to all nodes. This functionality requires
--bt-external-ip is set since aria2 cannot figure out external IP
address to advertise in general.
2016-05-27 23:28:53 +09:00
suzker
fa43431974
fixed mmap failure check with MAP_FAILED flag
2016-05-27 02:07:02 -07:00
suzker
ef0a2e601f
Compare filesize directly to the numeric max of size_t
2016-05-25 07:43:57 -07:00
suzker
43aea5c940
added filesize overflow check for mmap on 32bit os
2016-05-24 16:37:31 -07:00
Tatsuhiro Tsujikawa
c57259f8e7
Use standard percent-encode for tracker request query
2016-05-23 22:16:04 +09:00
Tatsuhiro Tsujikawa
d658fdecc6
Document about restart when certain option is changed by RPC method
2016-05-22 21:07:00 +09:00
Tatsuhiro Tsujikawa
9d40c47799
Merge branch 'master' into dynamic-select-file
2016-05-22 20:57:33 +09:00
Tatsuhiro Tsujikawa
0b906f40f1
Use expat-2.1.1 for mingw32 Docker build
2016-05-22 00:32:54 +09:00
Tatsuhiro Tsujikawa
5b5e08b216
Use expat-2.1.1 for binary builds
2016-05-22 00:30:56 +09:00
Tatsuhiro Tsujikawa
949a580a14
mingw32: Gain privilege before opening files
2016-05-18 22:59:46 +09:00
Tatsuhiro Tsujikawa
1603d8ea7b
Merge branch 'refactor-bt-msg'
2016-05-16 12:37:54 +09:00
Tatsuhiro Tsujikawa
9727b5b256
Merge branch 'master' into dynamic-select-file
2016-05-16 12:27:14 +09:00
Tatsuhiro Tsujikawa
56a114746a
Use std::make_shared for efficiency
2016-05-16 00:05:28 +09:00