summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in QuicHttpStream::SendRequest.rch2014-08-302-1/+23
* Http cache: Allow caching of byte ranges without strong validators.rvargas2014-08-303-19/+40
* Revert of Landing Recent QUIC Changes. (patchset #1 id:1 of https://coderevie...rtenneti2014-08-2919-429/+505
* Move sqlite_channel_id_store from chrome/browser/net to net/extras.mef2014-08-297-0/+1245
* Check that user has supplied at least one URL argument to quic_clientrjshade2014-08-291-3/+6
* Move GLIB_DISABLE_DEPRECATION_WARNINGS define to a more general place.pgal.u-szeged2014-08-291-9/+0
* Revert of Net-related fixups for scoped_refptr conversion operator cleanup. (...mlamouri2014-08-299-35/+32
* Net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-08-299-32/+35
* Landing Recent QUIC Changes.rtenneti2014-08-2919-505/+429
* Update the test OCSP server to use SHA-256 for the generated test server cert...rsleevi2014-08-281-8/+8
* 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