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 년 전 |