summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Route OCSP stapling through CertVerifier.davidben2015-04-2728-405/+345
* Ensure tests have an active task runnerskyostil2015-04-271-1/+3
* Clean up NPN/ALPN-related SSLClientSocket bits.davidben2015-04-2714-161/+69
* Rename methods and members and const variables to alternative service.bnc2015-04-279-26/+25
* Remove network load flags not used in net/g.mehndiratt2015-04-273-184/+17
* Handle ERR_PAC_SCRIPT_TERMINATED in ProxyService.sammc2015-04-255-29/+233
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-2426-133/+167
* Windows GN component build fixes: netbrettw2015-04-241-6/+4
* Pass in a non-null CertVerifier into SSLClientSocket.davidben2015-04-242-0/+3
* Use TCPServerSocket instead of TCPListenSocket in transport_client_socket_uni...xunjieli2015-04-241-155/+176
* Inline NetLog IPv6 reachability events.mmenke2015-04-245-17/+29
* Adding field to tell if gin::IsolateHolder needs lock to be accessed.ssid2015-04-241-1/+1
* Fixes a bug where QuotaPolicyChannelIDStore would ignore some deletes.rohitrao2015-04-241-0/+28
* Use of base::StringPairs appropriately in cookiespayal.pandey2015-04-241-9/+7
* DATE and FULL_PATH type sorts are not used anywhere. Date is not evenolli.syrjala2015-04-243-91/+41
* More instrumentation to track down net/ jank.eroman2015-04-232-0/+21
* Account for the OS returning an empty certificate chain.davidben2015-04-237-23/+192
* Add some instrumentation for jank in URLRequest::Start.mmenke2015-04-232-0/+22
* Slightly tidy up CertVerifyProcTest.IsIssuedByKnownRootIgnoresTestRootsdavidben2015-04-231-11/+4
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-23177-3551/+3305
* Check if |this| is valid after calling SpdyStream::DecreaseRecvWindowSize.bnc2015-04-233-2/+65
* Update network triage docs with suggestion about checking for malware.mmenke2015-04-231-4/+13
* Revert of CHECK() if Windows non-blocking connect returns 0. (patchset #1 id:...ricea2015-04-231-19/+24
* Update {virtual,override} to follow C++11 style in net.nick2015-04-2315-66/+57
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-2377-502/+784
* Add DER parser to //netnharper2015-04-2212-0/+1578
* Fix a bug when cancelling requests from CertNetFetcherImpl.eroman2015-04-223-2/+36
* Forget SSL error exceptions when good certs seen for regular requests.jww2015-04-222-22/+22
* Certificate Transparency: Adding Izenpe's log.eranm2015-04-221-42/+43
* Report the connect status of the oldest connection in the socket pool.haavardm2015-04-223-40/+49
* CHECK() if Windows non-blocking connect returns 0.ricea2015-04-221-24/+19
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-2211-430/+452
* QUIC - use correct SPDY version based QUIC_VERSION. If QUIC_VERSION isrtenneti2015-04-221-3/+8
* Change tests not to use a real domain.bnc2015-04-216-934/+1047
* Add a new SequencedSocketData class.rch2015-04-215-80/+1499
* Add instrumentation to track down jank in ProxyService::InitProxyResolver::Do...eroman2015-04-211-0/+39
* Windows GN tests, webcrypto warningsbrettw2015-04-212-4/+8
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-1/+0
* Start moving responsibility for setting PAC script into ProxyResolverFactory.sammc2015-04-2113-58/+342
* QUIC - fix packet loss rate calculation (use float).rtenneti2015-04-212-2/+21
* Use QUIC v25.rch2015-04-201-1/+1
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-207-146/+151
* Various cleanups of QUIC code to keep in sync with internal versions.rch2015-04-1829-49/+47
* Land Recent QUIC Changes until 04/15/2015rch2015-04-1861-22130/+886
* Fix a comment describing when SSL_CERTIFICATES_RECEIVED emits parameters.eroman2015-04-181-2/+1
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-181-14/+5
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-1722-146/+134
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-1735-109/+112
* Update NET_INFO_SOURCE macros.bnc2015-04-172-4/+3
* Created new URLRequestContext for secure proxy check.tbansal2015-04-171-1/+2