| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove UploadDataStream* argument from HttpStream::SendRequest | hashimoto@chromium.org | 2012-11-15 | 1 | -2/+0 |
* | net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t... | hashimoto@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t... | rsleevi@chromium.org | 2012-06-14 | 1 | -1/+1 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 1 | -1/+0 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -2/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -4/+4 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -0/+4 |
* | In net-internals, have HTTP_STREAM_JOBs link to the | mmenke@chromium.org | 2011-12-19 | 1 | -2/+2 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+112 |