summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add histograms for usage of some weird HTTP/0.9 "features"mmenke2015-08-101-2/+12
* Fix some HPACK comments, update links to RFC.bnc2015-08-103-14/+13
* Editing iOS sources for //net.sherouk2015-08-101-23/+36
* net: update generated HSTS lists.agl2015-08-081-8/+12
* Log to net-log when a duplicate QUIC packet is received.rch2015-08-072-0/+19
* net: add a batch of HSTS preloads.Adam Langley2015-08-072-2389/+2514
* Add a pair of DCHECKs in URLRequestJob for jobs that restart themselves.mmenke2015-08-071-2/+11
* Add URLRequest unit tests for HPKP violation reportsestark2015-08-076-8/+271
* Style/readability clean-up for certificate reporting codeestark2015-08-073-59/+43
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-074-1939/+9
* flip_server: Make addrinfo variable private.tfarina2015-08-071-5/+4
* Adds a CompareSpdyHeaderBlocks method, rather than relying on operator==.rtenneti2015-08-072-3/+7
* Reland https://codereview.chromium.org/1271593002/ which was revertedmmenke2015-08-074-34/+39
* Re-disable support for HTTP/0.9 responses < 8 bytes over SSL.mmenke2015-08-071-8/+19
* Landing Recent QUIC changes until 8/4/2015 20:30 UTC.rtenneti2015-08-0727-92/+197
* net/testserver.py: Add handler to reply with client auth status.pneubeck2015-08-071-0/+19
* Add some policy controls for VerifySignedData().eroman2015-08-077-33/+348