Commit graph

16 commits

Author SHA1 Message Date
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs

libi2pd_client for i2pd client libs

daemon for i2pd daemon libs
2017-04-21 06:33:45 -04:00
orignal b097938f47 compressed addressbook request 2017-02-12 15:11:19 -05:00
orignal 66f3bd186f send http headers in original order 2017-02-04 22:39:54 -05:00
Jeff Becker 01da9e3ca2 fix outproxy 2016-11-20 12:13:11 -05:00
hagen c4721e1020 + HTTP.{cpp,h} : add HTTPRes::is_gzipped() 2016-07-14 00:34:42 +00:00
hagen 2d252e6459 * HTTP.cpp : rename method 2016-06-28 14:31:40 +00:00
hagen a4dc67cba0 * HTTP.{cpp,h} : drop HTTPReq.host 2016-06-04 14:44:26 +00:00
hagen c9836cf0f7 * fix doxygen warnings 2016-05-31 00:34:26 +00:00
hagen a76d8f0f9f * HTTP.{cpp,h} : add add_header() variant with std::string 2016-05-26 00:08:04 +00:00
hagen f245feb0b0 * HTTP.h : export MergeChunkedResponse() 2016-05-26 00:08:02 +00:00
hagen 2e1a9a8df9 * HTTP.{cpp,h} : move length() method to base class 2016-05-26 00:07:57 +00:00
hagen 2ce61402bb * HTTP.{cpp,h} * add 'body' member ot HTTPRes * change HTTPRes::to_string() to add 'Date', 'Content-Length' headers and body 2016-05-24 12:40:24 +00:00
hagen a461f462d2 * HTTP.{cpp,h} : add HTTPMsg::{add,del}_header() helpers 2016-05-24 12:40:23 +00:00
hagen 50ff0d251a * HTTP.h : add base class HTTPMsg 2016-05-24 12:40:23 +00:00
Jeff 28b5f39b84 fix http unit test SIGBUS in os x 2016-05-11 08:42:50 -04:00
hagen 42b9b6426a + new http req/res/url structs 2016-04-27 00:39:12 +00:00