summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Use HttpAuthController in SocketStreambashi@chromium.org2012-09-083-139/+194
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-3/+6
* Check ignore-certificate-erros in SocketStreambashi@chromium.org2012-08-131-3/+8
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-17/+38
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-3/+3
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-10/+8
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-42/+53
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Remove SSLHostInfo.agl@chromium.org2012-06-271-4/+0
* Reset tunnel request headers after they are sent.toyoshim@chromium.org2012-06-201-2/+8
* NetLogEventParameter to Callback refactoring 8.mmenke@chromium.org2012-06-141-8/+7
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-133-1/+85
* SocketStream error handling improvementtoyoshim@chromium.org2012-06-111-13/+14
* WebSocket: Client certificate authentication support for secure servers.toyoshim@chromium.org2012-06-072-11/+7
* SocketStream should have independent state to wait for cert validation.toyoshim@chromium.org2012-06-062-61/+117
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-233-25/+18
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-114-16/+25
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-072-4/+3
* Refactor TransportSecurityState.palmer@chromium.org2012-05-012-3/+5
* SocketStream failed to resume the state machine after SSLManager decisiontoyoshim@chromium.org2012-03-271-0/+4
* Use SSLManager to handle SSL error in SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-214-11/+36
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-202-5/+5
* OnSSLCertificateError delegate chain back to SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-092-13/+54
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-2/+3
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-11/+11
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-3/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+1
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-202-5/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-092-14/+11
* Replace OldCompletionCallbacks and TestOldCompletionCallbacks in SocketStream...yutak@chromium.org2011-12-011-31/+31
* Replace OldCompletionCallback in SocketStream::Delegate.yutak@chromium.org2011-12-013-35/+43
* Replace NewRunnableMethod in SocketStream.yutak@chromium.org2011-12-011-5/+5
* net: make interstitials fatal for pinned sitesagl@chromium.org2011-11-291-2/+2
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-2/+3
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-1/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-285-36/+20
* SSL client authentication support for secure proxy in WebSockettoyoshim@chromium.org2011-10-172-13/+70
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-012-17/+17
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-09-291-10/+0
* Fix crash bug at net::WebSocketJob::OnSentData.ukai@chromium.org2011-09-201-1/+1
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-5/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-123-7/+8
* secure proxy support in websocketukai@chromium.org2011-07-264-46/+202
* Revert 93860 - secure proxy support in websocketukai@chromium.org2011-07-254-201/+44
* secure proxy support in websocketukai@chromium.org2011-07-254-44/+201
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-212-1/+7
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-2/+6