| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds support for the credentials frame. | rch@chromium.org | 2012-02-08 | 1 | -1/+2 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -11/+2 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 1 | -5/+1 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 1 | -1/+5 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 1 | -1/+5 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 1 | -4/+6 |
* | Log server advertised protos and the selected | rtenneti@google.com | 2011-12-05 | 1 | -1/+2 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -21/+26 |
* | Convert the easy ones in net/base/ to using CompletionCallback. | willchan@chromium.org | 2011-10-07 | 1 | -1/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -9/+9 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+4 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -1/+1 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -0/+2 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -2/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Mac specific chromium-style issues now that the trybot is sane. | erg@google.com | 2011-02-24 | 1 | -1/+1 |
* | Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys... | rsleevi@chromium.org | 2011-01-13 | 1 | -0/+4 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -2/+5 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -5/+8 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+1 |
* | Fix server initiated SSL renegotiation for SSLClientSocketMac | rsleevi@chromium.org | 2010-10-08 | 1 | -9/+24 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -0/+1 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+2 |
* | Fix the comments in the SslClientSocket subclasses | rch@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | `#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 | -2/+3 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -2/+3 |
* | Improved SSL handshake processing on Mac. | snej@chromium.org | 2010-03-19 | 1 | -0/+4 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+3 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Client-side SSL cert support for Mac. | snej@chromium.org | 2010-02-18 | 1 | -0/+2 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -0/+1 |
* | 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/+1 |
* | Define X509Certificate::intermediate_ca_certs_ as a std::vector of | wtc@chromium.org | 2009-12-09 | 1 | -1/+0 |
* | Improve Mac SSL code: | avi@chromium.org | 2009-11-06 | 1 | -7/+4 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -1/+7 |
* | Make SSLClientSocketMac full-duplex | ukai@chromium.org | 2009-10-23 | 1 | -16/+22 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 1 | -0/+2 |
* | Enable SSL session resumption for Mac OS X. | hawk@chromium.org | 2009-09-03 | 1 | -2/+5 |
* | Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer... | hawk@chromium.org | 2009-08-27 | 1 | -2/+10 |
* | Implement SSL certificate error handling on the Mac. If the user gives | wtc@chromium.org | 2009-08-13 | 1 | -0/+2 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+108 |