Commit Graph

4850 Commits (afccc903b9b42c657994d343026b8d1a82cd9e7a)

Author SHA1 Message Date
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
Tatsuhiro Tsujikawa e30becdbed Fix uninitialized field bug in WebSocketSession 2015-05-23 21:17:47 +09:00
Tatsuhiro Tsujikawa b84ae3a232 Add build test without libssh2 2015-05-23 15:24:12 +09:00
Tatsuhiro Tsujikawa fa3401dcb2 Update copyright year in -v output 2015-05-21 00:52:49 +09:00
Tatsuhiro Tsujikawa fb720b3077 android: Build and link with zlib
Previously, we linked with zlib shipped with NDK, but it seems this is
not part of NDK API, and thus could break our app.
2015-05-21 00:00:37 +09:00
Tatsuhiro Tsujikawa eb9dafc247 Add libssh2 to Dockerfile.mingw 2015-05-20 23:55:34 +09:00
Tatsuhiro Tsujikawa 65505be1be Merge branch 'ITriskTI-patch-1' 2015-05-20 21:08:38 +09:00
ITriskTI b073735d82 Update aria2c.rst 2015-05-19 19:53:43 +03:00
Tatsuhiro Tsujikawa c1417f08ce Remove useless --with-*-prefix from andrond-config 2015-05-16 23:07:26 +09:00
Tatsuhiro Tsujikawa ce36021447 Add libssh2 to android build config 2015-05-16 23:00:26 +09:00