summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_client_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* QUIC - Some sketching of the crypto handshake.rtenneti@chromium.org2013-03-021-3/+2
* The first step of server-side crypto handshake: handle ClientHello,wtc@chromium.org2013-01-301-2/+2
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-291-3/+6
* Send the ClientHello handshake message.wtc@chromium.org2013-01-161-0/+13
* Add an OnCryptoHandshakeComplete method to QuicSession. rch@chromium.org2012-11-201-1/+1
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-1/+2
* Adding QuicClientSession and friendsrch@chromium.org2012-11-041-0/+34