summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Split URLFetcherFileWriter from URLFetcherCorehashimoto@chromium.org2013-02-185-305/+358
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-4/+4
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-2/+2
* Initial fixes for TCP Fast Open.willchan@chromium.org2013-02-164-23/+63
* On Android, reduce the delay to one minute before retrying a bad proxy serverbengr@chromium.org2013-02-161-0/+4
* When reading from an SSL socket, attempt to fully fill the caller's bufferrsleevi@chromium.org2013-02-165-69/+492
* Add kSpdyVersion2 to match kSpdyVersion3akalin@chromium.org2013-02-162-1/+2
* Verify the signature on user cloud policy downloads.joaodasilva@chromium.org2013-02-161-14/+15
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-1610-263/+199
* Revert 182845isherman@chromium.org2013-02-159-1097/+0
* Add new simple disk cache backend.gavinp@chromium.org2013-02-159-0/+1097
* Reverting as it causes compile failures on windows.ananta@chromium.org2013-02-1510-198/+263
* Refactored FakeURLFetcher to make it more flexiblenoamsml@google.com2013-02-152-47/+125
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-1510-263/+198
* Remove unused state SPDY_DONE from SpdyFramer.akalin@chromium.org2013-02-157-16/+1
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-1515-271/+321
* SPDY - For SPDY/2 set ControlFrameBufferMaxSize to 2 ** 16rtenneti@chromium.org2013-02-153-15/+16
* Add a DebugVisitor to QuicConnection to facilitate logging the activity on a ...rch@chromium.org2013-02-152-0/+75
* Re-enable URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting4.marja@chromium.org2013-02-151-2/+1
* Remove unused method SpdyFramer::IsCompressible().akalin@chromium.org2013-02-155-38/+0
* Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.akalin@chromium.org2013-02-159-142/+11
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-1520-251/+263
* Add more histograms for ProxyResolverV8Tracing.eroman@chromium.org2013-02-151-26/+34
* Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-1411-114/+44
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-148-131/+24
* Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-1411-52/+22
* Remove legacy task wrapper in MultiThreadedProxyResolver.dcheng@chromium.org2013-02-141-16/+3
* Fix dependency on scoped_ptr::reset sequencing in ProxyResolverV8Tracingdcheng@chromium.org2013-02-141-3/+4
* Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-1410-90/+66
* Disabling flaky tests.marja@chromium.org2013-02-141-1/+2
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-1412-10/+105
* Minor change in parsing of GOAWAY frames for correctness.akalin@chromium.org2013-02-142-1/+31
* Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-1410-55/+18
* Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-148-58/+80
* Minor cleanup in SpdyFrameBuilder. No functional/compiled change.akalin@chromium.org2013-02-142-2/+2
* Make proxy fallback logic more captive-portal friendly,mmenke@chromium.org2013-02-141-1/+8
* Clean up the last remaining bits of SpdySynReplyControlFrame.akalin@chromium.org2013-02-143-57/+8
* net: Fix DCHECK failure on large file uploadhashimoto@chromium.org2013-02-141-2/+2
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-1412-189/+151
* Create a new disk_cache type, SHADER_CACHE.dsinclair@chromium.org2013-02-135-5/+135
* Revert 182331rch@chromium.org2013-02-1312-104/+10
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-1312-10/+104
* Getting rid of SpdyFramer::GetControlFrameStreamId(), which cleans up the cod...akalin@chromium.org2013-02-133-75/+22
* Revert 182279 due to failure in CloudPolicyTest.FetchPolicyWithRotatedKey on ...rdsmith@chromium.org2013-02-131-15/+14
* Centralize logic for calculating (minimum) size of SPDY frames, by type, in S...akalin@chromium.org2013-02-133-163/+142
* Return specific cert verification errors on Androidppi@chromium.org2013-02-1310-58/+159
* Verify the signature on user cloud policy downloads.joaodasilva@chromium.org2013-02-131-14/+15
* Add WifiPHYLayerProtocol to SystemProfile.szym@chromium.org2013-02-133-0/+164
* Add CLIENT_CERT_TYPE_DSS_SIGN to net::SSLClientCertTypedigit@chromium.org2013-02-132-0/+12