Commit Graph

4658 Commits (8f64d72cbc2d6570090753ebd292d8a2a0e54aeb)

Author SHA1 Message Date
amtlib-dot-dll 8f64d72cbc Update README.android
Providing some workarounds about CA certificates and standard output
2015-08-30 12:59:13 +08:00
Tatsuhiro Tsujikawa 17e5c98ba6 Return 200 HTTP status code if exception was caught while executing RPC method
Previously, we returned 500 HTTP status code.  I think the found in
RPC level, not in HTTP protocol, so 500 is not appropriate.
2015-08-15 17:56:05 +09:00
Tatsuhiro Tsujikawa 925b5cec07 WinTLS: Fix potential infinite loop 2015-08-07 22:20:04 +09:00
Tatsuhiro Tsujikawa 52c68c431d Fix on-download-error is executed even if download succeeded 2015-08-01 21:42:03 +09:00
Tatsuhiro Tsujikawa 008aba66d5 Check nullptr is supported by C++ compiler 2015-07-29 21:37:59 +09:00
Tatsuhiro Tsujikawa 4da5af0f3b Merge branch 'elieux-mingw' 2015-07-19 17:17:09 +09:00
Tatsuhiro Tsujikawa f6f3bd3c3a Merge branch 'mingw' of https://github.com/elieux/aria2 into elieux-mingw 2015-07-19 16:30:39 +09:00
Tatsuhiro Tsujikawa 4b924702bc Fix Dockerfile.mingw
Patch from Adam Baxter
2015-07-19 16:22:35 +09:00
Tatsuhiro Tsujikawa c3b89d37e1 Increase --select-file upper bound to 1m for torrent containing lots of files 2015-07-08 21:37:49 +09:00
Tatsuhiro Tsujikawa 7e3d82cb22 Fix busy loop with --dry-run and 4xx response for URI listed in metalink
See GH-430
2015-06-26 21:38:03 +09:00
Nils Maier 8fddf1bb7e Update sqlite in OSX build to 3.8.10.2 2015-06-24 14:49:39 +02:00
Nils Maier a3ba5c0588 Make clang (OSX) happy again 2015-06-24 14:26:43 +02:00
Nils Maier 3f2b5dce2f Make LibuvEventPoll compatible with the latest libuv again 2015-06-24 13:59:44 +02:00
Tatsuhiro Tsujikawa 11b25b7a55 Fix formatting issue for avg speed in Download Result 2015-06-22 22:18:58 +09:00
Tatsuhiro Tsujikawa 1adef4db0c Fix compile warning with Mingw64 x86 build 2015-06-21 20:53:08 +09:00
Tatsuhiro Tsujikawa 318c804504 Use user-defined literal for k, m, and g (powers of 1024) 2015-06-21 19:29:54 +09:00
Tatsuhiro Tsujikawa 8ba9b04747 Cleanup for defines 2015-06-21 17:42:27 +09:00
Tatsuhiro Tsujikawa f5ff5da9da Use constexpr for macros defined in BtConstants.h 2015-06-21 17:33:23 +09:00
Tatsuhiro Tsujikawa 95f2c00c71 Remove unused macros defined in util.h 2015-06-21 17:17:40 +09:00
Tatsuhiro Tsujikawa 7b3f94145d Make constexpr macros in DHTConstant.h 2015-06-21 17:05:02 +09:00
Tatsuhiro Tsujikawa 0b48bb1dbd Use user-defined literals for time units 2015-06-21 15:30:02 +09:00
Tatsuhiro Tsujikawa dd277b33af gnutls: Allow SIGN-RSA-SHA1 for compatibility reason 2015-06-21 15:16:15 +09:00
Tatsuhiro Tsujikawa 377eb0699f Use std::begin and std::end 2015-06-11 23:51:41 +09:00
Tatsuhiro Tsujikawa 37c2edd97a Use std::shuffle, instead of std::random_shuffle 2015-06-11 22:40:56 +09:00
Tatsuhiro Tsujikawa 8448b5062f Use std::begin and std::end 2015-06-11 21:37:00 +09:00
Tatsuhiro Tsujikawa 2bbec1086d Use std::make_shared 2015-06-11 21:25:19 +09:00
Tatsuhiro Tsujikawa 2448a8660b Merge branch 'chrono' 2015-06-09 03:59:47 +09:00
Tatsuhiro Tsujikawa ce89e26e55 Remove clock_gettime detection and its replacements 2015-06-09 03:45:40 +09:00
Tatsuhiro Tsujikawa 826c239ed2 Fix compiler warning on 32 bit platform 2015-06-09 03:24:14 +09:00
Tatsuhiro Tsujikawa b0f440e631 Rewrite Time with chrono 2015-06-09 03:15:10 +09:00
Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib 2015-06-09 02:05:34 +09:00
Tatsuhiro Tsujikawa 2874f6ab09 Merge branch 'wasamasa-pep-394' 2015-06-05 00:19:58 +09:00
Tatsuhiro Tsujikawa 79cdca5f5b Merge branch 'pep-394' of https://github.com/wasamasa/aria2 into wasamasa-pep-394 2015-06-05 00:19:22 +09:00
Tatsuhiro Tsujikawa a1de6730ab Merge branch 'ITriskTI-patch-1' 2015-06-04 23:24:14 +09:00
Vasilij Schneidermann 080266ac04 Make script compatible with both Python 2 and 3 2015-06-04 16:10:53 +02:00
ITriskTI 9d59461f9f Update aria2c.rst 2015-06-04 14:50:42 +03:00
Tatsuhiro Tsujikawa 9800f61b9a Merge branch 'wasamasa-xdg-support' 2015-06-02 23:08:40 +09:00
Vasilij Schneidermann 8bc1d37b3a Make config and cache files conform to XDG
See http://standards.freedesktop.org/basedir-spec/latest/ for further
details.  This implementation decides the default based on whether a
file exists at the legacy location, if it doesn't, it picks the
XDG-conforming location instead.
2015-06-02 15:54:27 +02:00
Tatsuhiro Tsujikawa 8470b51a1d Merge branch 'travis' 2015-05-30 14:16:23 +09:00
Tatsuhiro Tsujikawa 18c73f51a4 travis: Add libssh2 and run `make check` 2015-05-30 13:54:18 +09:00
Tatsuhiro Tsujikawa e210f57594 travis: Add autopoint and use libssl-dev
nettle-dev is not white listed yet, and libgcrypt is a bit old.
libssl-dev is mostly up-to-date and usable.
2015-05-30 13:33:49 +09:00
Tatsuhiro Tsujikawa 9334256658 Add travis integration 2015-05-30 13:33:48 +09:00
Tatsuhiro Tsujikawa bb8df11d7e ftp, sftp: Fix heap-after-free bug on exception 2015-05-28 22:15:25 +09:00
Tatsuhiro Tsujikawa 70541498d8 ftp: Fix timeout when reusing FTP connection 2015-05-28 22:14:43 +09:00
Tatsuhiro Tsujikawa 2a168172dc Bump up version number to 1.19.0 2015-05-24 18:50:23 +09:00
Tatsuhiro Tsujikawa d1bb9d3863 Update bash_completion 2015-05-24 18:45:45 +09:00
Tatsuhiro Tsujikawa 5e9992b2be Add outdated warning to pt translation 2015-05-24 18:43:23 +09:00
Tatsuhiro Tsujikawa abe7bc9c32 Add libaria2 build test target 2015-05-24 18:43:12 +09:00
Tatsuhiro Tsujikawa df5c86ba70 Update NEWS 2015-05-24 18:42:59 +09:00
Tatsuhiro Tsujikawa 03e5764936 Add Dockerfile.raspberrypi to EXTRA_DIST 2015-05-24 18:42:34 +09:00