| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE. | davidben@chromium.org | 2014-03-18 | 1 | -1/+1 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -2/+3 |
* | Implement GetTotalReceivedBytes for http stream. | eustas@chromium.org | 2013-12-13 | 1 | -0/+7 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -14/+11 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -1/+1 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -3/+3 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Remove the unused HttpStreamBase::IsMoreDataBuffered(). | mmenke@chromium.org | 2013-03-19 | 1 | -5/+0 |
* | LoadTiming implementation in net, part 2. | mmenke@chromium.org | 2013-01-12 | 1 | -0/+6 |
* | Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ... | joaodasilva@chromium.org | 2012-12-14 | 1 | -0/+1 |
* | net: Remove UploadDataStream* argument from HttpStream::SendRequest | hashimoto@chromium.org | 2012-11-15 | 1 | -4/+0 |
* | net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t... | hashimoto@chromium.org | 2012-11-01 | 1 | -4/+3 |
* | net: Delete special logic for chunked upload | hashimoto@chromium.org | 2012-10-22 | 1 | -0/+1 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+2 |
* | Clean-up inline members of nested classes (net/) | hans@chromium.org | 2012-08-09 | 1 | -0/+16 |
* | Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t... | rsleevi@chromium.org | 2012-06-14 | 1 | -5/+8 |
* | NetLogEventParameter to Callback refactoring 5. | mmenke@chromium.org | 2012-06-13 | 1 | -48/+30 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+6 |
* | HTTP Pipelining: Log headers with the URL_REQUEST for | mmenke@chromium.org | 2012-04-06 | 1 | -1/+1 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -2/+2 |
* | Fix pipelining crash when send is aborted while queued. | simonjam@chromium.org | 2012-03-09 | 1 | -1/+3 |
* | Disconnect pipeline socket immediately on Close(true) while a Read*() is pend... | simonjam@chromium.org | 2012-01-30 | 1 | -4/+2 |
* | Skip checking headers for pipelining if there was a socket error. | simonjam@chromium.org | 2012-01-25 | 1 | -1/+2 |
* | Disable pipelining if we encounter HTTP Authentication. | simonjam@chromium.org | 2012-01-19 | 1 | -1/+9 |
* | Handle socket errors better while pipelining: | simonjam@chromium.org | 2012-01-14 | 1 | -2/+7 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+4 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -47/+34 |
* | Add HTTP pipelining to net-internals: | simonjam@chromium.org | 2011-12-20 | 1 | -9/+101 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -1/+8 |
* | In net-internals, have HTTP_STREAM_JOBs link to the | mmenke@chromium.org | 2011-12-19 | 1 | -2/+2 |
* | Slow start pipelining. | simonjam@chromium.org | 2011-12-01 | 1 | -4/+40 |
* | Implement Drain() on HttpPipelinedStream. | simonjam@chromium.org | 2011-11-30 | 1 | -0/+18 |
* | Refactor state machines in HttpPipelinedConnectionImpl. | simonjam@chromium.org | 2011-11-15 | 1 | -190/+249 |
* | Integration tests for HTTP pipelining. | simonjam@chromium.org | 2011-11-10 | 1 | -1/+0 |
* | Fix pipelining crash on canceled user callbacks. | simonjam@chromium.org | 2011-10-28 | 1 | -9/+17 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+612 |