Histórico de Commits

Autor SHA1 Mensagem Data
  Tatsuhiro Tsujikawa babdcb2c7d Change have entry indexing method há 9 anos atrás
  Tatsuhiro Tsujikawa 56a114746a Use std::make_shared for efficiency há 9 anos atrás
  Tatsuhiro Tsujikawa d64089632e Merge branch 'master' into random-webseeding há 9 anos atrás
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 há 9 anos atrás
  Tatsuhiro Tsujikawa c81b132112 Merge branch 'master' into random-webseeding 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
  Tatsuhiro Tsujikawa c63fc414c3 Add --stream-piece-selector=random há 10 anos atrás
  Tatsuhiro Tsujikawa f72a303b8d Add --bt-detach-seed-only option há 11 anos atrás
  Tatsuhiro Tsujikawa 2807258279 Use std::make_shared and make_unique where possible, part 1 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 4d105a2686 Limit number of opened file globally with --bt-max-open-files option 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 d3a04d10a7 DefaultPieceStorage::initStorage: Clean up há 12 anos atrás
  Tatsuhiro Tsujikawa f000fd0cab MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter há 12 anos atrás
  Tatsuhiro Tsujikawa 0cdeaa8177 Return nullptr directly where std::shared_ptr is expected há 12 anos atrás
  Tatsuhiro Tsujikawa bc6aa3073b Use std::unique_ptr for StreamPieceSelector instead of std::shared_ptr 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 7e6db8d801 Use std::unique_ptr instead of array_ptr há 12 anos atrás
  Tatsuhiro Tsujikawa da7400ef5c Return std::unique_ptr member as const ref há 12 anos atrás
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr há 12 anos atrás
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun há 12 anos atrás
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle há 12 anos atrás
  Tatsuhiro Tsujikawa 4a106e7fcf Send HAVE message to the peer which the piece is downloaded from há 12 anos atrás
  Tatsuhiro Tsujikawa 1c571f196a Refactor Notifier interface to accept DownloadEventListener interface há 12 anos atrás
  Tatsuhiro Tsujikawa c09a5a95f4 mingw32: Re-open files with read-only mode enabled on seeding há 13 anos atrás
  Tatsuhiro Tsujikawa f314719618 Added --disk-cache option há 13 anos atrás
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef há 13 anos atrás