Tatsuhiro Tsujikawa
|
aa4ea8889c
|
clang-format-3.9
|
2016-10-15 19:02:54 +09:00 |
Nils Maier
|
366e2e8f79
|
Use default where possible
|
2016-08-29 16:52:20 +02:00 |
Tatsuhiro Tsujikawa
|
b1132d6b10
|
make clang-format using clang-format-3.6
|
2015-12-27 18:40:08 +09:00 |
Tatsuhiro Tsujikawa
|
e18e8aeeaa
|
Support Adler32 checksum
Adler32 checksum is available for --checksum option and hash element
in Metalink files. Currently, we use Adler32 implementation in Zlib.
|
2014-09-13 00:08:07 +09:00 |
Tatsuhiro Tsujikawa
|
2807258279
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
Nils Maier
|
fa30fe4b15
|
One MessageDigestImpl.h to rule them all.
|
2013-09-20 23:06:49 +02:00 |
Nils Maier
|
b678bc5e10
|
Fix AppleMessageDigestImpl use with large data
|
2013-09-20 23:06:49 +02:00 |
Nils Maier
|
cf6f58ceec
|
More code cleanups
|
2013-08-21 07:32:01 +02:00 |
Tatsuhiro Tsujikawa
|
81f46fbf92
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
Nils Maier
|
d4044306f3
|
AppleTLS: Fix MessageDigestImpl
|
2013-07-05 20:14:49 +02:00 |
Tatsuhiro Tsujikawa
|
0cdeaa8177
|
Return nullptr directly where std::shared_ptr is expected
The constructor of std::shared_ptr which takes nullptr is not explicit
so we can return nullptr directly.
|
2013-07-04 21:44:09 +09:00 |
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
Nils Maier
|
b874c7df11
|
AppleMD: Add destructors to make compilers happy
|
2013-04-10 08:51:57 +02:00 |
Nils Maier
|
0bcbd947b4
|
AppleTLS: Implement AppleTLS and Apple Message Digest
|
2013-04-05 23:10:47 +02:00 |