Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa 56a114746a Use std::make_shared for efficiency il y a 9 ans
  Tatsuhiro Tsujikawa d64089632e Merge branch 'master' into random-webseeding il y a 9 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 9 ans
  Tatsuhiro Tsujikawa c81b132112 Merge branch 'master' into random-webseeding il y a 10 ans
  Tatsuhiro Tsujikawa 37c2edd97a Use std::shuffle, instead of std::random_shuffle il y a 10 ans
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib il y a 10 ans
  Tatsuhiro Tsujikawa c63fc414c3 Add --stream-piece-selector=random il y a 10 ans
  Tatsuhiro Tsujikawa f72a303b8d Add --bt-detach-seed-only option il y a 11 ans
  Tatsuhiro Tsujikawa 2807258279 Use std::make_shared and make_unique where possible, part 1 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 4d105a2686 Limit number of opened file globally with --bt-max-open-files option 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 d3a04d10a7 DefaultPieceStorage::initStorage: Clean up il y a 12 ans
  Tatsuhiro Tsujikawa f000fd0cab MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter il y a 12 ans
  Tatsuhiro Tsujikawa 0cdeaa8177 Return nullptr directly where std::shared_ptr is expected il y a 12 ans
  Tatsuhiro Tsujikawa bc6aa3073b Use std::unique_ptr for StreamPieceSelector instead of std::shared_ptr 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 7e6db8d801 Use std::unique_ptr instead of array_ptr il y a 12 ans
  Tatsuhiro Tsujikawa da7400ef5c Return std::unique_ptr member as const ref il y a 12 ans
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr il y a 12 ans
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun 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 4a106e7fcf Send HAVE message to the peer which the piece is downloaded from il y a 12 ans
  Tatsuhiro Tsujikawa 1c571f196a Refactor Notifier interface to accept DownloadEventListener interface il y a 12 ans
  Tatsuhiro Tsujikawa c09a5a95f4 mingw32: Re-open files with read-only mode enabled on seeding il y a 13 ans
  Tatsuhiro Tsujikawa f314719618 Added --disk-cache option il y a 13 ans
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef il y a 13 ans
  Tatsuhiro Tsujikawa e2340efe27 Use std::vector instead of std::map for ContextAttribute objects il y a 13 ans