Commit Graph

4994 Commits (835ce97eb5a0e19e9becc6592ea6ac510b85ba0c)

Author SHA1 Message Date
Tatsuhiro Tsujikawa 835ce97eb5 Use latest sqlite3 for mingw build 2016-08-20 10:56:54 +09:00
Tatsuhiro Tsujikawa 01e790fbfd Bump up version number to 1.26.0 2016-08-20 10:43:31 +09:00
Tatsuhiro Tsujikawa 441d426002 Update AUTHORS 2016-08-20 10:41:53 +09:00
Tatsuhiro Tsujikawa 7c1d138143 Merge branch 'FloGa-bugfix/unauthorized-call-in-aria2mon' 2016-08-06 22:49:31 +09:00
Florian Gamböck 98f773f3fa aria2mon: Add secret parameter to getFiles call 2016-08-06 12:39:40 +02:00
Florian Gamböck e39e1e11a4 aria2mon: Replace client.call with local method 2016-08-06 12:36:14 +02:00
Tatsuhiro Tsujikawa c09eab574c Merge pull request #722 from ardecvz/reorder-note
Reorder a note section in aria2c.rst
2016-08-04 15:41:19 +02:00
Artur Petrov dd1a3acac6 Reorder a note section in aria2c.rst 2016-08-04 02:49:24 +03:00
Tatsuhiro Tsujikawa ede9932a10 bash_completion: Add missing options which takes one of pre-defined values 2016-08-02 22:28:26 +09:00
Tatsuhiro Tsujikawa 099ba15315 Merge pull request #717 from cxjava/patch-1
tar bz2 for expat-x.x.x.tar.bz2
2016-08-01 15:29:58 +02:00
Tatsuhiro Tsujikawa cf15a6feee Merge pull request #719 from ITriskTI/patch-1
Update aria2c.rst
2016-08-01 15:29:29 +02:00
Tatsuhiro Tsujikawa 48310915ee Replace "/" with "-" in magnet dn name when used as in-memory download name 2016-08-01 22:25:03 +09:00
ITriskTI 48b299afe5 Update aria2c.rst 2016-08-01 11:54:27 +03:00
Char 4563d1ce14 tar bz2 for expat-x.x.x.tar.bz2
tar bz2 for expat-x.x.x.tar.bz2
2016-07-27 22:31:27 +08:00
Nils Maier 829a3552fd Enable ccache in travis-ci
Speeds up the build most of the time.

Closes GH-710
2016-07-22 01:00:23 +02:00
Nils Maier 6fc990b2a2 Enable OSX/macOS build for travis
Closes GH-711
Closes GH-666
2016-07-21 20:38:16 +02:00
Tatsuhiro Tsujikawa 8e07568a9e clang-format 2016-07-21 01:00:47 +09:00
Tatsuhiro Tsujikawa 5b4e3361d4 Update --auto-file-renaming help text according to the manual page 2016-07-20 22:51:12 +09:00
Tatsuhiro Tsujikawa 9a63e59104 Extend maximum BitTorrent incoming payload size to 64KiB 2016-07-20 22:42:29 +09:00
Tatsuhiro Tsujikawa 537b8659d2 Merge pull request #712 from 103yiran/103yiran-patch-1
correcting the copyright format error
2016-07-20 22:31:26 +09:00
103yiran d1afaa2ff1 correcting the copyright format error 2016-07-20 11:21:00 +08:00
103yiran 8c1ebd2e4f correcting the copyright format error 2016-07-20 11:19:42 +08:00
103yiran 193073754d correcting the copyright format error 2016-07-20 11:18:23 +08:00
103yiran e5ece7586e correcting the copyright format error 2016-07-20 11:17:07 +08:00
103yiran d25fdd3636 correcting the copyright format error 2016-07-20 11:13:56 +08:00
103yiran 0eaeda9548 correcting the copyright format error 2016-07-20 11:11:00 +08:00
103yiran d3e9c34bd5 correcting the copyright format error 2016-07-20 11:09:20 +08:00
103yiran 24949b7c70 correcting the copyright format error 2016-07-20 11:04:59 +08:00
Nils Maier f5ceeebe86 Fix some compiler warnings 2016-07-19 20:55:42 +02:00
Nils Maier 665a1d1b35 Better auto-renaming
Up until now aria2 file auto renaming worked by just appending a new
unique number to the file path, behind the file name extension, if any,
changing what most other programs consider the file extension in the
process.
Now, aria2 will attempt to insert the number before the file extension,
leaving the extension intact, so that e.g. a ".jpg" still is a ".jpg"
file and opens in your configured image viewer when clicking it.
If a file has no extension (incl. so called "dot files"), the number
will be appended to the file name as usual.

Note: This is a potentially breaking change that might break third party
scripts that rely on aria2 auto file renaming producing a certain format
for renamed files. Please fix your scripts accordingly.

Closes GH-709
2016-07-19 20:55:41 +02:00
Nils Maier b6d9e7a01f Log number of items loaded from input file 2016-07-19 20:55:41 +02:00
Tatsuhiro Tsujikawa 1ab2b99692 Merge branch 'SSSSeb-seed' 2016-07-18 17:42:11 +09:00
Tatsuhiro Tsujikawa 66976ea4b1 Update doc 2016-07-18 17:41:56 +09:00
Tatsuhiro Tsujikawa 196e4cbede Use C++ style cast 2016-07-18 17:41:09 +09:00
Tatsuhiro Tsujikawa 196f8c4ad9 Fix help output 2016-07-18 17:38:52 +09:00
Tatsuhiro Tsujikawa 99e5d85de0 Merge branch 'seed' of https://github.com/SSSSeb/aria2 into SSSSeb-seed 2016-07-18 17:34:34 +09:00
Tatsuhiro Tsujikawa 8096690418 Update doc 2016-07-18 00:25:20 +09:00
Tatsuhiro Tsujikawa 8734893d66 Use Android NDK r12b
It looks like timgm is now not declared in header file with our
configuration.  Use just our version.
2016-07-18 00:12:02 +09:00
Tatsuhiro Tsujikawa 3220989f56 Link external libraries to libaria2 with --enable-libaria2 2016-07-17 19:17:12 +09:00
Tatsuhiro Tsujikawa f6ac3fa691 Update NEWS 2016-07-15 22:54:54 +09:00
Tatsuhiro Tsujikawa 020859f8de Update third-party libraries for binary releases 2016-07-15 22:32:44 +09:00
Tatsuhiro Tsujikawa 7251167e58 Bump up version to 1.25.0 2016-07-15 22:11:22 +09:00
Tatsuhiro Tsujikawa 777b818690 Add offset value to Timer::clock::now() to treat 0 as special value 2016-07-14 00:52:43 +09:00
Sébastien Cabaniols 7410b27990 allow seconds for seed-time (fractional minutes) 2016-07-12 09:58:56 +02:00
Tatsuhiro Tsujikawa 01f870221b Fix have entry removal 2016-07-11 01:29:12 +09:00
Tatsuhiro Tsujikawa babdcb2c7d Change have entry indexing method
Now use increasing sequence of integer rather than timer value.
2016-07-10 22:42:49 +09:00
Tatsuhiro Tsujikawa f2aa7564b0 Remove unnecessary condition 2016-07-10 00:05:08 +09:00
Tatsuhiro Tsujikawa 4d27668d7c Decide interest and choking after receiving messages 2016-07-10 00:04:42 +09:00
Tatsuhiro Tsujikawa c4cf8fa61d Send have message without too much delay
Also send bitfield rather than have messages if bitfield message is
equal to or less than the sum of have messages which otherwise would
be sent.
2016-07-09 21:36:57 +09:00
Tatsuhiro Tsujikawa ae11b7a85d Fix bug that causes bogus EOF connection failure in BitTorrent downloads 2016-07-09 21:36:57 +09:00