summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-2610-0/+10
* [cronet] Switch CronetTestInstrumentation from lighttpd to EmbeddedTestServer.jbudorick2016-03-251-1/+1
* Revert of Adding nist-pkits data files for iOS OpenSSL (patchset #1 id:1 of h...davidben2016-03-252-3/+1
* Adding nist-pkits data files for iOS OpenSSLsvaldez2016-03-252-1/+3
* Adding iOS OpenSSL Implementationsvaldez2016-03-258-0/+788
* Change name for API that returns RTT estimate at HTTP layertbansal2016-03-254-146/+153
* Break down HTTPCache.Result metric by resource typejkarlin2016-03-251-0/+33
* Revert of Adding iOS OpenSSL Implementation (patchset #23 id:420001 of https:...rockot2016-03-258-790/+1
* This adds the OpenSSL-specific implementations for iOS, using SecTrustEvaluat...svaldez2016-03-258-1/+790
* Remove outdated cert verification testsrsleevi2016-03-252-90/+0
* Fix shared_library build of content_decoder_toolHans Wennborg2016-03-251-0/+1
* Fix crash in URLRequestHttpJob::OnStartCompletednharper2016-03-251-2/+4
* Landing Recent QUIC changes until 3/18/2016 23:30 UTCjokulik2016-03-2473-535/+1610
* Remove unused HttpStreamFactoryImpl::Job::InitSSLConfig argument.bnc2016-03-242-10/+6
* QUIC: Add UMA logging for Net.QuicSession.Pushed*ckrasic2016-03-243-2/+23
* Add more out of line copy ctors for complex classes.vmpstr2016-03-2410-0/+20
* Don't allow a leading plus in ports for proxy bypass rules.eroman2016-03-242-6/+13
* Addition of an OCSP parser using the net der code.svaldez2016-03-2433-44/+4179
* net: remove CanonicalCookie ctor that takes two parameterstfarina2016-03-242-33/+0
* Use scoped_ptr for MockUDPClientSocket in quic_http_stream_test.cc and bidire...xunjieli2016-03-242-8/+8
* QUIC - Persist "Hash of the CHLO message" and "Signed timestamp of thertenneti2016-03-249-11/+108
* Add logging for headers sent and received in BidirectionalStreamQuicImplxunjieli2016-03-236-110/+186
* Fix handling of escaped slashes ("%2f") in FTP paths.mmenke2016-03-232-2/+43
* Don't allow negative date components in ParseCertificateDate(), or ones start...eroman2016-03-232-46/+37
* Add base/parse_number.h to generalize number parsing done in //net.eroman2016-03-238-16/+174
* [cronet] Switch cronet_sample_test_apk to EmbeddedTestServer.jbudorick2016-03-235-0/+89
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-3/+38
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-2347-274/+957
* Reland of "Implements content_decoder_tool.cc to decode offline any resources."gabadie2016-03-232-0/+99
* Supress gn check error in proxy_config_service_linux.cchaibinlu2016-03-221-1/+1
* Migrate net/cert/* to net::IPAddress.martijn2016-03-226-291/+195
* Restrict logging of channel id mismatches to requests made to accounts.google...nharper2016-03-221-3/+4
* [libfuzzer] tweaking http_chunked_decoder_fuzzer: dictionary and feed by blocks.mmoroz2016-03-223-2/+62
* Add a histogram (Net.PacResultForStrippedUrl) that estimates how often PAC sc...eroman2016-03-227-9/+435
* Add more RetainedRef uses where needed.vmpstr2016-03-222-35/+27
* Revert of Implement content_decoder_tool.cc to decode offline any resources. ...dgozman2016-03-222-103/+0
* net: remove UsingTCPFastOpen() method from StreamSocket classtfarina2016-03-2233-130/+7
* Implement content_decoder_tool.cc to decode offline any resources.gabadie2016-03-222-0/+103
* Rename net::BidirectionalStream*Job to net::BidirectionalStream*Implxunjieli2016-03-2226-236/+240
* Process Alternative Service headers in net::BidirectionalStreamxunjieli2016-03-228-67/+159
* QUIC - NetLog instrumentation for server push.ckrasic2016-03-229-18/+133
* QUIC - extend QuicInMemoryCache so that simple server can do server push.ckrasic2016-03-229-61/+234
* Update Token Binding code to match draft-ietf-tokbind-https-03nharper2016-03-211-1/+1
* Fix Alternate-Protocol handling when a p= option is present.rch2016-03-212-0/+83
* Add RetainedRef uses where needed.vmpstr2016-03-214-45/+34
* QUIC - extend origin-to-force-quic-on command line option to accept listrtenneti2016-03-215-15/+21
* Fix ParseCIDRBlock() to no longer accept invalid inputs.martijn2016-03-212-2/+11
* Fix bug in net::RequestPriority -> HTTP/2 dependency conversion.rdsmith2016-03-2121-106/+314
* Remove pre-10.9 code in //net.davidben2016-03-211-31/+2
* SameSite: Strict/Lax behavior.mkwst2016-03-2112-101/+200