index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
quic
/
quic_crypto_client_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary instrumentation for several jank bugs.
pkasting
2015-04-08
1
-15
/
+0
*
QUIC - minor cleanup. Track methods that are janky. Methods that are
rtenneti
2015-03-18
1
-39
/
+4
*
Create a Perspective enum to use instead of a bool is_server to improve
rtenneti
2015-03-16
1
-1
/
+1
*
Land Recent QUIC Changes until 03/02/2015.
rtenneti
2015-03-03
1
-0
/
+1
*
Land Recent QUIC Changes.
rtenneti
2015-02-17
1
-1
/
+3
*
QUIC - Race two connections. One connection which loads data from disk
rtenneti
2015-02-06
1
-2
/
+2
*
Land Recent QUIC Changes.
rtenneti
2015-01-26
1
-1
/
+1
*
Instrumenting QUIC code to find jank.
vadimt
2015-01-23
1
-2
/
+8
*
Land Recent QUIC Changes.
rtenneti
2015-01-21
1
-1
/
+3
*
Instrumenting QuicTream* to find jank.
vadimt
2015-01-12
1
-0
/
+45
*
Instrumenting QuicStreamFactory::Job internals for jank.
vadimt
2015-01-08
1
-0
/
+6
*
Land Recent QUIC Changes.
rtenneti
2015-01-05
1
-2
/
+1
*
Remove using namespace in net/quic/quic_stream_sequencer.h
halton.huo
2014-12-08
1
-0
/
+2
*
Clean up type usage and fix MSVC "truncated value" warnings in net/quic/.
pkasting
2014-12-01
1
-3
/
+4
*
QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/...
rtenneti
2014-10-02
1
-18
/
+17
*
QUIC - minor reorg of QuicCryptoClientStream::DoHandshakeLoop.
rtenneti
2014-09-30
1
-259
/
+293
*
QUIC - Don't close the QUIC connection if server config update message
rtenneti
2014-09-20
1
-3
/
+7
*
Persist the server config that is received via kSCUP.
rtenneti
2014-09-18
1
-45
/
+96
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-08-08
1
-0
/
+1
*
Revert 284806 "Disable two recent Channel ID-related CLs to inve..."
wtc@chromium.org
2014-08-06
1
-3
/
+1
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-08-02
1
-4
/
+0
*
Revert a change to the condition under which we will verify the proof in
wtc@chromium.org
2014-07-30
1
-2
/
+11
*
QUIC - track CHLO's reject reason for secure QUIC vs insecure QUIC.
rtenneti@chromium.org
2014-07-29
1
-1
/
+1
*
Rename WorkSource to CallbackSource.
wtc@chromium.org
2014-07-23
1
-0
/
+6
*
Disable two recent Channel ID-related CLs to investigate a secure QUIC perfor...
wtc@chromium.org
2014-07-22
1
-1
/
+3
*
QUIC - minor cleanup changes.
rtenneti@chromium.org
2014-07-18
1
-4
/
+4
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-07-18
1
-4
/
+40
*
Reimplement QuicCryptoClientStream::WasChannelIDSent with a boolean
wtc@chromium.org
2014-07-16
1
-3
/
+3
*
Restrict QUIC session pool when channel ID is present.
rch@chromium.org
2014-07-02
1
-0
/
+6
*
Use the scoped_ptr<>::get() method with the ! operator.
wtc@chromium.org
2014-07-02
1
-1
/
+1
*
net: Implement ChannelIDSourceChromium, which is based on Chromium's
wtc@chromium.org
2014-07-01
1
-38
/
+100
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-06-18
1
-1
/
+0
*
Change the prototype of ChannelIDSource::GetChannelIDKey() to allow an
wtc@chromium.org
2014-06-07
1
-0
/
+31
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-06-05
1
-4
/
+4
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-06-03
1
-1
/
+1
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-05-17
1
-1
/
+1
*
Add OnDecryptedPacket to QuicFramerVisitorInterface.
wtc@chromium.org
2014-04-30
1
-1
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2014-04-21
1
-1
/
+2
*
Various cleanups in crypto code discovered while syncing recent changes.
rch@chromium.org
2014-04-03
1
-3
/
+4
*
Revert of Various cleanups in crypto code discovered while syncing recent cha...
rlarocque@chromium.org
2014-04-02
1
-4
/
+3
*
Various cleanups in crypto code discovered while syncing recent changes.
rch@chromium.org
2014-04-01
1
-3
/
+4
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-04-01
1
-9
/
+11
*
Land Recent QUIC Changes
rtenneti@chromium.org
2014-03-31
1
-0
/
+1
*
Fix bug in QuicCryptoClientStream which manifested as crashes
rch@chromium.org
2014-03-24
1
-2
/
+1
*
Remove QuicCryptoClientStream::Visitor, and instead introduce a
rch@chromium.org
2014-03-24
1
-13
/
+11
*
Remove the QuicStreamFactory's crypto config map, and instead
rch@chromium.org
2014-03-22
1
-9
/
+9
*
Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProof
rch@chromium.org
2014-03-21
1
-1
/
+4
*
Revert of Add ProofVerifierContext struct to ProofVerifier::VerifyProof (http...
rch@chromium.org
2014-03-21
1
-4
/
+1
*
Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProof
rch@chromium.org
2014-03-21
1
-1
/
+4
*
Move all Chrome-specific logic out of QuicCryptoClientStream
rch@chromium.org
2014-03-18
1
-184
/
+25
[next]