Histórico de Commits

Autor SHA1 Mensagem Data
  Tatsuhiro Tsujikawa 25615fcb17 Add "seeder" key to tellStatus RPC response há 9 anos atrás
  Tatsuhiro Tsujikawa 8b93b12488 Reduce delay in tracker request há 9 anos atrás
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 há 9 anos atrás
  Tatsuhiro Tsujikawa 9a77c404f7 Fix bug that pause/unpause seeding torrent prevents new downloads from starting há 10 anos atrás
  Jarda Snajdr 06b8874a49 Send the last error message as part of tellStatus RPC response há 10 anos atrás
  Tatsuhiro Tsujikawa 0b48bb1dbd Use user-defined literals for time units há 10 anos atrás
  Tatsuhiro Tsujikawa 37c2edd97a Use std::shuffle, instead of std::random_shuffle há 10 anos atrás
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib há 10 anos atrás
  Nils Maier 6f9ea555c2 Fix compiler warning há 11 anos atrás
  Tatsuhiro Tsujikawa f72a303b8d Add --bt-detach-seed-only option há 11 anos atrás
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 há 11 anos atrás
  Tatsuhiro Tsujikawa 570bc24fb9 Fix use-after-free on exit with multi-file torrent download + DHT há 11 anos atrás
  Tatsuhiro Tsujikawa adeead6f03 Revert to existing "proper" coding style há 11 anos atrás
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always há 11 anos atrás
  Tatsuhiro Tsujikawa dcf98d519f Fix crash if unpause failed before assigning BtProgressInfoFile object há 12 anos atrás
  Tatsuhiro Tsujikawa c881f9fcad Run DHT if torrent is private; but don't use DHT for that torrent há 12 anos atrás
  Nils Maier 2db0c81fc8 Stuff memory holes há 12 anos atrás
  Tatsuhiro Tsujikawa 4d105a2686 Limit number of opened file globally with --bt-max-open-files option há 12 anos atrás
  Tatsuhiro Tsujikawa 9e52483c04 Refactor DownloadHandlerFactory há 12 anos atrás
  Tatsuhiro Tsujikawa e1e6bb1ec5 Don't fail multiple concurrent dl same file if auto-file-renaming is enabled há 12 anos atrás
  Nils Maier 29d569eef9 Cleanup RequestGroup code a bit há 12 anos atrás
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate há 12 anos atrás
  Nils Maier 8526ceeb45 Convert to autos and ranged loops há 12 anos atrás
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr há 12 anos atrás
  Tatsuhiro Tsujikawa 162c138362 BtRegistry: Use std::unique_ptr for BtObject há 12 anos atrás
  Tatsuhiro Tsujikawa cc3cd8a58b DownloadEngine: Use std::unique_ptr for btRegistry_ há 12 anos atrás
  Tatsuhiro Tsujikawa 6b397c8125 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry há 12 anos atrás
  Tatsuhiro Tsujikawa 128783cf86 Use std::unique_ptr for PieceSelector instead of std::shared_ptr há 12 anos atrás
  Tatsuhiro Tsujikawa a479473949 Use std::unique_ptr for URISelector instead of std::shared_ptr há 12 anos atrás
  Tatsuhiro Tsujikawa f022402dc9 Use std::unique_ptr in DHTRegistry há 12 anos atrás