summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Handle a NULL trust anchor cert (cert_po_trustAnchor) returned bywtc@chromium.org2012-03-081-2/+3
* Revert 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5.akalin@chromium.org2012-03-081-4/+1
* SPDY - Used scoped_ptr for BufferedSpdyFramer in SpdySession.rtenneti@chromium.org2012-03-082-17/+29
* When SpdySession is initialized with a socket that negotiated a specific SPDY...rch@chromium.org2012-03-082-386/+5
* Turn off TLS_RSA_WITH_RC4_128_MD5.wtc@chromium.org2012-03-081-1/+4
* [net] Replace EXPECT_EQ(true/false, ...) with EXPECT_TRUE/FALSE(...)szym@chromium.org2012-03-081-4/+4
* [net] Refactoring of HostResolverImpl::Job::CompleteRequests.szym@chromium.org2012-03-083-139/+138
* Add szym to net/OWNERS.szym@chromium.org2012-03-071-0/+1
* Add the spdy protocol to the information displayed about a spdy session in ne...rch@chromium.org2012-03-071-0/+10
* net: add a NotAfter field to CRLSets.agl@chromium.org2012-03-076-3/+78
* net: allow EV indication on Windows when the local OCSP/CRL cache is stale.agl@chromium.org2012-03-074-44/+345
* Cleanup: Remove deprecated version of file_util::AppendToPath() from net/.thestig@chromium.org2012-03-076-93/+64
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-0714-17/+21
* Disable HostResolverImplTest.CanceledRequestsReleaseJobSlotsakalin@chromium.org2012-03-071-1/+2
* Add the first version of GDataTest.satorux@chromium.org2012-03-073-2/+72
* Fix component builds by marking a class NET_EXPORT_PRIVATErsleevi@chromium.org2012-03-071-1/+1
* Use a scoped class for managing test root certs in unit testsrsleevi@chromium.org2012-03-075-29/+54
* net: add a batch of HSTS preloaded additions to the table.agl@chromium.org2012-03-062-0/+28
* Pass in SpdySession's BoundNetLog to ResolveHostFromCache, so mmenke@chromium.org2012-03-062-4/+4
* 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