summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Don't let PRR kick in if there is less than a packets worth of bytes inrtenneti2014-08-281-1/+1
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-288-16/+19
* QUIC - use HostPortPair instead of scoped_ptr<HostPortPair>.rtenneti2014-08-272-3/+3
* Adding histogram to count number of RTTs for handshake when confirmation is r...jri2014-08-271-0/+10
* Change the wire format of the ack frame to include a compressed versionrtenneti2014-08-2621-150/+1255
* QUIC - Construct crypto_stream_ in QuicClientSession::InitializeSessionrtenneti2014-08-265-28/+33
* Remove implicit conversions from scoped_refptr to T* in net/quic/dcheng2014-08-2612-48/+42
* Landing Recent QUIC Changes.rtenneti@chromium.org2014-08-2244-524/+634
* Refactoring: Create per-connection packet writers in QuicDispatcher.wtc@chromium.org2014-08-2222-143/+336
* Add QUIC tests for chunked uploads where the FIN frame has no body data.mmenke@chromium.org2014-08-221-1/+98
* HTTP2 draft 14 supportbnc@chromium.org2014-08-212-0/+6
* Add new histograms for tracking the reasons that QUIC sessions discard packets.rch@chromium.org2014-08-212-0/+35
* Also declare the transport_security_state_ member as const.wtc@chromium.org2014-08-211-1/+1
* Landing Recent QUIC Changes.rtenneti@chromium.org2014-08-2011-49/+31
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-197-38/+215
* Revert 290320 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-187-215/+38
* Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."viettrungluu@chromium.org2014-08-187-38/+71
* Revert 289433 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-187-71/+38
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-187-38/+215
* Add new histograms to confirm that PINGs are outstanding when a QUIC connecti...rch@chromium.org2014-08-162-1/+21
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-1628-109/+476
* Landing Recent QUIC Changes.rtenneti@chromium.org2014-08-1523-323/+67
* Revert 289433 "Refactor pooling logic into a helper method"rch@chromium.org2014-08-157-71/+38
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-147-38/+71
* Use ARRAYSIZE_UNSAFE when using types defined in a functionmostynb@opera.com2014-08-121-1/+1
* Centralize the logic for checking public key pins from ClientSocketNSSrch@chromium.org2014-08-081-46/+8
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0835-154/+311
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0824-214/+423
* Remove redundant mapping of net errors to strings.mmenke@chromium.org2014-08-071-3/+4
* QUIC - Added Net.QuicClientHelloServerConfig.InvalidDuration histogramrtenneti@chromium.org2014-08-061-5/+6
* Revert 284806 "Disable two recent Channel ID-related CLs to inve..."wtc@chromium.org2014-08-062-7/+1
* Move construction of flow_controller_ to QuicSession constructor to avoid str...rjshade@chromium.org2014-08-061-3/+2
* Extend ProofVerifierChromium and ProofVerifyDetailsChromium.wtc@chromium.org2014-08-048-17/+108
* QUIC - Added separate error condition for invalid expiry seconds andrtenneti@chromium.org2014-08-031-2/+9
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0246-1916/+736
* Land Recent QUIC Changesrtenneti@chromium.org2014-08-0129-60/+342
* Implement QUIC key extraction.wtc@chromium.org2014-07-319-28/+229
* Disable SPDY and QUIC session pooling.rch@chromium.org2014-07-303-4/+13
* Revert a change to the condition under which we will verify the proof inwtc@chromium.org2014-07-301-2/+11
* Add a Clone method to ProofVerifyDetails to allow for the proof verifyrch@chromium.org2014-07-295-2/+32
* QUIC - track CHLO's reject reason for secure QUIC vs insecure QUIC.rtenneti@chromium.org2014-07-293-4/+12
* QUIC - Track the reason for sending InchoateClientHello in UMArtenneti@chromium.org2014-07-261-1/+34
* Log the certificate subjects from the server certificate sent via QUIC.rch@chromium.org2014-07-253-0/+29
* Revert 285446 "Log the certificate subjects from the server cert..."hajimehoshi@chromium.org2014-07-253-29/+0
* Log the certificate subjects from the server certificate sent via QUIC.rch@chromium.org2014-07-253-0/+29
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-256-26/+27
* Rename WorkSource to CallbackSource.wtc@chromium.org2014-07-234-25/+41
* QUIC - undo the chromium specific changes from the following CL whichrtenneti@chromium.org2014-07-235-38/+35
* Disable two recent Channel ID-related CLs to investigate a secure QUIC perfor...wtc@chromium.org2014-07-222-1/+7
* Switch to BoringSSL.davidben@chromium.org2014-07-222-14/+15