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
Tatsuhiro Tsujikawa
381533e32d
Add libssh2 to mingw build config
2015-05-16 21:38:53 +09:00
Tatsuhiro Tsujikawa
ee12923122
Arrange #ifdef guard so that formatter does not get fooled
2015-05-16 20:58:51 +09:00
Tatsuhiro Tsujikawa
c26da09687
Add --ssh-host-key-md option
...
Set checksum for SSH host public key. Use same syntax with --checksum
option. TYPE is hash type. The supported hash type is sha-1 or
md5. DIGEST is hex digest. For example:
sha-1=b030503d4de4539dc7885e6f0f5e256704edf4c3. This option can be
used to validate server's public key when SFTP is used. If this
option is not set, which is default, no validation takes place.
2015-05-16 19:43:11 +09:00
Tatsuhiro Tsujikawa
4273885f16
Document --netrc-path option
2015-05-14 21:26:38 +09:00
Tatsuhiro Tsujikawa
a89c52734a
Merge branch 'zi0r-master'
2015-05-14 21:21:33 +09:00
Ryan Steinmetz
ceee04cfe8
Allow netrc-path to be specified in the config file
2015-05-14 21:20:11 +09:00
Tatsuhiro Tsujikawa
2a9012ab60
Merge branch 'multiSnow-master'
2015-05-14 21:15:23 +09:00