Историја ревизија

Аутор SHA1 Порука Датум
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 пре 9 година
  Tatsuhiro Tsujikawa b0f440e631 Rewrite Time with chrono пре 10 година
  Tatsuhiro Tsujikawa adeead6f03 Revert to existing "proper" coding style пре 11 година
  Tatsuhiro Tsujikawa f60e55cece Use index.html as filename for conditional-get when file is missing in URI пре 11 година
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always пре 11 година
  Tatsuhiro Tsujikawa b18e62dba7 Treat 30X response without Location header field as error пре 11 година
  Tatsuhiro Tsujikawa ec4b729704 Better handling of 30X HTTP status codes пре 11 година
  Tatsuhiro Tsujikawa 2aa8e01836 Fix typo пре 12 година
  Nils Maier e2700f50a5 Code cleanup in Http* пре 12 година
  Nils Maier 8526ceeb45 Convert to autos and ranged loops пре 12 година
  Tatsuhiro Tsujikawa 107de58997 Return nullptr directly where std::unique_ptr is expected пре 12 година
  Tatsuhiro Tsujikawa 57f1902ee1 Use std::unique_ptr for StreamFilter instead of std::shared_ptr пре 12 година
  Tatsuhiro Tsujikawa cb205a207c Use std::unique_ptr for HttpRequest instead of std::shared_ptr пре 12 година
  Tatsuhiro Tsujikawa 47402c5f29 Refactor HttpConnection and its neighbor objects пре 12 година
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle пре 12 година
  Tatsuhiro Tsujikawa e34d0e7ffa Dont' return SharedHandle from HttpHeader::getRange() пре 13 година
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef пре 13 година
  Tatsuhiro Tsujikawa 8f2030da09 Removed HttpHeader::findAs{LL}Int and unused HttpResponse::{has,get}RetryAfter пре 13 година
  Tatsuhiro Tsujikawa 54665ff409 Removed static std::string constant in HttpHeader пре 13 година
  Tatsuhiro Tsujikawa dd7014a612 Store only interesting HTTP headers in HttpHeader пре 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 12988e5282 Replaced uint64_t with off_t or int64_t. пре 14 година
  Tatsuhiro Tsujikawa 1687741303 Use fmt instead of util::itos пре 14 година
  Tatsuhiro Tsujikawa 2f4393d17c Rewritten parse*Int пре 14 година
  Tatsuhiro Tsujikawa d17ea2837b HttpHeader::fill() now stores header name in lowercase. пре 14 година
  Tatsuhiro Tsujikawa d45d854926 Rewritten base64::decode and base64::encode пре 14 година
  Tatsuhiro Tsujikawa 17a1b51a76 mv Base64.{cc,h} base64.{cc,h} пре 14 година
  Tatsuhiro Tsujikawa f84d2253b2 Rewritten util::split and added its iterator version. пре 14 година