summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix HttpStreamFactoryImplTest lint issues.bnc2015-08-171-2/+2
* Treat failure to parse certificates as SSL protocol errors.davidben2015-08-179-17/+170
* Fix spdy_test_util_common.cc lint issue.bnc2015-08-171-3/+2
* Fix SpdyNetworkTransactionTest lint issue.bnc2015-08-171-1/+1
* Fix HttpNetworkTransactionTest lint issues.bnc2015-08-171-8/+6
* net: Add a few extra operations to the dump_cache tool.rvargas2015-08-153-36/+313
* Improve docs for received_response_content_length.twifkak2015-08-141-3/+3
* QUIC - bug fix for quic_client - start the packet_reader if it is notrtenneti2015-08-142-2/+15
* Add a function for parsing RFC 5280's "Certificate".eroman2015-08-1416-0/+674
* Implement base class of NetworkQualityProvidertbansal2015-08-146-15/+116
* Implement QuicChannel and QuicChannelFactorysergeyu2015-08-143-14/+39
* Rewrite HpackRoundTripTest::RandomizedExamples.bnc2015-08-141-11/+30
* Change HPACK decoder to directly update cookie value.bnc2015-08-143-27/+6
* Stop using typedef in hpack decoder. No behavior change.bnc2015-08-141-3/+2
* Add enum SpdyHeaderValidatorType::RESPONSE_TRAILER.bnc2015-08-142-3/+7
* net: Remove dump-to-files from dump_cache.rvargas2015-08-1418-855/+131
* Revert of [Android] Add a java.lang.System wrapper. (patchset #2 id:20001 of ...jdduke2015-08-143-8/+28
* Update preloaded Dropbox pinsestark2015-08-142-1917/+1930
* Create a about handler component.jitendra.ks2015-08-143-81/+0
* net: Cleanup includes of dns_util.h.tfarina2015-08-142-3/+0
* Fix response bytes getters in URLFetcher.twifkak2015-08-144-5/+24
* relnote: QUIC - Added 'FRTT' connection option to run a finch basedrtenneti2015-08-145-3/+43
* [Android] Add a java.lang.System wrapper.jdduke2015-08-133-28/+8
* Revert of QUIC - Call base::debug::DumpWithoutCrashing instead of crashing in...rtenneti2015-08-131-5/+0
* flip_server: Include create_listener.h where needed only.tfarina2015-08-135-6/+7
* [AltSvc] Save expiration as int64 string instead of double.bnc2015-08-133-22/+139
* Change the HSTS preload entry for carbonmade.com to include_subdomains: false.lgarron2015-08-132-2/+2
* Add a info flag set when certs fails to conform to the CT policy.haavardm2015-08-135-1/+10
* [refactor] Extract some test helpers for certificate verification unittests.eroman2015-08-135-181/+224
* Migrate iOS cookies to unencrypted versions.bcwhite2015-08-123-6/+76
* Replace use of ternary operator in void context.ricea2015-08-121-1/+5
* Rename BasicURLRequestContext.wjmaclean2015-08-121-6/+8
* Remove remaining legacy SplitString calls.brettw2015-08-121-4/+5
* Allow preloaded pins to contain report URIs; remove special-case reportingestark2015-08-1213-95/+71
* Disable warnings when compiling //net/third_party/nss/ssl on iOS.sdefresne2015-08-121-0/+6
* Cleanup NQEtbansal2015-08-117-285/+248
* Remove net_resources.rcbrettw2015-08-112-2/+0
* Revert of Cleanup NQE (patchset #5 id:80001 of https://codereview.chromium.or...rockot2015-08-117-246/+285
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-1131-90/+70
* Add a new SpdyStream::Delegate method to handle trailersxunjieli2015-08-1113-16/+159
* Cleanup NQEtbansal2015-08-117-285/+246
* Returning scoped_ptr<> instead of raw pointer in ProxyConfig::ToValueparitosh.in2015-08-112-5/+4
* RFC 2459 name comparison.mattm2015-08-1174-14/+2402
* Fix DER parsing bugs when parsing GeneralizedTime and UTCTimenharper2015-08-102-12/+24
* QUIC - Call base::debug::DumpWithoutCrashing instead of crashing inrtenneti2015-08-101-0/+5
* Refresh Public Suffic List to the latest versionrsleevi2015-08-102-48/+1186
* relnote: Flag-protected by FLAGS_enable_quic_stateless_reject_support.rtenneti2015-08-1010-103/+925
* Cleanup some bits in net/testrsleevi2015-08-103-270/+6
* [Cronet] Add a README doc for Cronetxunjieli2015-08-102-2/+7
* Notify NQE when the request finishes.tbansal2015-08-105-119/+155