| Commit message (Expand) | Author | Age | Files | Lines |
* | Allows deferral of a URLRequest just before talking to the network, at | jkarlin@chromium.org | 2014-01-08 | 1 | -0/+101 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -0/+2 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -2/+50 |
* | Change SSLCertRequestInfo.host_and_port from string to HostPortPair. | mattm@chromium.org | 2013-12-17 | 1 | -19/+19 |
* | Implement GetTotalReceivedBytes for http stream. | eustas@chromium.org | 2013-12-13 | 1 | -0/+5 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Certificate Transparency: Threading the CT verifier into the SSL client socket. | eranm@google.com | 2013-11-28 | 1 | -0/+1 |
* | Change CreateBasicStream to take a scoped_ptr | ricea@chromium.org | 2013-11-22 | 1 | -1/+1 |
* | Rename websocket_handshake_stream_factory() | ricea@chromium.org | 2013-11-18 | 1 | -1/+1 |
* | Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base... | ricea@chromium.org | 2013-11-14 | 1 | -18/+99 |
* | Rename WebSocketHandshakeStreamBase::Factory | ricea@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | [Net] Fix error handling on wrong file in UploadData | tzik@chromium.org | 2013-11-12 | 1 | -110/+4 |
* | Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better... | ricea@chromium.org | 2013-10-30 | 1 | -2/+2 |
* | Make HttpNetworkTransaction no longer own a reference to HttpNetworkSession. | mmenke@chromium.org | 2013-10-17 | 1 | -130/+126 |
* | Permit NTLM token on cross-domain images. | tsepez@chromium.org | 2013-10-11 | 1 | -1/+84 |
* | [SPDY] Do not advertise SPDY/2 by default | akalin@chromium.org | 2013-10-06 | 1 | -1/+2 |
* | net: Reset UploadDataStream on HttpNetworkTransaction destruction | hashimoto@chromium.org | 2013-10-02 | 1 | -0/+56 |
* | net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ... | hashimoto@chromium.org | 2013-09-24 | 1 | -5/+5 |
* | When an idle socket is added back to a socket pool, | mmenke@chromium.org | 2013-08-22 | 1 | -0/+169 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -13/+20 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -6/+15 |
* | [SPDY] Add a RequestPriority parameter to ConstructSpdyConnect() | akalin@chromium.org | 2013-08-15 | 1 | -10/+19 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -1/+1 |
* | [Net] Propagate priority changes from HttpNetworkTransaction to its stream | akalin@chromium.org | 2013-08-14 | 1 | -6/+146 |
* | [Net] Propagate priority changes from HttpNetworkTransaction to its request | akalin@chromium.org | 2013-08-14 | 1 | -0/+158 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -1/+2 |
* | Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04" | akalin@chromium.org | 2013-07-30 | 1 | -2/+1 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -1/+2 |
* | Remove QUIC from NPN strings so as to save space in ALPN | rch@chromium.org | 2013-07-22 | 1 | -27/+4 |
* | [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool | akalin@chromium.org | 2013-07-22 | 1 | -9/+36 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -8/+8 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -3/+3 |
* | [SPDY] Refactor and clean up SpdySessionPool | akalin@chromium.org | 2013-07-03 | 1 | -60/+11 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2 | akalin@chromium.org | 2013-06-27 | 1 | -127/+55 |
* | Use a dummy HttpStream for proxy redirects | akalin@chromium.org | 2013-06-24 | 1 | -0/+1 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -3/+263 |
* | Merge the HttpNetworkTransaction tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-14 | 1 | -0/+11538 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -9337/+0 |
* | SPDY - by default disable spdy/2.1 (flow control). It | rtenneti@chromium.org | 2012-03-03 | 1 | -22/+22 |
* | Small cleanup of spdy next protocol negotiation configuration in tests. | rch@chromium.org | 2012-03-01 | 1 | -16/+4 |
* | Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor... | rch@chromium.org | 2012-02-28 | 1 | -0/+140 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -262/+256 |
* | Simplify the initialization of the various NPN fields in SSLSocketDataProvider. | rch@chromium.org | 2012-02-22 | 1 | -59/+15 |
* | Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS, | rch@chromium.org | 2012-02-17 | 1 | -12/+12 |
* | Send RST_STREAM on receipt of non-lowercased header names. Add new | rch@chromium.org | 2012-02-17 | 1 | -1/+1 |
* | SPDY - enable SPDY/2.1 (flow control). | rtenneti@google.com | 2012-02-16 | 1 | -24/+34 |
* | SPDY - trun off spdy/2.1 by default. It could be enabled | rtenneti@chromium.org | 2012-02-14 | 1 | -9/+9 |
* | Flakiness cleanup: disable flaky tests under net/ | evan@chromium.org | 2012-02-14 | 1 | -2/+4 |