summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_client_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-15/+0
* QUIC - minor cleanup. Track methods that are janky. Methods that arertenneti2015-03-181-39/+4
* Create a Perspective enum to use instead of a bool is_server to improvertenneti2015-03-161-1/+1
* Land Recent QUIC Changes until 03/02/2015.rtenneti2015-03-031-0/+1
* Land Recent QUIC Changes.rtenneti2015-02-171-1/+3
* QUIC - Race two connections. One connection which loads data from diskrtenneti2015-02-061-2/+2
* Land Recent QUIC Changes.rtenneti2015-01-261-1/+1
* Instrumenting QUIC code to find jank.vadimt2015-01-231-2/+8
* Land Recent QUIC Changes.rtenneti2015-01-211-1/+3
* Instrumenting QuicTream* to find jank.vadimt2015-01-121-0/+45
* Instrumenting QuicStreamFactory::Job internals for jank.vadimt2015-01-081-0/+6
* Land Recent QUIC Changes.rtenneti2015-01-051-2/+1
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-081-0/+2
* Clean up type usage and fix MSVC "truncated value" warnings in net/quic/.pkasting2014-12-011-3/+4
* QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/...rtenneti2014-10-021-18/+17
* QUIC - minor reorg of QuicCryptoClientStream::DoHandshakeLoop.rtenneti2014-09-301-259/+293
* QUIC - Don't close the QUIC connection if server config update messagertenneti2014-09-201-3/+7
* Persist the server config that is received via kSCUP.rtenneti2014-09-181-45/+96
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-081-0/+1
* Revert 284806 "Disable two recent Channel ID-related CLs to inve..."wtc@chromium.org2014-08-061-3/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-021-4/+0
* Revert a change to the condition under which we will verify the proof inwtc@chromium.org2014-07-301-2/+11
* QUIC - track CHLO's reject reason for secure QUIC vs insecure QUIC.rtenneti@chromium.org2014-07-291-1/+1
* Rename WorkSource to CallbackSource.wtc@chromium.org2014-07-231-0/+6
* Disable two recent Channel ID-related CLs to investigate a secure QUIC perfor...wtc@chromium.org2014-07-221-1/+3
* QUIC - minor cleanup changes.rtenneti@chromium.org2014-07-181-4/+4
* Land Recent QUIC Changes.rtenneti@chromium.org2014-07-181-4/+40
* Reimplement QuicCryptoClientStream::WasChannelIDSent with a booleanwtc@chromium.org2014-07-161-3/+3
* Restrict QUIC session pool when channel ID is present.rch@chromium.org2014-07-021-0/+6
* Use the scoped_ptr<>::get() method with the ! operator.wtc@chromium.org2014-07-021-1/+1
* net: Implement ChannelIDSourceChromium, which is based on Chromium's wtc@chromium.org2014-07-011-38/+100
* Land Recent QUIC Changes.rtenneti@chromium.org2014-06-181-1/+0
* Change the prototype of ChannelIDSource::GetChannelIDKey() to allow anwtc@chromium.org2014-06-071-0/+31
* Land Recent QUIC Changes.rtenneti@chromium.org2014-06-051-4/+4
* Land Recent QUIC Changes.rtenneti@chromium.org2014-06-031-1/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-05-171-1/+1
* Add OnDecryptedPacket to QuicFramerVisitorInterface.wtc@chromium.org2014-04-301-1/+3
* Land Recent QUIC changes.rtenneti@chromium.org2014-04-211-1/+2
* Various cleanups in crypto code discovered while syncing recent changes.rch@chromium.org2014-04-031-3/+4
* Revert of Various cleanups in crypto code discovered while syncing recent cha...rlarocque@chromium.org2014-04-021-4/+3
* Various cleanups in crypto code discovered while syncing recent changes.rch@chromium.org2014-04-011-3/+4
* Land Recent QUIC Changes.rtenneti@chromium.org2014-04-011-9/+11
* Land Recent QUIC Changesrtenneti@chromium.org2014-03-311-0/+1
* Fix bug in QuicCryptoClientStream which manifested as crashesrch@chromium.org2014-03-241-2/+1
* Remove QuicCryptoClientStream::Visitor, and instead introduce arch@chromium.org2014-03-241-13/+11
* Remove the QuicStreamFactory's crypto config map, and insteadrch@chromium.org2014-03-221-9/+9
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-211-1/+4
* Revert of Add ProofVerifierContext struct to ProofVerifier::VerifyProof (http...rch@chromium.org2014-03-211-4/+1
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-211-1/+4
* Move all Chrome-specific logic out of QuicCryptoClientStreamrch@chromium.org2014-03-181-184/+25