summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* New SimpleCache Entry test for duplicate dooms.gavinp2014-08-281-0/+64
* Mark android supports H264 main/high profileqinmin2014-08-281-5/+2
* Don't let PRR kick in if there is less than a packets worth of bytes inrtenneti2014-08-282-4/+2
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-2829-76/+85
* QUIC - use HostPortPair instead of scoped_ptr<HostPortPair>.rtenneti2014-08-272-3/+3
* Set the internal listen socket only when it opens to socket successfully.byungchul2014-08-272-4/+19
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-2712-32/+30
* Revert of Revert "TestWebServer needs to use a free port." (patchset #1 of ht...hush2014-08-271-8/+7
* Fix overzealous CHECK in custom EC_KEYs.davidben2014-08-272-2/+2
* net: enable SSL_MODE_CBC_RECORD_SPLITTING with OpenSSL.agl2014-08-271-0/+1
* Adding histogram to count number of RTTs for handshake when confirmation is r...jri2014-08-271-0/+10
* net: add a batch of HSTS preloads.Adam Langley2014-08-272-0/+32
* Include better OpenSSL error information in NetLog.davidben2014-08-2711-76/+127
* Add the mp2t mimetype to the list of supported mime types.damienv2014-08-272-0/+11
* Remove implicit conversions from scoped_refptr to T* in net/url_request/dcheng2014-08-277-16/+16
* Remove implicit conversions from scoped_refptr to T* in net/disk_cache/dcheng2014-08-275-28/+31
* Bypass http cache for concurrent range requests.dalecurtis2014-08-262-2/+48
* net: HSTS list additions.Adam Langley2014-08-262-0/+4
* Revert "TestWebServer needs to use a free port."Albert J. Wong2014-08-261-6/+7
* QUIC - disabled EndToEndTest.LargePostZeroRTTFailure to fix flakinessrtenneti2014-08-261-1/+3
* TestWebServer needs to use a free port.hush2014-08-261-7/+6
* Remove implicit conversions from scoped_refptr to T* in net/websockets/dcheng2014-08-2610-38/+41
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-264-6/+10
* Initial implementation of ServiceWorkerCache Put and Match functions.jkarlin2014-08-262-0/+8
* Change the wire format of the ack frame to include a compressed versionrtenneti2014-08-2621-150/+1255
* Remove implicit conversions from scoped_refptr to T* in net/http/dcheng2014-08-2610-101/+107
* QUIC - Construct crypto_stream_ in QuicClientSession::InitializeSessionrtenneti2014-08-265-28/+33
* Remove implicit conversions from scoped_refptr to T* in net/cert/dcheng2014-08-2611-86/+97
* Remove implicit conversions from scoped_refptr to T* in net/quic/dcheng2014-08-2612-48/+42
* Remove implicit conversions from scoped_refptr to T* in net/socket/dcheng2014-08-258-55/+50
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-2512-244/+1052
* Make sure that HttpRequestHeaders contains valid key-value pairs.rob2014-08-253-0/+24
* Align SSLClientSocketOpenSSL and SSLClientSocketNSS histograms.davidben2014-08-254-29/+27
* Update the HSTS header file from dabead0cc1ad.Adam Langley2014-08-251-0/+30
* Connect SimpleCache Backend active_entries_ more closely to Entry lifetime.gavinp2014-08-255-43/+105
* net: add a batch of HSTS preloads.Adam Langley2014-08-251-0/+30
* Set content-length header for httpResponses.hush2014-08-251-2/+6
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-2212-1019/+233
* Disable an unittest failed on windows build bot.byungchul@chromium.org2014-08-221-0/+3
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-2212-233/+1019
* Remove NOTREACHED() in ProxyConnectRedirectHttpStream::GetUploadProgress()tyoshino@chromium.org2014-08-221-1/+0
* Landing Recent QUIC Changes.rtenneti@chromium.org2014-08-2251-541/+853
* Refactoring: Create per-connection packet writers in QuicDispatcher.wtc@chromium.org2014-08-2241-185/+702
* Add QUIC tests for chunked uploads where the FIN frame has no body data.mmenke@chromium.org2014-08-221-1/+98
* Roll BoringSSL.davidben@chromium.org2014-08-222-0/+2
* Allow chunked SPDY POSTs to be terminated by an empty FIN data frame.mmenke@chromium.org2014-08-214-9/+183
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-212-23/+18
* Change the lifespan of SSlConnectJobMessengers so that they are createdwtc@chromium.org2014-08-2111-81/+137
* HTTP2 draft 14 supportbnc@chromium.org2014-08-2139-974/+923
* Refactor HttpStreamFactoryImpl::Job::DoCreateStream() for handling WebSocket ...tyoshino@chromium.org2014-08-212-56/+64