Historique des commits

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