| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the old WebSocket implementation from net/ | ricea | 2014-11-08 | 10 | -3475/+0 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-27 | 1 | -5/+3 |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 2 | -29/+28 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -13/+13 |
* | Remove the "snionly" concept from the HSTS preload. | Adam Langley | 2014-09-25 | 2 | -7/+2 |
* | Remove implicit conversions from scoped_refptr to T* in net/ | dcheng | 2014-08-27 | 1 | -2/+2 |
* | Rename ServerBoundCert => ChannelID to reflect the current name | rch@chromium.org | 2014-07-25 | 2 | -3/+3 |
* | Add Finch experiment for selectively bypassing proxies. | rcs@chromium.org | 2014-07-09 | 1 | -1/+3 |
* | Make HSTS headers not clobber preloaded pins. | palmer@chromium.org | 2014-05-07 | 2 | -10/+9 |
* | Renamed namespaces in src/net. | vitalybuka@chromium.org | 2014-04-30 | 1 | -3/+2 |
* | Remove inactive developers from net/socket_stream/OWNERS for now | tyoshino@chromium.org | 2014-04-16 | 1 | -7/+0 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-04-01 | 1 | -2/+2 |
* | Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21... | rch@chromium.org | 2014-03-28 | 1 | -2/+2 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-03-28 | 1 | -2/+2 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@chromium.org | 2014-03-12 | 7 | -83/+110 |
* | Revert 256579 "Allow the content browser client to specify a spe..." | peter@chromium.org | 2014-03-12 | 7 | -110/+83 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@chromium.org | 2014-03-12 | 7 | -83/+110 |
* | Convert scoped_ptr_malloc -> scoped_ptr, part 2. | viettrungluu@chromium.org | 2014-02-26 | 1 | -1/+1 |
* | Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. | sky@chromium.org | 2014-01-20 | 1 | -6/+6 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -0/+2 |
* | Make DoClose() abort throttling and TCP connection attempt | tyoshino@chromium.org | 2013-12-16 | 1 | -5/+10 |
* | [SocketStream unittest] Add GetSeenEvents check and method reordering for rea... | tyoshino@chromium.org | 2013-10-11 | 1 | -4/+29 |
* | Refactor a SocketStream unittest. | yhirano@chromium.org | 2013-10-08 | 1 | -8/+5 |
* | Fix a UAF defect on SocketStream. | yhirano@chromium.org | 2013-09-24 | 3 | -3/+67 |
* | Revert 224269 "Don't persist HPKP if PrivacyMode is enabled." | tkent@chromium.org | 2013-09-20 | 3 | -26/+4 |
* | Don't persist HPKP if PrivacyMode is enabled. | mef@chromium.org | 2013-09-20 | 3 | -4/+26 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -8/+11 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -2/+3 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 2 | -41/+51 |
* | Remove deprecated functions that take StreamSockets instead of handles | akalin@chromium.org | 2013-08-14 | 1 | -8/+15 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 2 | -2/+2 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -3/+3 |
* | [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc files | akalin@chromium.org | 2013-06-25 | 1 | -2/+1 |
* | Revert a workaround commit for a Use-After-Free crash. | yhirano@chromium.org | 2013-06-21 | 3 | -78/+10 |
* | Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is... | yhirano@chromium.org | 2013-06-19 | 1 | -2/+3 |
* | Reduce verbosity of net::SocketStream | ricea@chromium.org | 2013-06-17 | 1 | -2/+2 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 2 | -0/+3 |
* | Add comment to SocketStreamEventRecorder about when and how callback is called. | tyoshino@chromium.org | 2013-06-12 | 1 | -0/+3 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Call context_'s member method directly in SocketStream. | tyoshino@chromium.org | 2013-06-11 | 2 | -13/+3 |
* | SocketStream uses a weak ptr to URLRequestContext | yhirano@chromium.org | 2013-06-10 | 4 | -14/+84 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Don't cache URLRequestContext's member in SocketStream. | tyoshino@chromium.org | 2013-06-07 | 2 | -19/+9 |
* | Test that SocketStream is closed correctly on resolve failure. | tyoshino@chromium.org | 2013-06-07 | 1 | -0/+35 |
* | Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol. | tyoshino@chromium.org | 2013-06-06 | 1 | -1/+7 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -26/+26 |
* | Support delegate deleting itself from OnError | ricea@chromium.org | 2013-05-27 | 2 | -7/+88 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -48/+40 |