提交历史

作者 SHA1 备注 提交日期
  Tatsuhiro Tsujikawa 795a0474df clang-format-5.0 8 年之前
  Tatsuhiro Tsujikawa 9677586336 clang-format-4.0 8 年之前
  Nils Maier 366e2e8f79 Use default where possible 9 年之前
  Tatsuhiro Tsujikawa ea4d99ea08 Refactor SocketCore::getPeerInfo, getAddrInfo to return Endpoint object 9 年之前
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 9 年之前
  Nils Maier a3ba5c0588 Make clang (OSX) happy again 10 年之前
  Tatsuhiro Tsujikawa 318c804504 Use user-defined literal for k, m, and g (powers of 1024) 10 年之前
  Dan Fandrich 0538aa40da Fixed some typos in code comments 10 年之前
  Tatsuhiro Tsujikawa 2807258279 Use std::make_shared and make_unique where possible, part 1 11 年之前
  Tatsuhiro Tsujikawa 2761301dfb Rewrite util::divide 12 年之前
  Tatsuhiro Tsujikawa fba7e7ee8b Use move to send string data into SocketBuffer::pushStr 12 年之前
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 年之前
  Tatsuhiro Tsujikawa e781e6eac1 Made socket non-blocking mode in SocketCore::beginListen() 13 年之前
  Tatsuhiro Tsujikawa 6b2f5ab1f5 SocketCore::bind now accepts const char* host instead of std::string 13 年之前
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces 13 年之前
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef 13 年之前
  Tatsuhiro Tsujikawa 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt 13 年之前
  Tatsuhiro Tsujikawa 3a917ff695 Rewritten FtpConnection::receiveMdtmResponse without util::parseInt 13 年之前
  Tatsuhiro Tsujikawa d95a179876 Removed A2STR strings other than NIL 13 年之前
  Tatsuhiro Tsujikawa 16d395779a Removed static_cast<int64>()s where they are unnecessary 13 年之前
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier 13 年之前
  Tatsuhiro Tsujikawa deb0983ab4 Fixed compile error on android (which does not LFS support) 14 年之前
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. 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 f1f1b991f1 Removed SocketBuffer::pushStrSwap. 14 年之前
  Tatsuhiro Tsujikawa 2f4393d17c Rewritten parse*Int 14 年之前
  Tatsuhiro Tsujikawa 6ea1b68db1 Added SocketBuffer::pushStrSwap 14 年之前
  Tatsuhiro Tsujikawa d1d4903665 Rewritten bencode2::decode functions 14 年之前
  Tatsuhiro Tsujikawa d305432ec0 Code cleanup. Avoid std::string temporaries. 14 年之前