Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
12 anni fa |
Tatsuhiro Tsujikawa
|
d444a6cc9e
Make getOption RPC method return option for stopped downloads
|
12 anni fa |
Tatsuhiro Tsujikawa
|
06377d77c9
Add changeGlobalOption, getGlobalOption, getGlobalOptions API
|
12 anni fa |
Tatsuhiro Tsujikawa
|
c7c4d46672
Add changeOption and DownloadHandle::getOption API
|
12 anni fa |
Tatsuhiro Tsujikawa
|
cef6db17ba
Add changePosition API
|
12 anni fa |
Tatsuhiro Tsujikawa
|
4f5d26a0c7
Use BtFileMode for TorrentAttribute::mode
|
12 anni fa |
Tatsuhiro Tsujikawa
|
bbc8866cfb
Add removeDownload, pauseDownload and unpauseDownload API function
|
12 anni fa |
Tatsuhiro Tsujikawa
|
d4ba562710
Implement IndexedList::iterator
|
12 anni fa |
Tatsuhiro Tsujikawa
|
1e4f301ec1
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
|
12 anni fa |
Tatsuhiro Tsujikawa
|
07bb779eb0
Faster deletion of RequestGroup and DownloadResult lists
|
13 anni fa |
Tatsuhiro Tsujikawa
|
b9da9d4ed3
Use 64 bits random bytes as GID
|
13 anni fa |
Tatsuhiro Tsujikawa
|
21c3903af0
Simplified TransferStat struct
|
13 anni fa |
Tatsuhiro Tsujikawa
|
0ecfa19925
Reworked download/upload statistics calculation
|
13 anni fa |
Tatsuhiro Tsujikawa
|
a9c76ed35e
Added --rpc-save-upload-metadata option
|
13 anni fa |
Tatsuhiro Tsujikawa
|
8b0c701266
Removed trailing spaces
|
13 anni fa |
Tatsuhiro Tsujikawa
|
ae2e4cb7ff
Handle OptionHandlers as raw pointer
|
13 anni fa |
Tatsuhiro Tsujikawa
|
89f18dde85
Use nothrow version of parseInt, parseUInt and parseLLInt
|
13 anni fa |
Tatsuhiro Tsujikawa
|
9d294741fd
Rewritten FeatureConfig into set of functions
|
13 anni fa |
Tatsuhiro Tsujikawa
|
e2340efe27
Use std::vector instead of std::map for ContextAttribute objects
|
13 anni fa |
Tatsuhiro Tsujikawa
|
2795176d79
Add GID => RequestGroup index for faster access to RequestGroup
|
13 anni fa |
Tatsuhiro Tsujikawa
|
c1ddf34e4b
Specify torrent file explicitly in createRequestGroupForBitTorrent()
|
13 anni fa |
Tatsuhiro Tsujikawa
|
1b874268a0
Use int64_t instead of off_t
|
13 anni fa |
Tatsuhiro Tsujikawa
|
4b03634f36
Use PRId64 for int64_t format specifier
|
13 anni fa |
Tatsuhiro Tsujikawa
|
eed804baaa
Use std::set instead of std::deque if the elements are sorted and
|
13 anni fa |
Tatsuhiro Tsujikawa
|
f4e0eae904
Added checkRequiredInteger() to check integer param is in valid range.
|
13 anni fa |
Tatsuhiro Tsujikawa
|
d4e9b07719
Fixed compile error without BitTorrent support
|
14 anni fa |
Tatsuhiro Tsujikawa
|
c8191700b1
Fixed compile error without BitTorrent and Metalink support
|
14 anni fa |
Tatsuhiro Tsujikawa
|
9a6f88c162
Use util::itos() for signed integrals
|
14 anni fa |
Tatsuhiro Tsujikawa
|
9d15d732ed
Use int32_t for piece length instead of size_t
|
14 anni fa |
Tatsuhiro Tsujikawa
|
12988e5282
Replaced uint64_t with off_t or int64_t.
|
14 anni fa |