Historial de Commits

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