| Commit message (Expand) | Author | Age | Files | Lines |
* | `#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/+4 |
* | Fix a regression on Windows introduced by r48650. | wtc@chromium.org | 2010-06-04 | 1 | -3/+9 |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 1 | -4/+2 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 1 | -0/+6 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -2/+3 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+4 |
* | When using NSS for SSL on Windows, fall back on SSLClientSocketWin | wtc@chromium.org | 2010-03-12 | 1 | -3/+6 |
* | Log an informational message if an SSL server does not support | wtc@chromium.org | 2010-02-27 | 1 | -0/+1 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Port SSLClientSocketNSS to Windows. The next step is to | wtc@chromium.org | 2010-01-28 | 1 | -2/+10 |
* | 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 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 1 | -4/+0 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -1/+7 |
* | Look up client certificates in ClientAuthHandler to get rid of manual CA | wtc@chromium.org | 2009-10-24 | 1 | -1/+2 |
* | Provides a certificate for SSL client authentication on NSS sockets. | wtc@chromium.org | 2009-10-15 | 1 | -0/+13 |
* | Make SSLClientSocketNSS full-duplex | ukai@chromium.org | 2009-10-13 | 1 | -13/+24 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 1 | -0/+2 |
* | Stop leaking ConnectCallbackWrapper if Connect() does not complete before the... | willchan@chromium.org | 2009-06-30 | 1 | -0/+2 |
* | Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) when | wtc@chromium.org | 2009-06-25 | 1 | -2/+2 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+127 |