summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* FileStream: Wait for IO completion in destructor regardless of auto_closed flagkinuko@chromium.org2012-03-063-10/+56
* Add a unit test to confirm that Chrome correctly handles a server push in whi...rch@chromium.org2012-03-063-0/+159
* Avoid loading ws2_32.dll just to get htons() and friends.wez@chromium.org2012-03-061-0/+9
* When using SSLClientSocketWin, record the full certificate chain sent by the ...rsleevi@chromium.org2012-03-061-43/+63
* net: don't set HSTS for chart.apis.google.comagl@chromium.org2012-03-052-0/+7
* net: Disconnect proxy sockets that have a certificate error.agl@chromium.org2012-03-051-0/+1
* net: code style fixups - no semantic change.agl@chromium.org2012-03-051-10/+15
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-042-53/+55
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-045-14/+11
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-045-11/+14
* Remove some extra log spam from StaticSocketDataProvider::OnWritersleevi@chromium.org2012-03-041-1/+0
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-0441-508/+39076
* Remove a declaration for an unimplemented function in TransportSecurityState.rsleevi@chromium.org2012-03-031-5/+0
* Update net/third_party/nss to NSS 3.13.3.wtc@chromium.org2012-03-0345-3932/+2281
* Eliminate an unnecessary #include.pkasting@chromium.org2012-03-031-7/+2
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-032-4/+2
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-0316-21/+900
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-035-39/+65
* Ensure pipelined requests are sent in the same order they're queued. Also, en...simonjam@chromium.org2012-03-034-11/+84
* [net] Removes leak from HostResolverImplTest.CanceledRequestsReleaseJobSlots.szym@chromium.org2012-03-031-0/+3
* [net] Ensure aborted HostResolverImpl::Jobs release slots in the dispatcher.szym@chromium.org2012-03-032-61/+186
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-023-0/+50
* Convert the XXX_sync builders to using directly sync_integration_tests.maruel@chromium.org2012-03-021-2/+6
* Support reading PEM files in TLSLitersleevi@chromium.org2012-03-021-3/+1
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-2/+12
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-0128-256/+1264
* net: Fix a subtle race in FileStreamWin::CloseSync()satorux@chromium.org2012-03-011-3/+5
* Small cleanup of spdy next protocol negotiation configuration in tests.rch@chromium.org2012-03-012-20/+5
* net: Make destruction and closure of FileStream safer.satorux@chromium.org2012-02-296-100/+236
* Remove the origin field from the CREDENTIAL frame.rch@chromium.org2012-02-296-64/+12
* Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObservermmenke@chromium.org2012-02-295-32/+103
* SPDY - flow control optimizations. Send WINDOW_UPDATErtenneti@chromium.org2012-02-294-1/+30
* Remove support for RSA Origin Bound Certificates.mattm@chromium.org2012-02-2911-363/+33
* Add a new static GetDomainForOrigin method to OriginBoundCertService for dete...rch@chromium.org2012-02-293-0/+33
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-284-5/+144
* Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args.mattm@chromium.org2012-02-282-19/+133
* [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChangedszym@chromium.org2012-02-286-35/+35
* [uber page] Squelch font type warnings.dbeam@chromium.org2012-02-281-1/+1
* Remove old TestServer constructor.erikwright@chromium.org2012-02-282-31/+10
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-274-7/+81
* [net/dns] Clean-up NetLog for HostResolverImpl::DnsTaskszym@chromium.org2012-02-273-10/+13
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-273-17/+29
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-254-113/+118
* Fixed issues with interrupting a download at the start.ahendrickson@chromium.org2012-02-251-1/+6
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-256-605/+226
* Set SSLInfo.client_cert_sent when origin bound cert was sent.mattm@chromium.org2012-02-255-9/+10
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-2511-90/+133
* Update clients to use new TestServer constructor.erikwright@chromium.org2012-02-241-2/+4
* Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c...fischman@chromium.org2012-02-246-157/+520
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-246-520/+157