Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa c63fc414c3 Add --stream-piece-selector=random il y a 10 ans
  Nils Maier 6f9ea555c2 Fix compiler warning il y a 11 ans
  Tatsuhiro Tsujikawa f72a303b8d Add --bt-detach-seed-only option il y a 11 ans
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 il y a 11 ans
  Tatsuhiro Tsujikawa 570bc24fb9 Fix use-after-free on exit with multi-file torrent download + DHT il y a 11 ans
  Tatsuhiro Tsujikawa adeead6f03 Revert to existing "proper" coding style il y a 11 ans
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always il y a 11 ans
  Tatsuhiro Tsujikawa dcf98d519f Fix crash if unpause failed before assigning BtProgressInfoFile object il y a 12 ans
  Tatsuhiro Tsujikawa c881f9fcad Run DHT if torrent is private; but don't use DHT for that torrent il y a 12 ans
  Nils Maier 2db0c81fc8 Stuff memory holes il y a 12 ans
  Tatsuhiro Tsujikawa 4d105a2686 Limit number of opened file globally with --bt-max-open-files option il y a 12 ans
  Tatsuhiro Tsujikawa 9e52483c04 Refactor DownloadHandlerFactory il y a 12 ans
  Tatsuhiro Tsujikawa e1e6bb1ec5 Don't fail multiple concurrent dl same file if auto-file-renaming is enabled il y a 12 ans
  Nils Maier 29d569eef9 Cleanup RequestGroup code a bit il y a 12 ans
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate il y a 12 ans
  Nils Maier 8526ceeb45 Convert to autos and ranged loops il y a 12 ans
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
  Tatsuhiro Tsujikawa 162c138362 BtRegistry: Use std::unique_ptr for BtObject il y a 12 ans
  Tatsuhiro Tsujikawa cc3cd8a58b DownloadEngine: Use std::unique_ptr for btRegistry_ il y a 12 ans
  Tatsuhiro Tsujikawa 6b397c8125 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry il y a 12 ans
  Tatsuhiro Tsujikawa 128783cf86 Use std::unique_ptr for PieceSelector instead of std::shared_ptr il y a 12 ans
  Tatsuhiro Tsujikawa a479473949 Use std::unique_ptr for URISelector instead of std::shared_ptr il y a 12 ans
  Tatsuhiro Tsujikawa f022402dc9 Use std::unique_ptr in DHTRegistry il y a 12 ans
  Tatsuhiro Tsujikawa fa9f3fb5a3 Wrap Command object in std::unique_ptr il y a 12 ans
  Tatsuhiro Tsujikawa 9db01bed71 DefaultBtAnnounce: Use non-owning raw pointer for downloadContext_ il y a 12 ans
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr il y a 12 ans
  Tatsuhiro Tsujikawa 50dcd6394c Use std::unique_ptr instead of std::shared_ptr il y a 12 ans
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
  Tatsuhiro Tsujikawa 421ae13d40 Run checksum check if -V and -c are used and file is completed il y a 12 ans
  Nils Maier 7f6a446750 Hygiene: Fix some clang warnings, mostly unused private members. il y a 12 ans