Tatsuhiro Tsujikawa
|
25615fcb17
Add "seeder" key to tellStatus RPC response
|
9 years ago |
Tatsuhiro Tsujikawa
|
b1132d6b10
make clang-format using clang-format-3.6
|
9 years ago |
Tatsuhiro Tsujikawa
|
85faafcaf2
Fix bug that progress summary is not shown timely
|
10 years ago |
Tatsuhiro Tsujikawa
|
0b48bb1dbd
Use user-defined literals for time units
|
10 years ago |
Tatsuhiro Tsujikawa
|
99cd73c092
Replace timer facility with chrono lib
|
10 years ago |
Tatsuhiro Tsujikawa
|
2807258279
Use std::make_shared and make_unique where possible, part 1
|
11 years ago |
Nils Maier
|
010131161e
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
11 years ago |
Tatsuhiro Tsujikawa
|
30e4077440
Add --enable-color option to enable/disable terminal color output
|
11 years ago |
Nils Maier
|
80528aa9ce
Use some colors in progress reports (where available)
|
12 years ago |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
12 years ago |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
12 years ago |
Tatsuhiro Tsujikawa
|
162c138362
BtRegistry: Use std::unique_ptr for BtObject
|
12 years ago |
Tatsuhiro Tsujikawa
|
81f46fbf92
Use CXX11_OVERRIDE
|
12 years ago |
Tatsuhiro Tsujikawa
|
6b397c8125
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
12 years ago |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
12 years ago |
Tatsuhiro Tsujikawa
|
d4ba562710
Implement IndexedList::iterator
|
12 years ago |
Nils Maier
|
11b9f3ebe2
Detect console with on Windows
|
13 years ago |
Tatsuhiro Tsujikawa
|
1e4f301ec1
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
|
12 years ago |
Tatsuhiro Tsujikawa
|
07bb779eb0
Faster deletion of RequestGroup and DownloadResult lists
|
13 years ago |
Tatsuhiro Tsujikawa
|
b9da9d4ed3
Use 64 bits random bytes as GID
|
13 years ago |
Tatsuhiro Tsujikawa
|
2235743de3
Changed console readout, making it more compact
|
13 years ago |
Tatsuhiro Tsujikawa
|
4fdd5da27d
Compact readout when more than 1 simultaneous downloads are going on
|
13 years ago |
Tatsuhiro Tsujikawa
|
2364f809c3
Code cleanup: Merged successive string literals in readout
|
13 years ago |
Tatsuhiro Tsujikawa
|
bf56f3c299
Check the output file is terminal or not in ctor
|
13 years ago |
Tatsuhiro Tsujikawa
|
8566d050ff
Reset stream format state
|
13 years ago |
Tatsuhiro Tsujikawa
|
21c3903af0
Simplified TransferStat struct
|
13 years ago |
Tatsuhiro Tsujikawa
|
0ecfa19925
Reworked download/upload statistics calculation
|
13 years ago |
Tatsuhiro Tsujikawa
|
e2340efe27
Use std::vector instead of std::map for ContextAttribute objects
|
13 years ago |
Tatsuhiro Tsujikawa
|
f0bcfa822e
Use int instead of unsigned int where unsigned int is not needed.
|
14 years ago |
Tatsuhiro Tsujikawa
|
9a51cc356b
Changed interface of BtRegistry.
|
14 years ago |