| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDY - For SPDY/2 set ControlFrameBufferMaxSize to 2 ** 16 | rtenneti@chromium.org | 2013-02-15 | 3 | -15/+16 |
* | Add a DebugVisitor to QuicConnection to facilitate logging the activity on a ... | rch@chromium.org | 2013-02-15 | 2 | -0/+75 |
* | Re-enable URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting4. | marja@chromium.org | 2013-02-15 | 1 | -2/+1 |
* | Remove unused method SpdyFramer::IsCompressible(). | akalin@chromium.org | 2013-02-15 | 5 | -38/+0 |
* | Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development. | akalin@chromium.org | 2013-02-15 | 9 | -142/+11 |
* | Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development. | akalin@chromium.org | 2013-02-15 | 20 | -251/+263 |
* | Add more histograms for ProxyResolverV8Tracing. | eroman@chromium.org | 2013-02-15 | 1 | -26/+34 |
* | Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 11 | -114/+44 |
* | Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher... | mattm@chromium.org | 2013-02-14 | 8 | -131/+24 |
* | Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 11 | -52/+22 |
* | Remove legacy task wrapper in MultiThreadedProxyResolver. | dcheng@chromium.org | 2013-02-14 | 1 | -16/+3 |
* | Fix dependency on scoped_ptr::reset sequencing in ProxyResolverV8Tracing | dcheng@chromium.org | 2013-02-14 | 1 | -3/+4 |
* | Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 10 | -90/+66 |
* | Disabling flaky tests. | marja@chromium.org | 2013-02-14 | 1 | -1/+2 |
* | Enhance net internals/net log output for QUIC. | rch@chromium.org | 2013-02-14 | 12 | -10/+105 |
* | Minor change in parsing of GOAWAY frames for correctness. | akalin@chromium.org | 2013-02-14 | 2 | -1/+31 |
* | Remove SpdyPingControlFrame struct. Useful for SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 10 | -55/+18 |
* | Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 8 | -58/+80 |
* | Minor cleanup in SpdyFrameBuilder. No functional/compiled change. | akalin@chromium.org | 2013-02-14 | 2 | -2/+2 |
* | Make proxy fallback logic more captive-portal friendly, | mmenke@chromium.org | 2013-02-14 | 1 | -1/+8 |
* | Clean up the last remaining bits of SpdySynReplyControlFrame. | akalin@chromium.org | 2013-02-14 | 3 | -57/+8 |
* | net: Fix DCHECK failure on large file upload | hashimoto@chromium.org | 2013-02-14 | 1 | -2/+2 |
* | Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame. | akalin@chromium.org | 2013-02-14 | 12 | -189/+151 |
* | Create a new disk_cache type, SHADER_CACHE. | dsinclair@chromium.org | 2013-02-13 | 5 | -5/+135 |
* | Revert 182331 | rch@chromium.org | 2013-02-13 | 12 | -104/+10 |
* | Enhance net internals/net log output for QUIC. | rch@chromium.org | 2013-02-13 | 12 | -10/+104 |
* | Getting rid of SpdyFramer::GetControlFrameStreamId(), which cleans up the cod... | akalin@chromium.org | 2013-02-13 | 3 | -75/+22 |
* | Revert 182279 due to failure in CloudPolicyTest.FetchPolicyWithRotatedKey on ... | rdsmith@chromium.org | 2013-02-13 | 1 | -15/+14 |
* | Centralize logic for calculating (minimum) size of SPDY frames, by type, in S... | akalin@chromium.org | 2013-02-13 | 3 | -163/+142 |
* | Return specific cert verification errors on Android | ppi@chromium.org | 2013-02-13 | 10 | -58/+159 |
* | Verify the signature on user cloud policy downloads. | joaodasilva@chromium.org | 2013-02-13 | 1 | -14/+15 |
* | Add WifiPHYLayerProtocol to SystemProfile. | szym@chromium.org | 2013-02-13 | 3 | -0/+164 |
* | Add CLIENT_CERT_TYPE_DSS_SIGN to net::SSLClientCertType | digit@chromium.org | 2013-02-13 | 2 | -0/+12 |
* | Remove bad const from disk_cache::Backend interface. | gavinp@chromium.org | 2013-02-12 | 4 | -15/+15 |
* | Opus extension to mimetype map so files with .opus play instead of download, ... | fbarchard@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Refactor in preparation for SPDY 4, part 1. | akalin@chromium.org | 2013-02-12 | 7 | -152/+684 |
* | Remove unused pieces of URLRequestJobFactory API. | pauljensen@chromium.org | 2013-02-12 | 9 | -352/+18 |
* | SPDY - Added unit tests for use after free of SpdySession | rtenneti@chromium.org | 2013-02-12 | 2 | -98/+240 |
* | Cleanup: Remove deprecated base::Value methods from net. Use base::Value too. | thestig@chromium.org | 2013-02-12 | 8 | -112/+113 |
* | Invalid flags now result in a GOAWAY | akalin@chromium.org | 2013-02-12 | 4 | -41/+398 |
* | This patch adds some Android-support code to allow the network | digit@chromium.org | 2013-02-11 | 20 | -0/+2318 |
* | net: add (*.)lockify.com to HSTS preloaded. | agl@chromium.org | 2013-02-11 | 2 | -0/+2 |
* | [net/dns] Ignore transient flutter of resolv.conf. | szym@chromium.org | 2013-02-11 | 2 | -8/+22 |
* | Add DCHECK for these-should-never-be-hit SpdyFrameBuilder error conditions. | akalin@chromium.org | 2013-02-11 | 1 | -21/+14 |
* | Revert 181627 | rtenneti@chromium.org | 2013-02-11 | 2 | -14/+1 |
* | SPDY - Small bug fix for user after free. Will revert the | rtenneti@chromium.org | 2013-02-10 | 1 | -6/+7 |
* | Revert 181626 | rtenneti@chromium.org | 2013-02-09 | 2 | -1/+14 |
* | Revert 181569 | rtenneti@chromium.org | 2013-02-09 | 2 | -14/+1 |
* | Stop testing invalid flag values. | akalin@chromium.org | 2013-02-09 | 2 | -24/+16 |
* | Rename SpdyStatusCodes to SpdyRstStreamStatus | akalin@chromium.org | 2013-02-09 | 31 | -204/+208 |