Commit History

作者 SHA1 備註 提交日期
  Nils Maier 366e2e8f79 Use default where possible 9 年之前
  Tatsuhiro Tsujikawa babdcb2c7d Change have entry indexing method 9 年之前
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 9 年之前
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 11 年之前
  Nils Maier b9fe4119c0 New round of clang-modernize 11 年之前
  Nils Maier a82f08765e Fix (unknown length) downloads larger than 2GiB 11 年之前
  Nils Maier 3590077d5c More auto-converts by cpp11-migrate 12 年之前
  Nils Maier 8526ceeb45 Convert to autos and ranged loops 12 年之前
  Tatsuhiro Tsujikawa 0cdeaa8177 Return nullptr directly where std::shared_ptr is expected 12 年之前
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 年之前
  Tatsuhiro Tsujikawa b05454657f Fix cached data is not flushed when downloaded data is less than 16KiB 12 年之前
  Nils Maier 7f6a446750 Hygiene: Fix some clang warnings, mostly unused private members. 12 年之前
  Tatsuhiro Tsujikawa bd671403bc Fix compiler warning 13 年之前
  Tatsuhiro Tsujikawa 2c5e77f422 Flush cached data on checkout/cancel Segment 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 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 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 年之前
  Tatsuhiro Tsujikawa e8e3a6f259 wallclock is now retrieved using global::wallclock() call. 14 年之前
  Tatsuhiro Tsujikawa 02307cee0a Removed utf8ToNative from log message and exception message. 14 年之前
  Tatsuhiro Tsujikawa 3879da592d In MinGW32, open file with UNICODE filename and print them in ANSI. 14 年之前
  Tatsuhiro Tsujikawa 5c4a52ad74 Managed user cuid in Piece. 14 年之前
  Tatsuhiro Tsujikawa cc82da3bab Added StreamPieceSelector class. 14 年之前
  Tatsuhiro Tsujikawa 891c9e60ac Use A2_DELTA_MILLIS for timing critical code. 14 年之前