summaryrefslogtreecommitdiffstats
path: root/net/test/spawned_test_server
Commit message (Expand)AuthorAgeFilesLines
* Add Next Protocol Negotiation (NPN) unittests.bnc2015-10-022-6/+11
* Add flags to python test server for channel id, extended master secret, and t...nharper2015-09-182-4/+36
* Revert of Add flags to python test server for channel id, extended master sec...tommycli2015-09-172-33/+2
* Add flags to python test server for channel id, extended master secret, and t...nharper2015-09-162-2/+33
* Treat failure to parse certificates as SSL protocol errors.davidben2015-08-172-0/+6
* Add URLRequest unit tests for HPKP violation reportsestark2015-08-072-7/+48
* split port_util.h off of net_util.heroman2015-07-212-2/+2
* Tidy up *Int*ToString conversions in //netricea2015-07-091-1/+1
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-2/+2
* Resolve RFC 6761 localhost names to loopbackestark2015-06-201-0/+7
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-2/+2
* Prune some remnants of DSA client certificate support.davidben2015-05-131-2/+0
* Add HANDLE_FLAG_PROTECT_FROM_CLOSE flag to Tracked/ScopedHandle.shrikant2015-05-121-2/+5
* Use relative links in directory listings.xleng2015-05-042-2/+17
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-232-3/+3
* Forget SSL error exceptions when good certs seen for regular requests.jww2015-04-222-22/+22
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-092-5/+17
* Revert of Don't process HSTS/HPKP headers when host is an IP address (patchse...estark2015-04-062-16/+5
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-062-5/+16
* Reland 'Require ECDHE for False Start.'davidben2015-04-032-2/+5
* Revert of Require ECDHE for False Start. (patchset #4 id:60001 of https://cod...alph2015-04-032-5/+2
* Require ECDHE for False Start.davidben2015-04-032-2/+5
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Remove uses of KillProcess()rvargas2015-03-181-2/+1
* Properly handle alerts from the peer in SSL_read.davidben2015-03-182-2/+9
* Unwind the SSL connection holdback experiment and remove related codersleevi2015-03-162-11/+2
* Enable ResourceFetcherTestsjaekyun2015-03-101-0/+2
* Remove base::WaitForSingleProcessrvargas2015-02-241-6/+5
* Update {virtual,override,final} to follow C++11 style in net.dcheng2015-02-063-5/+5
* Implement AES-GCM in tlslite.davidben2015-01-292-3/+7
* Remove unused ScopedPath.thakis2015-01-261-54/+0
* Update net to use the new version of LaunchProcess.rvargas2014-12-134-11/+11
* Implement OCSP stapling in Windows BoringSSL port.davidben2014-11-082-0/+10
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts.davidben2014-10-301-3/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-212-2/+2
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-5/+5
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-092-3/+3
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-044-4/+4
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-282-6/+6
* This CL is a follow up to https://codereview.chromium.org/416683002/.mshelley@chromium.org2014-08-081-1/+2
* This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...mshelley@chromium.org2014-08-072-2/+12
* Map WebSocket URL schemes to HTTP URL schemes for auth purposes.ricea@chromium.org2014-07-292-2/+18
* Remove Create*Value (except CreateNullValue)estade@chromium.org2014-07-251-4/+2
* Revert 282307 "Map WebSocket URL schemes to HTTP URL schemes for..."kaliamoorthi@chromium.org2014-07-102-18/+2
* Map WebSocket URL schemes to HTTP URL schemes for auth purposes.ricea@chromium.org2014-07-102-2/+18
* Add tests for TLS fallback on connection reset and close.davidben@chromium.org2014-06-272-0/+31
* Local test server: do not use job object on Windowsphajdan.jr@chromium.org2014-06-263-21/+0