summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Delete the old WebSocket implementation from net/ricea2014-11-0810-3475/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-5/+3
* Standardize usage of virtual/override/final in net/dcheng2014-10-212-29/+28
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-13/+13
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-252-7/+2
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-271-2/+2
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-252-3/+3
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-1/+3
* Make HSTS headers not clobber preloaded pins.palmer@chromium.org2014-05-072-10/+9
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-301-3/+2
* Remove inactive developers from net/socket_stream/OWNERS for nowtyoshino@chromium.org2014-04-161-7/+0
* Rename PrivateMode enum values:rch@chromium.org2014-04-011-2/+2
* Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...rch@chromium.org2014-03-281-2/+2
* Rename PrivateMode enum values:rch@chromium.org2014-03-281-2/+2
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-127-83/+110
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-127-110/+83
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-127-83/+110
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-1/+1
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-6/+6
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-0/+2
* Make DoClose() abort throttling and TCP connection attempttyoshino@chromium.org2013-12-161-5/+10
* [SocketStream unittest] Add GetSeenEvents check and method reordering for rea...tyoshino@chromium.org2013-10-111-4/+29
* Refactor a SocketStream unittest.yhirano@chromium.org2013-10-081-8/+5
* Fix a UAF defect on SocketStream.yhirano@chromium.org2013-09-243-3/+67
* Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."tkent@chromium.org2013-09-203-26/+4
* Don't persist HPKP if PrivacyMode is enabled.mef@chromium.org2013-09-203-4/+26
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-8/+11
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-2/+3
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-152-41/+51
* Remove deprecated functions that take StreamSockets instead of handlesakalin@chromium.org2013-08-141-8/+15
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-122-2/+2
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-282-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-3/+3
* [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-251-2/+1
* Revert a workaround commit for a Use-After-Free crash.yhirano@chromium.org2013-06-213-78/+10
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-2/+3
* Reduce verbosity of net::SocketStreamricea@chromium.org2013-06-171-2/+2
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-132-0/+3
* Add comment to SocketStreamEventRecorder about when and how callback is called.tyoshino@chromium.org2013-06-121-0/+3
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Call context_'s member method directly in SocketStream.tyoshino@chromium.org2013-06-112-13/+3
* SocketStream uses a weak ptr to URLRequestContextyhirano@chromium.org2013-06-104-14/+84
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-072-2/+2
* Don't cache URLRequestContext's member in SocketStream.tyoshino@chromium.org2013-06-072-19/+9
* Test that SocketStream is closed correctly on resolve failure.tyoshino@chromium.org2013-06-071-0/+35
* Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol.tyoshino@chromium.org2013-06-061-1/+7
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-26/+26
* Support delegate deleting itself from OnErrorricea@chromium.org2013-05-272-7/+88
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-48/+40