| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang thinks my change made SSLSocketDataProvider complicated. | mbelshe@chromium.org | 2011-03-09 | 1 | -5/+2 |
* | Allow the SSLSocketDataProvider to carry cert information for use with the | mbelshe@chromium.org | 2011-03-09 | 1 | -0/+1 |
* | Add a new method of ClientSocketFactory for clearing the cache used for SSL s... | rch@chromium.org | 2011-02-25 | 1 | -0/+2 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -94/+98 |
* | net: Ensure that when using False Start + client auth, bad client certificate... | agl@chromium.org | 2011-01-11 | 1 | -1/+5 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -6/+6 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -0/+2 |
* | Update server push to allow use of HEADERS frame. | mbelshe@chromium.org | 2010-12-03 | 1 | -4/+6 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -2/+2 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -2/+2 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -2/+2 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -2/+2 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -2/+2 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -3/+3 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 1 | -2/+4 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+3 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -11/+14 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -2/+6 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -6/+2 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+6 |
* | Integrate the SpdyProxyClientSocket into the HttpStreamRequest | rch@chromium.org | 2010-10-13 | 1 | -56/+5 |
* | Clean up DeterministicSocketData class. Add unit tests to document | rch@chromium.org | 2010-10-05 | 1 | -27/+65 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -6/+2 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -22/+26 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -9/+20 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+1 |
* | Rename the following SSLClientSocket methods to match the style guide: | rch@chromium.org | 2010-08-27 | 1 | -2/+2 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+2 |
* | Attempting to re-land CL 3110006 which turned out to have | rch@chromium.org | 2010-08-25 | 1 | -0/+57 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -3/+6 |
* | Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to | dhollowa@chromium.org | 2010-08-25 | 1 | -57/+0 |
* | Add support for speaking SSL to an HTTP Proxy, to | rch@chromium.org | 2010-08-25 | 1 | -0/+57 |
* | Fix a crash where we are checking IsConnected(). If you look into the | mbelshe@chromium.org | 2010-08-25 | 1 | -0/+1 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -2/+0 |
* | Added a new MockSocket that enforces ordering of reads/writes. | erikchen@google.com | 2010-08-18 | 1 | -2/+161 |
* | SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for... | agayev@chromium.org | 2010-08-05 | 1 | -0/+1 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -40/+0 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -0/+40 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -40/+0 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -5/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix tsan failure in SpdyStreamTest. | ukai@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -4/+4 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -3/+80 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -0/+56 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 1 | -1/+4 |
* | Pass nulls through test sockets. | gavinp@chromium.org | 2010-05-10 | 1 | -1/+5 |
* | Get tests working for Alternate-Protocol and proxies. | willchan@chromium.org | 2010-05-05 | 1 | -3/+4 |
* | Move OrderedSocketData to SocketTestUtil so it can be used elsewhere. | willchan@chromium.org | 2010-05-04 | 1 | -0/+51 |