Tatsuhiro Tsujikawa
|
aa4ea8889c
clang-format-3.9
|
9 年之前 |
Nils Maier
|
366e2e8f79
Use default where possible
|
9 年之前 |
Tatsuhiro Tsujikawa
|
b1132d6b10
make clang-format using clang-format-3.6
|
9 年之前 |
Tatsuhiro Tsujikawa
|
8512fe992e
Support content-range from non-compliant server
|
9 年之前 |
Tatsuhiro Tsujikawa
|
5ccd5b6953
Remove content-length and content-range if transfer-encoding is given
|
10 年之前 |
Dan Fandrich
|
0538aa40da
Fixed some typos in code comments
|
10 年之前 |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
12 年之前 |
Tatsuhiro Tsujikawa
|
10cdc59297
Remove vbegin and vend in favor of std::begin and std::end
|
12 年之前 |
Tatsuhiro Tsujikawa
|
5bc5665c6a
Support off64_t for Android build
|
12 年之前 |
Tatsuhiro Tsujikawa
|
2676bbe9c6
Initialized scalar members
|
13 年之前 |
Tatsuhiro Tsujikawa
|
e34d0e7ffa
Dont' return SharedHandle from HttpHeader::getRange()
|
13 年之前 |
Tatsuhiro Tsujikawa
|
3258614033
Removed *Handle typedef
|
13 年之前 |
Tatsuhiro Tsujikawa
|
89f18dde85
Use nothrow version of parseInt, parseUInt and parseLLInt
|
13 年之前 |
Tatsuhiro Tsujikawa
|
8f2030da09
Removed HttpHeader::findAs{LL}Int and unused HttpResponse::{has,get}RetryAfter
|
13 年之前 |
Tatsuhiro Tsujikawa
|
8d8ba403fe
Removed proxy-connection from InterestingHeader
|
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
|
4b03634f36
Use PRId64 for int64_t format specifier
|
13 年之前 |
Tatsuhiro Tsujikawa
|
5fc1b1ad29
Rewritten HTTP header parser
|
13 年之前 |
Tatsuhiro Tsujikawa
|
1e0068e4d4
WebSocket: Check keyword string in comma separeted values in HTTP
|
13 年之前 |
Tatsuhiro Tsujikawa
|
31163c6785
Check totalLength of file is less than std::numeric_limits<off_t>::max()
|
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
|
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
|
e8d4deecad
Rewritten HttpHeader::fill()
|
14 年之前 |
Tatsuhiro Tsujikawa
|
7c317de4e7
Added Metalink/HTTP Link and Digest header field parser.
|
14 年之前 |
Tatsuhiro Tsujikawa
|
1d71626bea
Supported multi-line HTTP header field value.
|
14 年之前 |