커밋 기록

작성자 SHA1 메시지 날짜
  Tatsuhiro Tsujikawa ea4d99ea08 Refactor SocketCore::getPeerInfo, getAddrInfo to return Endpoint object 9 년 전
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 10 년 전
  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 년 전
  Tatsuhiro Tsujikawa f84d2253b2 Rewritten util::split and added its iterator version. 14 년 전
  Tatsuhiro Tsujikawa 6267676e8b util::divide now takes iterators as arguments. 14 년 전
  Tatsuhiro Tsujikawa 118626afc4 util::percentDecode now takes iterators as arguments. 14 년 전