Tatsuhiro Tsujikawa
9d41f159cd
Bump up version number to 1.23.0
2016-05-15 18:51:36 +09:00
Tatsuhiro Tsujikawa
d821cb3133
Update AUTHORS
2016-05-15 18:50:59 +09:00
Tatsuhiro Tsujikawa
2449ee6a76
Simplify cache write
...
The previous cache write routine was too complex. I'm sure I can
rewrite it to more elegantly. But the primary motivation of this
complex logic is for disk activity reduction on Windows 7, and I
observed it on my old IDE disk. I checked it again recently, and
there is no difference between with and without this complex logic.
For this reason, it was removed. Will revert this change if many of
users are not happy with this.
2016-05-15 18:47:13 +09:00
Tatsuhiro Tsujikawa
bafbbe7c1d
Allow subsecond value in ns cookie.txt file's expiry time field
2016-05-15 18:40:50 +09:00
Tatsuhiro Tsujikawa
6976ffed9e
Adjust chromium cookie time
2016-05-15 17:58:01 +09:00
Tatsuhiro Tsujikawa
3443349fc3
Refactor
2016-05-14 19:50:58 +09:00
Tatsuhiro Tsujikawa
566cac5023
Merge pull request #646 from Arthur2e5/patch-1
...
import-po: iterate on glob, not ls output
2016-05-12 15:20:54 +02:00
Tatsuhiro Tsujikawa
ef9ab6c534
Merge pull request #647 from Arthur2e5/patch-2
...
po/README: deflate -> inflate
2016-05-12 15:20:12 +02:00
Mingye Wang
c140a52468
po/README: deflate -> inflate
2016-05-07 16:23:18 -04:00
Mingye Wang
c5b83fed36
import-po: iterate on glob, not ls output
2016-05-07 16:22:26 -04:00
Tatsuhiro Tsujikawa
8897d7ec70
Restart active download to apply previously not applicable options
...
Previously, we categorized options that can be used in
aria2.changeOption RPC method into 2 categories. The options in one
category can be applied on the fly, meaning that download continues to
be active while applying options. Another category includes options
which are only applicable when downloads are waiting or paused.
In this change, when active download is ordered to change options
which only applicable in waiting or paused state, it is now paused,
and then automatically restarted. Although we have limited number of
download concurrency, the pause and restart is done atomically, and
the download is inserted at the front of the queue, it is picked up
immediately if the concurrency regulation allows.
2016-05-06 18:31:50 +09:00
Tatsuhiro Tsujikawa
e174b90ff2
Fix compile error
2016-05-02 23:51:16 +09:00
Tatsuhiro Tsujikawa
7c33676658
Merge pull request #641 from ITriskTI/patch-1
...
Update aria2c.rst
2016-04-29 15:55:40 +09:00
ITriskTI
47c5377fc9
Update aria2c.rst
2016-04-29 09:53:20 +03:00
Tatsuhiro Tsujikawa
94a45bfbfc
Documented new options
2016-04-27 00:28:27 +09:00
Tatsuhiro Tsujikawa
db239c2853
Add --stderr option to redirect all stdout log output to stderr
2016-04-27 00:16:55 +09:00
Tatsuhiro Tsujikawa
aa863fa4d1
Add "hide" to --download-result option
2016-04-26 23:35:44 +09:00
Tatsuhiro Tsujikawa
3c637fa3d5
Fix downloaded metaurl torrent filename
2016-04-23 19:29:01 +09:00
Tatsuhiro Tsujikawa
1ce6ac0b23
Add error handling for sigaction, signal and strdup
2016-04-23 18:18:06 +09:00
Tatsuhiro Tsujikawa
b316b2cec5
clang-format
2016-04-21 23:03:24 +09:00
Tatsuhiro Tsujikawa
aab2472390
Remove trailing "." from SAN and CN
2016-04-21 23:02:58 +09:00
Tatsuhiro Tsujikawa
3bb2946437
Merge pull request #632 from ReadmeCritic/master
...
Update README URLs based on HTTP redirects
2016-04-20 00:25:31 +09:00
Tatsuhiro Tsujikawa
af107b85c7
Merge branch 'RoToRx88-master'
2016-04-20 00:22:53 +09:00
rotor
cefea5db5a
Add a little bit of color to have a better visual of important informations
2016-04-20 00:22:34 +09:00
ReadmeCritic
cf4a1762d0
Update README URLs based on HTTP redirects
2016-04-19 08:01:17 -07:00
Tatsuhiro Tsujikawa
afccc903b9
Include gmp 6.1.0 patch
2016-04-18 23:43:04 +09:00
Tatsuhiro Tsujikawa
e8bd019570
Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2
2016-04-18 22:31:07 +09:00
Tatsuhiro Tsujikawa
d7391f9e0d
Merge pull request #629 from ITriskTI/patch-1
...
Update aria2c.rst
2016-04-18 22:20:08 +09:00
Tatsuhiro Tsujikawa
1126722bd3
mingw: Defer the falloc warning until falloc is specified by option
2016-04-18 22:17:41 +09:00
ITriskTI
3a6f39ca7a
Update aria2c.rst
2016-04-18 15:54:39 +03:00
Tatsuhiro Tsujikawa
c9e2223741
Merge branch 'add-btkey-to-completed'
2016-04-17 21:08:24 +09:00
Tatsuhiro Tsujikawa
ca634a82bd
Add bittorrent key to aria2.tellStopped status
2016-04-17 21:06:41 +09:00
Tatsuhiro Tsujikawa
79298daf5f
Merge branch 'kkartaltepe-RpcTellStatus-Hashing'
2016-04-16 00:01:57 +09:00
Tatsuhiro Tsujikawa
7f2f83c6fb
Document verifiedLength and verifiedIntegrityPending keys in the manual
2016-04-16 00:01:20 +09:00
Tatsuhiro Tsujikawa
2e0e8ed0e5
Amend
2016-04-15 23:54:10 +09:00
Tatsuhiro Tsujikawa
302bdfd9a0
Merge branch 'RpcTellStatus-Hashing' of https://github.com/kkartaltepe/aria2 into kkartaltepe-RpcTellStatus-Hashing
2016-04-15 23:33:26 +09:00
Tatsuhiro Tsujikawa
7105ce31f2
Merge branch 'sonnyp-system.listNotifications'
2016-04-15 23:31:17 +09:00
Tatsuhiro Tsujikawa
8fc28a9e43
clang-format
2016-04-15 23:31:00 +09:00
Tatsuhiro Tsujikawa
cf1dd06d03
Merge branch 'system.listNotifications' of https://github.com/sonnyp/aria2 into sonnyp-system.listNotifications
2016-04-15 23:26:38 +09:00
Tatsuhiro Tsujikawa
437d4aa776
Fix compile error with Android NDK
2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
6e6d0e315a
Update makerelease
2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
a474183bd3
clang-format
2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
d3b60d17f9
Update bash_completion
2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
ba9d6c1c83
Bump up version number to 1.22.0
2016-04-15 23:09:54 +09:00
Tatsuhiro Tsujikawa
45361920ee
Update NEWS
2016-04-15 23:09:54 +09:00
Nils Maier
552ae0695e
OSX: Disable asm in libgcrypt for compatiblity reasons
2016-04-14 02:30:25 +02:00
Nils Maier
582921d792
OSX: remove build directories on cleaner
2016-04-14 02:30:25 +02:00
Nils Maier
fc58153734
OSX: enable fat gmp again
...
which was disabled by accident
Closes GH-608
2016-04-14 02:30:25 +02:00
Tatsuhiro Tsujikawa
ce868d75bd
Fix issues reported by coverity
2016-04-13 19:20:19 +09:00
Tatsuhiro Tsujikawa
59c625b1fd
Update sphinx_rtd_theme
2016-04-11 23:16:07 +09:00