Tatsuhiro Tsujikawa
|
fa9f3fb5a3
Wrap Command object in std::unique_ptr
|
12 лет назад |
Tatsuhiro Tsujikawa
|
9db01bed71
DefaultBtAnnounce: Use non-owning raw pointer for downloadContext_
|
12 лет назад |
Tatsuhiro Tsujikawa
|
bef6236da8
DownloadContext::attrs_ now holds std::unique_ptr
|
12 лет назад |
Tatsuhiro Tsujikawa
|
50dcd6394c
Use std::unique_ptr instead of std::shared_ptr
|
12 лет назад |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
12 лет назад |
Tatsuhiro Tsujikawa
|
421ae13d40
Run checksum check if -V and -c are used and file is completed
|
12 лет назад |
Nils Maier
|
7f6a446750
Hygiene: Fix some clang warnings, mostly unused private members.
|
12 лет назад |
Tatsuhiro Tsujikawa
|
b9da9d4ed3
Use 64 bits random bytes as GID
|
13 лет назад |
Tatsuhiro Tsujikawa
|
f314719618
Added --disk-cache option
|
13 лет назад |
Tatsuhiro Tsujikawa
|
21c3903af0
Simplified TransferStat struct
|
13 лет назад |
Tatsuhiro Tsujikawa
|
0ecfa19925
Reworked download/upload statistics calculation
|
13 лет назад |
Tatsuhiro Tsujikawa
|
8b0c701266
Removed trailing spaces
|
13 лет назад |
Tatsuhiro Tsujikawa
|
3258614033
Removed *Handle typedef
|
13 лет назад |
Tatsuhiro Tsujikawa
|
1c57a3ff9f
Code cleanup
|
13 лет назад |
Tatsuhiro Tsujikawa
|
d8c44fe9e8
Use const char* instead of static const std::string
|
13 лет назад |
Tatsuhiro Tsujikawa
|
461a542c5e
Rewritten DownloadHandlerConstants
|
13 лет назад |
Tatsuhiro Tsujikawa
|
e2340efe27
Use std::vector instead of std::map for ContextAttribute objects
|
13 лет назад |
Tatsuhiro Tsujikawa
|
b336725ca0
Don't check control file existence if isPreLocalFileCheckEnabled() == false
|
13 лет назад |
Tatsuhiro Tsujikawa
|
2795176d79
Add GID => RequestGroup index for faster access to RequestGroup
|
13 лет назад |
Tatsuhiro Tsujikawa
|
16d395779a
Removed static_cast<int64>()s where they are unnecessary
|
13 лет назад |
Tatsuhiro Tsujikawa
|
1b874268a0
Use int64_t instead of off_t
|
13 лет назад |
Tatsuhiro Tsujikawa
|
4b03634f36
Use PRId64 for int64_t format specifier
|
13 лет назад |
Tatsuhiro Tsujikawa
|
db86ffbca9
Fixed compile error without libnettle, libgcrypt and openssl
|
14 лет назад |
Tatsuhiro Tsujikawa
|
1c292f469e
aria2 now doesn't assume download's completed just because file size matched
|
14 лет назад |
Tatsuhiro Tsujikawa
|
f0bcfa822e
Use int instead of unsigned int where unsigned int is not needed.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
12988e5282
Replaced uint64_t with off_t or int64_t.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
26d4ca8a6a
Made notice level log messages translatable
|
14 лет назад |
Tatsuhiro Tsujikawa
|
f860bf0d50
Use %lld to fomat a2_gid_t
|
14 лет назад |
Tatsuhiro Tsujikawa
|
1687741303
Use fmt instead of util::itos
|
14 лет назад |
Tatsuhiro Tsujikawa
|
2e5d9b056f
Removed strconcat
|
14 лет назад |