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 лет назад |
Tatsuhiro Tsujikawa
|
1d56c17225
Code cleanup. Avoid std::string temporaries.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
9a51cc356b
Changed interface of BtRegistry.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
12659c74a8
Don't copy Option in RequestGroup ctor.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
2f59ce0048
Renamed DownloadResult::bitfieldStr to bitfield and changed its
|
14 лет назад |
Tatsuhiro Tsujikawa
|
6404f119e1
Renamed DownloadResult::infoHashStr to infoHash and changed its
|
14 лет назад |
Tatsuhiro Tsujikawa
|
02307cee0a
Removed utf8ToNative from log message and exception message.
|
14 лет назад |
Tatsuhiro Tsujikawa
|
3879da592d
In MinGW32, open file with UNICODE filename and print them in ANSI.
|
14 лет назад |