26 Commits (8a106eb09e421eb99e6cbb6c93df6e48a51bf2e0)

Author SHA1 Message Date
orignal 8a106eb09e fixed test-http-req 1 year ago
R4SAS b31f52e332
[http] keep query even if it was empty (closes #1844) 1 year ago
orignal eb75eb0e55 reset port value before parsing 2 years ago
R4SAS 6b4ffcff5a cleanup code (spaces, tabs) 2 years ago
R4SAS edc0162163
clean line trailing spaces and tabs 3 years ago
R4SAS df66c2d2dc
[i18n] translate HTTP proxy 3 years ago
orignal 7c0b0a4e3e common HTTP basic authorization string 3 years ago
orignal 1ba5d25819 correct detection of chunked response 3 years ago
orignal d13fbe5549 support reseed throught the Yggdrasil 3 years ago
R4SAS 99d046ca11
[http] handle WebDAV methods 4 years ago
R4SAS 8bae4975fb add copyright headers 4 years ago
R4SAS c6a903572c [HTTP] add PROFIND support 5 years ago
R4SAS a91641e427 fix #823, reindent code 5 years ago
orignal 64d800427f allow HTTP headers without value 5 years ago
orignal b3e5874631 fixed android build error 6 years ago
Jeff Becker 124a9cb030
correction 6 years ago
Jeff Becker 3ec000d0f8
fix issue #1107 6 years ago
Jeff Becker aac1141ca6
fix issue #1107 6 years ago
hagen 5225e1d7d1 * HTTP.cpp : use bare snprintf() instead locale-dependent strftime() 6 years ago
yangfl 50ba52756f fix mixing tabs and spaces 6 years ago
yangfl 46f62e1af9 remove trailing whitespaces 6 years ago
Jeff Becker 1500e805dd
add is_i2p 7 years ago
orignal d47d8d22a3 removed all Accept-* headers but Accept-Encoding 7 years ago
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories 7 years ago
orignal b097938f47 compressed addressbook request 7 years ago
orignal 66f3bd186f send http headers in original order 7 years ago
Jeff Becker 01da9e3ca2 fix outproxy 8 years ago
brain5lug b8ec63cf8c copy ellimination for ranges #part1 8 years ago
hagen ecc82739d8 * HTTP.cpp : fix is_gzipped() 8 years ago
hagen c4721e1020 + HTTP.{cpp,h} : add HTTPRes::is_gzipped() 8 years ago
hagen 02ac638bd4 * HTTP.cpp : add comments, update test case 8 years ago
hagen 323f74c43a * HTTP.cpp : fuck the "special cases", use nginx rewriting frontend or some 8 years ago
xcps 28ab1230e2 '@' can exist in url path 8 years ago
hagen 2d252e6459 * HTTP.cpp : rename method 8 years ago
orignal 756e86662b fixed android build 8 years ago
orignal a5be4c9d0e moved std::to_string to util.h from android 8 years ago
anon5 58b058ab3a .apk builds. untested 8 years ago
Jeff Becker 9eaa51442f
update comment 8 years ago
Jeff Becker 09fc767bb0
fix another typo 8 years ago
Jeff Becker ea7e6615f2
fix typo 8 years ago
Jeff Becker a183ca8661
fix special case 8 years ago
Jeff Becker 05939a2bbc
special case for i2p.rocks in proxy 8 years ago
hagen a4dc67cba0 * HTTP.{cpp,h} : drop HTTPReq.host 8 years ago
hagen 1b2ac38a50 * fix compilation warnings 8 years ago
hagen a76d8f0f9f * HTTP.{cpp,h} : add add_header() variant with std::string 8 years ago
hagen 43a90d7b98 * HTTP.cpp : fix parse_header_line (#501) 8 years ago
hagen 2e1a9a8df9 * HTTP.{cpp,h} : move length() method to base class 8 years ago
hagen 2ce61402bb * HTTP.{cpp,h} * add 'body' member ot HTTPRes * change HTTPRes::to_string() to add 'Date', 'Content-Length' headers and body 8 years ago
hagen 70e9d85a75 * HTTP.cpp : add internal function gen_rfc1123_date() 8 years ago
hagen a461f462d2 * HTTP.{cpp,h} : add HTTPMsg::{add,del}_header() helpers 8 years ago