2846 Commits (ea8e1be294537d21e59b7d5d6d3a0fc61ec48c3e)
 

Author SHA1 Message Date
hagen ea8e1be294 * update default init-script : make --port optional 8 years ago
hagen 44eccd85fd * HTTPServer.cpp : 8 years ago
hagen a62720b9d8 Merge branch 'new-proxy' into openssl 8 years ago
orignal 1a9422c3f9 send SetDateMessage 8 years ago
orignal 8622385e88 I2CPDestination added 8 years ago
hagen d0ffaab339 * HTTPProxy: 8 years ago
hagen 347157b999 * HTTPProxy.cpp : direct use of parsed url parts in CreateHTTPRequest() 8 years ago
hagen a9f3235fd3 * HTTPProxy.cpp : unwrap HandleStreamRequestComplete() 8 years ago
hagen 4098a5c08e * HTTPProxy.cpp : rename variable 8 years ago
hagen dba7a2ee4f * HTTPProxy.cpp : HandleJumpServices() -> ExtractAddressHelper() 8 years ago
hagen a5f49550b3 * HTTPProxy.cpp : unwrap AsyncSockRead() 8 years ago
hagen 5c9a69e0e8 * drop boost_regex from build deps 8 years ago
hagen 2bf32fb3fa * HTTPProxy.cpp : kill ExtractRequest(), drop boost::regex 8 years ago
hagen 0de1e2c6fc * HTTPProxy.cpp : extract IsI2PAddress() from class and generalize 8 years ago
hagen 61868d97c4 * HTTPProxy.cpp : migrate HTTPRequestFailed(), RedirectToJumpService() to new http classes 8 years ago
hagen c994c11d8c * HTTPProxy.{cpp,h} : rename classes, drop typedef 8 years ago
orignal 5ad10955be use m_Response field for HTTP proxy response 8 years ago
orignal 95f100f378 HTTP error message cleanup 8 years ago
orignal 3d6c93cd6b moved transient encryption keys to LeaseSetDestination 8 years ago
orignal fc25da37c5 removed GetPrivateKeys from LocalDestination 8 years ago
hagen 896bb2187e * HTTPProxy.cpp : HTTPRequestFailed() now responds with error message 8 years ago
hagen 99398bf0da * HTTPProxy.{cpp,h} : move & sort headers 8 years ago
hagen 827a54435d * Tunnel.cpp : tune log messages 8 years ago
hagen 3c9459e489 * fix mistype in log message 8 years ago
hagen 9291f5c9c6 * I2PControl.cpp : 8 years ago
hagen 0ab5f993c7 * I2PControl.cpp : 8 years ago
hagen 4f8db487e7 * I2PControl.{cpp,h} : add BuildErrorResponse() 8 years ago
hagen 0e1765e045 * I2PControl.cpp : SendResponse() third arg now std::string & 8 years ago
hagen ebc411bbbd * I2PControl.cpp : 8 years ago
hagen a76d8f0f9f * HTTP.{cpp,h} : add add_header() variant with std::string 8 years ago
hagen f245feb0b0 * HTTP.h : export MergeChunkedResponse() 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
orignal 57bb0da1d6 correct LeaseSet message size 8 years ago
orignal 0d2df22074 fixed crash 8 years ago
orignal c7173d5e1c use shared ClientDestination 8 years ago
orignal 789eb48698 removed deprecated constructor 8 years ago
orignal e686fad546 rmoved deprecated constructor 8 years ago
orignal 4e4f9b6f8b use LocalLeaseSet for own LeaseSets 8 years ago
orignal f2292fd618 LocalLeaseSet added 8 years ago
orignal 7035ead9e7 provide reply tunnel expcilitly for LeaseSet 8 years ago
orignal f01f6e94d1 fix #500. check result of readline 8 years ago
hagen f10064ce39 * HTTPServer.cpp : update response building 8 years ago
hagen b68f06ca83 * update tests 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
hagen 50ff0d251a * HTTP.h : add base class HTTPMsg 8 years ago
orignal f6103d3841 moved streaming and datagram destination from LeaseSetDestination to ClientDestination 8 years ago
orignal cb68d19bed ClientDestination/LeaseSetDestination split 8 years ago