| Commit message (Expand) | Author | Age | Files | Lines |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 1 | -10/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove SSLHostInfo. | agl@chromium.org | 2012-06-27 | 1 | -7/+1 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -12/+6 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 1 | -2/+3 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -20/+5 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -17/+17 |
* | Disable CREDENTIALS frames when using spdy/2.1 or earlier. | rch@chromium.org | 2012-02-14 | 1 | -0/+1 |
* | Adds support for the credentials frame. | rch@chromium.org | 2012-02-08 | 1 | -5/+15 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -4/+6 |
* | Revert: Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -5/+0 |
* | Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -0/+5 |
* | net: remove DNS certificate checking code. | agl@chromium.org | 2011-12-15 | 1 | -5/+0 |
* | net: split the SSL session cache between incognito and normal. | agl@chromium.org | 2011-12-12 | 1 | -2/+12 |
* | Reland: net: move pinning checks into the SSL socket. | agl@chromium.org | 2011-12-12 | 1 | -0/+1 |
* | SPDY - add support for spdy/2.1 to support flow control. | rtenneti@google.com | 2011-12-10 | 1 | -0/+8 |
* | Revert 113419 - Revert 113409 - Add a new method to SSLClientSocket: | rch@chromium.org | 2011-12-08 | 1 | -0/+10 |
* | Revert 113409 - Add a new method to SSLClientSocket: | rch@chromium.org | 2011-12-07 | 1 | -10/+0 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -24/+4 |
* | Add a new method to SSLClientSocket: | rch@chromium.org | 2011-12-07 | 1 | -0/+10 |
* | Log server advertised protos and the selected | rtenneti@google.com | 2011-12-05 | 1 | -1/+10 |
* | Add SSLSocket interface. | sergeyu@chromium.org | 2011-11-15 | 1 | -13/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+12 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -0/+33 |
* | Net: Add net_api to the socket code | rvargas@google.com | 2011-05-19 | 1 | -2/+2 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -2/+2 |
* | net: Switch SSLHostInfo to using Pickle. | agl@chromium.org | 2010-12-15 | 1 | -0/+2 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -44/+11 |
* | non-virtual-dtor cleanup: Make DNSSecProvider destructor private. | cbentzel@chromium.org | 2010-10-18 | 1 | -0/+3 |
* | Rename SSLNonSensitiveHostInfo to SSLHostInfo. | agl@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | net: add Snap Start support to NSS sockets. | agl@chromium.org | 2010-10-01 | 1 | -0/+1 |
* | https: add support for DNS exclusion and switch to TXT records. | agl@chromium.org | 2010-08-28 | 1 | -0/+17 |
* | Rename the following SSLClientSocket methods to match the style guide: | rch@chromium.org | 2010-08-27 | 1 | -4/+4 |
* | Add a new SSLClientSocket::wasSpdyNegotiated method, | rch@chromium.org | 2010-08-27 | 1 | -1/+11 |
* | Bump the SPDY protocol version to version 2. | mbelshe@chromium.org | 2010-07-30 | 1 | -1/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -0/+19 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 1 | -0/+14 |
* | SPDY: Change Chrome code to support new NPN protocols. | willchan@chromium.org | 2010-04-19 | 1 | -4/+4 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+2 |
* | Rename GetNextProtocol -> GetNextProto | agl@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | Add GetNextProtocol method to SSLClientSocket. | agl@chromium.org | 2009-12-10 | 1 | -0/+19 |
* | Add static function to convert NPN strings to an enum. | agl@chromium.org | 2009-12-10 | 1 | -0/+20 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+34 |