提交历史

作者 SHA1 备注 提交日期
  Tatsuhiro Tsujikawa 25ef6677e9 Added hostname check described in RFC 2818 with OpenSSL. 13 年之前
  Tatsuhiro Tsujikawa e73c3c53ff Fixed clang warning and errors. 13 年之前
  Tatsuhiro Tsujikawa b7dbcea58b Check scheme part in redirected URI more strictly. 14 年之前
  Tatsuhiro Tsujikawa 3b1834e633 Avoid strlen in util::streq, util::strieq, util::startsWith and util::istartsWith 14 年之前
  Tatsuhiro Tsujikawa b6fd4366fe Use short form of util::startsWith and util::endsWith 14 年之前
  Tatsuhiro Tsujikawa 9331f6a43d Removed static const char[] as much as possible. 14 年之前
  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 db5cc4db27 Don't append character to std::string. 14 年之前
  Tatsuhiro Tsujikawa 2f4393d17c Rewritten parse*Int 14 年之前
  Tatsuhiro Tsujikawa d17ea2837b HttpHeader::fill() now stores header name in lowercase. 14 年之前
  Tatsuhiro Tsujikawa 6ed36b73c1 Code cleanup 14 年之前
  Tatsuhiro Tsujikawa 30fdb08f40 Rewritten parametered URI handling routine. 14 年之前
  Tatsuhiro Tsujikawa 0c162dfbfb Made util::fromHex and base32::decode function template 14 年之前
  Tatsuhiro Tsujikawa d1d4903665 Rewritten bencode2::decode functions 14 年之前
  Tatsuhiro Tsujikawa 5c88f61269 Added util::istartsWith() 14 年之前
  Tatsuhiro Tsujikawa 79876af88f Removed util::endsWith(a, b). Added util::iendsWith() 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 年之前
  Tatsuhiro Tsujikawa 9bb914b76e Changed parse*Int functions so that it accepts iterators. 14 年之前
  Tatsuhiro Tsujikawa 6ef91d60b3 Rewritten util::stripIter(), which now returns pair of iterator. 14 年之前
  Tatsuhiro Tsujikawa f884ad8339 Rewritten parseIndexPath. Renamed createIndexPathMap as createIndexPaths. 14 年之前
  Tatsuhiro Tsujikawa 4a455b5afe Removed IntSequence and Sequence<T> 14 年之前
  Tatsuhiro Tsujikawa 5749647ae5 Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() 14 年之前
  Tatsuhiro Tsujikawa 0ba6f8c352 Use same domain-match algorithm for no-proxy and netrc. 14 年之前
  Tatsuhiro Tsujikawa 12659c74a8 Don't copy Option in RequestGroup ctor. 14 年之前
  Tatsuhiro Tsujikawa 3832ed97c6 Rewritten Option. Introduced Pref. 14 年之前
  Tatsuhiro Tsujikawa 74e5aa0ace Rewritten util::inSameCidrBlock() to support IPv6 address. 14 年之前