| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDY - Add support for PINGs initiated by the server. | rtenneti@chromium.org | 2012-10-04 | 8 | -22/+166 |
* | net: separate SPDY cookie with "; " as the new RFC requires. | agl@chromium.org | 2012-09-21 | 1 | -16/+25 |
* | crypto: add DecodeSignature and use SHA-256 with ECDSA. | agl@chromium.org | 2012-09-19 | 2 | -2/+14 |
* | net: Make UploadDataStream::Init() asynchronous. | hashimoto@chromium.org | 2012-09-18 | 4 | -9/+9 |
* | * Change logic of SpdySession::VerifyDomainAuthentication to | rch@chromium.org | 2012-09-13 | 2 | -1/+166 |
* | Move the NSS functions out of CertDatabase into a new NSSCertDatabase class. | joaodasilva@chromium.org | 2012-09-10 | 2 | -4/+4 |
* | Add SPDY request headers to DevTools. | mmenke@chromium.org | 2012-09-07 | 10 | -22/+126 |
* | Remove obsolete signature_creator includes from net. | msarda@chromium.org | 2012-09-05 | 2 | -2/+0 |
* | Add a flag to enable connection pooling with channel id | rch@chromium.org | 2012-09-05 | 2 | -1/+13 |
* | net: Move file operation code from UploadData to UploadDataStream | hashimoto@chromium.org | 2012-09-01 | 2 | -18/+10 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 2 | -4/+5 |
* | Revert "net: disable SPDY compression." | agl@chromium.org | 2012-08-29 | 2 | -10/+4 |
* | net: disable SPDY compression. | agl@chromium.org | 2012-08-28 | 2 | -4/+10 |
* | SPDY - A histogram to track spdy versions negotiated by chrome. | rtenneti@google.com | 2012-08-22 | 1 | -0/+1 |
* | [Coverity] Pass-by-ref instead of value | groby@chromium.org | 2012-08-21 | 2 | -4/+5 |
* | WebSocket over SPDY: unit test cleanup | toyoshim@chromium.org | 2012-08-21 | 12 | -257/+219 |
* | net: Fix more clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-08-19 | 1 | -1/+1 |
* | Disable SpdyCredentialBuilder tests with OpenSSL. | pliard@chromium.org | 2012-08-17 | 1 | -6/+44 |
* | net: workaround compression leaks | agl@chromium.org | 2012-08-15 | 5 | -56/+218 |
* | SPDY: WriteHeaders should invoke OnDataSent callback | toyoshim@chromium.org | 2012-08-15 | 14 | -30/+77 |
* | Revert "net: workaround compression leaks" | agl@chromium.org | 2012-08-14 | 5 | -218/+56 |
* | net: workaround compression leaks | agl@chromium.org | 2012-08-14 | 5 | -56/+218 |
* | Clean-up inline members of nested classes (net/) | hans@chromium.org | 2012-08-09 | 2 | -9/+20 |
* | Fix proxy CONNECT response handling | ttuttle@chromium.org | 2012-08-09 | 4 | -34/+150 |
* | SPDY - Handle incomplete headers during server push. | rtenneti@chromium.org | 2012-08-06 | 14 | -16/+284 |
* | Implement TLS Channel ID support for SPDY CREDENTIAL frames | rch@chromium.org | 2012-08-06 | 5 | -53/+274 |
* | Add WriteHeaders interface to SpdySession and SpdyStream. | toyoshim@chromium.org | 2012-08-03 | 12 | -161/+629 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-08-03 | 1 | -1/+2 |
* | Log SPDY request headers in URL_REQUEST events in net-internals. | pauljensen@chromium.org | 2012-08-01 | 1 | -0/+23 |
* | Simplify the EC signature creation code by moving it to a Helper. | rch@chromium.org | 2012-08-01 | 3 | -47/+63 |
* | Fix bug in SpdySession where map.erase() was called on an iterator when the u... | rch@chromium.org | 2012-07-30 | 3 | -15/+277 |
* | Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con... | rch@chromium.org | 2012-07-28 | 3 | -0/+216 |
* | Give MockRead and MockWrite distinct types. | yutak@chromium.org | 2012-07-27 | 4 | -10/+10 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 15 | -205/+457 |
* | SPDY - minor bug fixes. Log status code for GOAWAY frames | rtenneti@google.com | 2012-07-24 | 3 | -4/+7 |
* | Modify DeterministicSocketData to verify that the sequence number of reads an... | rch@chromium.org | 2012-07-21 | 4 | -26/+38 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 15 | -456/+205 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 15 | -205/+456 |
* | Remove most usages of scoped_ptr<*SocketData> in net unittests. | rch@chromium.org | 2012-07-19 | 6 | -966/+738 |
* | Removed redundant static settings resets. | bengr@google.com | 2012-07-19 | 2 | -4/+0 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 3 | -9/+17 |
* | Refactor the SPDY stream unit test with merging common part. | shouqun.liu@intel.com | 2012-07-19 | 4 | -140/+143 |
* | Remove old unclaimed streams pushed by a SPDY server. | bengr@google.com | 2012-07-18 | 5 | -6/+232 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 14 | -47/+50 |
* | SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FIN | toyoshim@chromium.org | 2012-07-12 | 9 | -20/+33 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 16 | -130/+542 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 19 | -19/+0 |
* | Remove several usages of linked_ptr in spdy land. | rch@chromium.org | 2012-07-11 | 7 | -38/+35 |
* | DeterministicSocketDataProvider should not be RefCounted | rsleevi@chromium.org | 2012-07-10 | 5 | -113/+83 |
* | Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter... | rch@chromium.org | 2012-07-09 | 9 | -262/+500 |