Historial de Commits

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