summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [net/dns] Initialize res_state in DnsConfigServicePosix.szym@chromium.org2012-03-111-6/+8
* Reland 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5.wtc@chromium.org2012-03-101-1/+4
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-102-5/+2
* Revert 121790 - Stop lying, it's still flaky :)willchan@chromium.org2012-03-091-1/+2
* Fix pkgconfig wrapper for 64 bitspiman@chromium.org2012-03-091-1/+1
* Add net_unittests_run.maruel@chromium.org2012-03-091-0/+67
* Fix pipelining crash when send is aborted while queued.simonjam@chromium.org2012-03-092-1/+31
* net: add bigshinylock.minazo.net to HSTS preloaded.agl@chromium.org2012-03-092-0/+5
* OnSSLCertificateError delegate chain back to SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-094-13/+64
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-098-143/+238
* Change the old type name PRArenaPool to PLArenaPool.wtc@chromium.org2012-03-093-3/+2
* Add a GetSSLClientSocket helper method to SpdySession to eliminate the variou...rch@chromium.org2012-03-092-40/+34
* Disable X509Certificate.EVValidation for Android / USE_OPENSSL buildsrsleevi@chromium.org2012-03-091-1/+7
* Roll OpenSSL deps, implement keying material exporter and testhclam@chromium.org2012-03-082-1/+68
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-085-11/+15
* Disable a failing SSL test when USE_OPENSSL is defined.rsleevi@chromium.org2012-03-081-5/+7
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-0819-70/+126
* Mark CertVerifierTest.CacheHit test as FAILS_ for Mac OSX.joi@chromium.org2012-03-081-1/+7
* 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