提交歷史

作者 SHA1 備註 提交日期
  Tatsuhiro Tsujikawa 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt 13 年之前
  Tatsuhiro Tsujikawa 10a68061f7 Code cleanup 13 年之前
  Tatsuhiro Tsujikawa f133091a9e Made BufferedFile ctor take const char* args 13 年之前
  Tatsuhiro Tsujikawa a8c0794640 Made DEFAULT_STRIP_CHARSET const char[] 13 年之前
  Tatsuhiro Tsujikawa d95a179876 Removed A2STR strings other than NIL 13 年之前
  Tatsuhiro Tsujikawa dd7014a612 Store only interesting HTTP headers in HttpHeader 13 年之前
  Tatsuhiro Tsujikawa 461a542c5e Rewritten DownloadHandlerConstants 13 年之前
  Tatsuhiro Tsujikawa f6c7aaa1cd Use execlp() instead of execl() 13 年之前
  Tatsuhiro Tsujikawa f1017d5def Don't percent-decode filename value in Content-Disposition. 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 5fc1b1ad29 Rewritten HTTP header parser 13 年之前
  Tatsuhiro Tsujikawa ef86d760cc Use CreateProcessW instead of CreateProcessA 13 年之前
  Tatsuhiro Tsujikawa fcb102b650 Fixed compile error with i686-w64-mingw32 13 年之前
  Tatsuhiro Tsujikawa 840ca5adb6 Check availability of pwd.h 13 年之前
  Tatsuhiro Tsujikawa 65a20f5070 First check there is wildcard character or not in tls hostname check. 13 年之前
  Tatsuhiro Tsujikawa e6f04416d9 Don't use locale dependent toupper and tolower. 13 年之前
  Tatsuhiro Tsujikawa 0a9abd89c6 Rewritten TLS hostname check based on RFC 6125. 13 年之前
  Tatsuhiro Tsujikawa e4e9562c92 Get the home directory of the effective user ID using getpwuid() if 13 年之前
  Tatsuhiro Tsujikawa 25ef6677e9 Added hostname check described in RFC 2818 with OpenSSL. 13 年之前
  Tatsuhiro Tsujikawa 3b1834e633 Avoid strlen in util::streq, util::strieq, util::startsWith and util::istartsWith 13 年之前
  Tatsuhiro Tsujikawa b6fd4366fe Use short form of util::startsWith and util::endsWith 13 年之前
  Tatsuhiro Tsujikawa 9331f6a43d Removed static const char[] as much as possible. 13 年之前
  Tatsuhiro Tsujikawa b6f8a3dbb3 Use std::ifstream instead of file descriptor for generateRandomDataUrandom() 13 年之前
  Tatsuhiro Tsujikawa deb0983ab4 Fixed compile error on android (which does not LFS support) 14 年之前
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. 14 年之前
  Tatsuhiro Tsujikawa bc9fb7cb65 Fixed bug in util::parseULLIntNoThrow() 14 年之前
  Tatsuhiro Tsujikawa 11c5a13534 Return true if bits == 0 in util::inSameCidrBlock() 14 年之前
  Tatsuhiro Tsujikawa c42dd7e755 Changed format of ETA. 14 年之前
  Tatsuhiro Tsujikawa 1687741303 Use fmt instead of util::itos 14 年之前