Nils Maier
|
2db0c81fc8
Stuff memory holes
|
před 12 roky |
Tatsuhiro Tsujikawa
|
4d105a2686
Limit number of opened file globally with --bt-max-open-files option
|
před 12 roky |
Tatsuhiro Tsujikawa
|
9e52483c04
Refactor DownloadHandlerFactory
|
před 12 roky |
Tatsuhiro Tsujikawa
|
e1e6bb1ec5
Don't fail multiple concurrent dl same file if auto-file-renaming is enabled
|
před 12 roky |
Nils Maier
|
29d569eef9
Cleanup RequestGroup code a bit
|
před 12 roky |
Nils Maier
|
3590077d5c
More auto-converts by cpp11-migrate
|
před 12 roky |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
před 12 roky |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
162c138362
BtRegistry: Use std::unique_ptr for BtObject
|
před 12 roky |
Tatsuhiro Tsujikawa
|
cc3cd8a58b
DownloadEngine: Use std::unique_ptr for btRegistry_
|
před 12 roky |
Tatsuhiro Tsujikawa
|
6b397c8125
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
před 12 roky |
Tatsuhiro Tsujikawa
|
128783cf86
Use std::unique_ptr for PieceSelector instead of std::shared_ptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
a479473949
Use std::unique_ptr for URISelector instead of std::shared_ptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
f022402dc9
Use std::unique_ptr in DHTRegistry
|
před 12 roky |
Tatsuhiro Tsujikawa
|
fa9f3fb5a3
Wrap Command object in std::unique_ptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
9db01bed71
DefaultBtAnnounce: Use non-owning raw pointer for downloadContext_
|
před 12 roky |
Tatsuhiro Tsujikawa
|
bef6236da8
DownloadContext::attrs_ now holds std::unique_ptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
50dcd6394c
Use std::unique_ptr instead of std::shared_ptr
|
před 12 roky |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
před 12 roky |
Tatsuhiro Tsujikawa
|
421ae13d40
Run checksum check if -V and -c are used and file is completed
|
před 12 roky |
Nils Maier
|
7f6a446750
Hygiene: Fix some clang warnings, mostly unused private members.
|
před 12 roky |
Tatsuhiro Tsujikawa
|
b9da9d4ed3
Use 64 bits random bytes as GID
|
před 13 roky |
Tatsuhiro Tsujikawa
|
f314719618
Added --disk-cache option
|
před 13 roky |
Tatsuhiro Tsujikawa
|
21c3903af0
Simplified TransferStat struct
|
před 13 roky |
Tatsuhiro Tsujikawa
|
0ecfa19925
Reworked download/upload statistics calculation
|
před 13 roky |
Tatsuhiro Tsujikawa
|
8b0c701266
Removed trailing spaces
|
před 13 roky |
Tatsuhiro Tsujikawa
|
3258614033
Removed *Handle typedef
|
před 13 roky |
Tatsuhiro Tsujikawa
|
1c57a3ff9f
Code cleanup
|
před 13 roky |
Tatsuhiro Tsujikawa
|
d8c44fe9e8
Use const char* instead of static const std::string
|
před 13 roky |
Tatsuhiro Tsujikawa
|
461a542c5e
Rewritten DownloadHandlerConstants
|
před 13 roky |