summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-062-5/+3
* Fix cancellation of a pair of URLRequestJob subclassesmmenke2015-08-065-36/+47
* Pull ICU, rename component build GN variables.brettw2015-08-061-2/+2
* Add CompareSpdyHeaderBlocks() test helper method.bnc2015-08-065-21/+27
* Disable */CookieStoreTest/0.TestNonDottedAndTLD tests on iOS 9.sdefresne2015-08-061-0/+13
* Net: Handle the case of a < 8 byte HTTP/0.9 response over HTTPS.mmenke2015-08-061-28/+30
* [refactor] move BitString from der/input.h --> der/parse_values.heroman2015-08-057-31/+35
* Add API to compute median RTT since a given timestamptbansal2015-08-053-46/+134
* Roll src/third_party/boringssl/src/ to 43bd18f3b2a0b4ae9a807b432631b4cdb8339a46.davidben2015-08-051-1/+0
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-053-2/+28
* Add Precache.Fetch.ResponseBytes.Network metric.twifkak2015-08-057-3/+89
* Change NQE API to provide Getter for each metric.tbansal2015-08-053-26/+90
* [HPACK] Do not sort cookie crumbs or remove duplicate crumbs.bnc2015-08-053-14/+9
* Enable compilation of QUIC for (P)NaCl.sergeyu2015-08-053-198/+200
* Add ellyjones and xunjieli to net/OWNERS.mmenke2015-08-041-0/+2
* Revert of Net: Stop treating partial HTTP headers as a valid response. (patc...zmo2015-08-043-88/+123
* [HPACK] Ignore optional whitespace in cookie crumbles.bnc2015-08-042-7/+23
* Remove empty alternative service vector for canonical hosts.bnc2015-08-042-0/+42
* Add some instrumentation to investigate a possible use after free.rtenneti2015-08-043-3/+74
* Add some instrumentation to investigate a possible use after free.rtenneti2015-08-042-0/+62
* Make RuleBasedHostResolverProc methods to add/remove rules threadsafe.mmenke2015-08-042-5/+21
* Implement P2P QUIC connections.sergeyu2015-08-0412-9/+902
* Net: Stop treating partial HTTP headers as a valid response.mmenke2015-08-043-123/+88
* Remove empty alternative service vector from |alternative_service_map_|.bnc2015-08-042-0/+41
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-044-9/+1939
* Memory-only disk cache: Fix GetAvailableRange for small ranges.rvargas2015-08-042-1/+10
* Move HPACK implementation to net/spdy/hpack directory.bnc2015-08-0439-863/+828
* Have ClientSocketPoolBase defriend base::RefCounted.mmenke2015-08-031-2/+0
* QUIC - collect histogram data for secure (https) URLs to google servers.rtenneti2015-08-031-13/+18
* Revert of Yield in DoReadLoop after 20 ms instead of 50 ms. (patchset #1 id:1...bnc2015-08-031-1/+1
* [refactor] Add der::BitString to represent a parsed BIT STRING.eroman2015-08-0312-137/+102
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-034-1939/+9
* (for QUIC) SPDY Framer: add UMA logging for Net.SpdyHpackDecompressionPercen...ckrasic2015-08-037-29/+47
* Handle spurrious notifications in QuicHttpStream::OnDataAvailablerch2015-08-031-0/+4
* Replace hex values in SpdyFramerTest.bnc2015-08-031-43/+43
* Process Public-Key-Pin-Report-Only headersestark2015-08-034-64/+251
* Yield in DoReadLoop after 20 ms instead of 50 ms.bnc2015-08-031-1/+1
* Change GURL::DomainIs to take a StringPiece.qyearsley2015-08-031-1/+1
* Add parsing for Public-Key-Pins-Report-Only headerestark2015-07-313-198/+299
* Build net_unittests in Mac GN.dpranke2015-07-311-303/+301
* Get WiFi SSID information for Windows.tbansal2015-07-313-53/+72
* Add yet more GN isolates ...dpranke2015-07-311-1/+22
* Make SpdyFramer be able to process one frame at a time.bnc2015-07-313-13/+163
* net: require Google pins for (*.)ggpht.com and (*.)blogspot.com.Adam Langley2015-07-312-846/+853
* Process Alt-Svc headers.bnc2015-07-317-50/+614
* Remove a race around NetworkChangeNotifier::test_notifications_only_jkarlin2015-07-312-14/+17
* Remove myself from OWNERS files.erikwright2015-07-312-2/+0
* Enable insecure QUIC if Cronet is built for testingxunjieli2015-07-312-2/+9
* Use the CT policy enforcer for QUIC, if specified.rsleevi2015-07-3112-29/+396
* Move JNI annotations to annotations package.aurimas2015-07-3013-26/+26