Историја ревизија

Аутор SHA1 Порука Датум
  Tatsuhiro Tsujikawa e8fcedf092 Take into account timeout пре 9 година
  Tatsuhiro Tsujikawa 10b64e281a Ensure that lowest speed check is done even when download speed is 0 пре 9 година
  Tatsuhiro Tsujikawa 8246fd1ff5 Updating upload size and speed must be done separately пре 9 година
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 пре 9 година
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib пре 10 година
  Tatsuhiro Tsujikawa d0ad7033c3 sftp: basic download works пре 10 година
  Tatsuhiro Tsujikawa 692a674fe0 SocketRecvBuffer: Eliminate memmove пре 10 година
  Dan Fandrich 0538aa40da Fixed some typos in code comments пре 10 година
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always пре 11 година
  Nils Maier c694a05797 Fix some warnings пре 11 година
  Nils Maier 2db0c81fc8 Stuff memory holes пре 12 година
  Tatsuhiro Tsujikawa 6b397c8125 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry пре 12 година
  Tatsuhiro Tsujikawa 57f1902ee1 Use std::unique_ptr for StreamFilter instead of std::shared_ptr пре 12 година
  Tatsuhiro Tsujikawa fa9f3fb5a3 Wrap Command object in std::unique_ptr пре 12 година
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle пре 12 година
  Tatsuhiro Tsujikawa 2c5e77f422 Flush cached data on checkout/cancel Segment пре 13 година
  Tatsuhiro Tsujikawa 56c498bcbf Clear write cache on Segment::clear and Piece::clearAllBlock пре 13 година
  Tatsuhiro Tsujikawa f314719618 Added --disk-cache option пре 13 година
  Tatsuhiro Tsujikawa 0ecfa19925 Reworked download/upload statistics calculation пре 13 година
  Tatsuhiro Tsujikawa 46bdaf0e8d Made HTTP/FTP download speed limiter more accurate пре 13 година
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef пре 13 година
  Tatsuhiro Tsujikawa e2340efe27 Use std::vector instead of std::map for ContextAttribute objects пре 13 година
  Tatsuhiro Tsujikawa 16d395779a Removed static_cast<int64>()s where they are unnecessary пре 13 година
  Tatsuhiro Tsujikawa 1b874268a0 Use int64_t instead of off_t пре 13 година
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier пре 13 година
  Tatsuhiro Tsujikawa b6fd4366fe Use short form of util::startsWith and util::endsWith пре 13 година
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. пре 14 година
  Tatsuhiro Tsujikawa 9d15d732ed Use int32_t for piece length instead of size_t пре 14 година
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. пре 14 година
  Tatsuhiro Tsujikawa 1687741303 Use fmt instead of util::itos пре 14 година