summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_stream.h
Commit message (Expand)AuthorAgeFilesLines
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-0/+3
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-2/+0
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-1/+1
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-1/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-1/+0
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-2/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+4
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+4
* In net-internals, have HTTP_STREAM_JOBs link to themmenke@chromium.org2011-12-191-2/+2
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-1/+0
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+112