Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa babdcb2c7d Change have entry indexing method 9 years ago
  Tatsuhiro Tsujikawa e220c53849 BitTorrent: Allow 32KiB request 9 years ago
  Tatsuhiro Tsujikawa a7237c69f7 Refactor BitTorrent message buffer usage 9 years ago
  Tatsuhiro Tsujikawa 8246fd1ff5 Updating upload size and speed must be done separately 9 years ago
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 9 years ago
  Tatsuhiro Tsujikawa 1adef4db0c Fix compile warning with Mingw64 x86 build 10 years ago
  Tatsuhiro Tsujikawa 318c804504 Use user-defined literal for k, m, and g (powers of 1024) 10 years ago
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate 12 years ago
  Nils Maier 8526ceeb45 Convert to autos and ranged loops 12 years ago
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr 12 years ago
  Tatsuhiro Tsujikawa 81f46fbf92 Use CXX11_OVERRIDE 12 years ago
  Tatsuhiro Tsujikawa 7e6db8d801 Use std::unique_ptr instead of array_ptr 12 years ago
  Tatsuhiro Tsujikawa 4f7d1c395b Use std::unique_ptr for ProgressUpdate instead of raw pointer 12 years ago
  Tatsuhiro Tsujikawa 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 years ago
  Tatsuhiro Tsujikawa 03ae308faa Use RequestSlot as pointer to avoid copying 12 years ago
  Tatsuhiro Tsujikawa 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa e3506b04fb Revert 9eea959 only the parts which affect src/BtPieceMessage.cc 12 years ago
  Tatsuhiro Tsujikawa 9eea959455 Improve peer bitfield and piece stat update 12 years ago
  Tatsuhiro Tsujikawa 63b6075c91 Pack Piece message header and body into one chunk 12 years ago
  Tatsuhiro Tsujikawa c893d82867 Removed BtMessage::isSendingProgress() 12 years ago
  Tatsuhiro Tsujikawa 8ba0d58ee1 Vectorized write for SocketBuffer to avoid small packet 12 years ago
  Tatsuhiro Tsujikawa 838949ab85 Append new data to the contagious cache data 13 years ago
  Tatsuhiro Tsujikawa 56c498bcbf Clear write cache on Segment::clear and Piece::clearAllBlock 13 years ago
  Tatsuhiro Tsujikawa f314719618 Added --disk-cache option 13 years ago
  Tatsuhiro Tsujikawa 9c1fe4addd Use array_ptr to remove try block 13 years ago
  Tatsuhiro Tsujikawa b2893f1e31 Get the correct uploaded data size 13 years ago
  Tatsuhiro Tsujikawa 0ecfa19925 Reworked download/upload statistics calculation 13 years ago
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef 13 years ago
  Tatsuhiro Tsujikawa 215d1d3d0b Made static create function of BtMessage subclass return raw pointer 13 years ago