Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa c651d563d0 Fix a failed test il y a 3 ans
  Tatsuhiro Tsujikawa 64fe98a1ea clang-format il y a 8 ans
  Kurt Kartaltepe a3bacc0ff1 Add --peer-agent option il y a 8 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 9 ans
  Tatsuhiro Tsujikawa 318c804504 Use user-defined literal for k, m, and g (powers of 1024) il y a 10 ans
  Tatsuhiro Tsujikawa f5ff5da9da Use constexpr for macros defined in BtConstants.h il y a 10 ans
  Tatsuhiro Tsujikawa c0e4381780 util::parseIntSegments: Return SegList<int> il y a 11 ans
  Tatsuhiro Tsujikawa 007b890fe4 bittorrent::computeFastSet: Return std::vector il y a 11 ans
  Tatsuhiro Tsujikawa 4f3c526dcd Support PREF_DIR change for Metalink files il y a 11 ans
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
  Tatsuhiro Tsujikawa 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_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 4f5d26a0c7 Use BtFileMode for TorrentAttribute::mode il y a 12 ans
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces il y a 13 ans
  Tatsuhiro Tsujikawa 01e1fdaf49 Parse torrent file on the fly if --follow-torrent=mem is given il y a 13 ans
  Tatsuhiro Tsujikawa 1b874268a0 Use int64_t instead of off_t il y a 13 ans
  Tatsuhiro Tsujikawa 7989cd898d Use int or int32_t instead of size_t where suitable 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
  Tatsuhiro Tsujikawa 0c162dfbfb Made util::fromHex and base32::decode function template il y a 14 ans
  Tatsuhiro Tsujikawa d1d4903665 Rewritten bencode2::decode functions il y a 14 ans
  Tatsuhiro Tsujikawa 9e2624a265 Apply PREF_MAX_CONNECTION_PER_SERVER to BitTorrent WEB Seeding hosts. il y a 14 ans
  Tatsuhiro Tsujikawa 5749647ae5 Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() il y a 14 ans
  Tatsuhiro Tsujikawa 310e58bc62 Stored hash value as raw byte string, instead of hex digest. il y a 14 ans
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. il y a 14 ans
  Tatsuhiro Tsujikawa 3c73b6e767 Eliminated inet_ntoa and inet_ntop. Use getnameinfo() instead. il y a 14 ans
  Tatsuhiro Tsujikawa 03f0774482 Consistent naming scheme for hash type and digest for DownloadContext. il y a 14 ans
  Tatsuhiro Tsujikawa 0a2b1660fa Removed DownloadContext::dir_. Use PREF_DIR value instead. il y a 15 ans
  Tatsuhiro Tsujikawa 3ee6784b76 Made `make distcheck' pass. il y a 15 ans