summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Add a histogram Net.AlternateProtocolBrokenLocationrch@chromium.org2014-04-111-0/+2
* Change the base of the QUIC duplicate stream frame histograms fromrch@chromium.org2014-04-111-8/+9
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-4/+6
* Add new histogram Net.QuicSession.DuplicateStreamFramePercentrch@chromium.org2014-04-087-2/+69
* More attempts to fix the crash in QuicConnection::CanWrite.rch@chromium.org2014-04-072-1/+11
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-6/+4
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-4/+6
* Update QuicClientSession::GetSSLInfo to report QUIC as the protocolwtc@chromium.org2014-04-042-7/+23
* Removed unused forward declarations.wtc@chromium.org2014-04-041-2/+0
* Land Recent QUIC Changesrtenneti@chromium.org2014-04-0420-88/+246
* Various cleanups in crypto code discovered while syncing recent changes.rch@chromium.org2014-04-037-40/+94
* Revert of Various cleanups in crypto code discovered while syncing recent cha...rlarocque@chromium.org2014-04-026-92/+40
* More "fixes" for the QUIC crash bug.rch@chromium.org2014-04-021-14/+21
* Various cleanups in crypto code discovered while syncing recent changes.rch@chromium.org2014-04-016-40/+92
* Land Recent QUIC Changes.rtenneti@chromium.org2014-04-0139-378/+681
* Rename PrivateMode enum values:rch@chromium.org2014-04-019-21/+21
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-3132-108/+291
* Land Recent QUIC Changesrtenneti@chromium.org2014-03-3167-558/+1339
* Do not use QUIC for requests that are through a proxy.rch@chromium.org2014-03-311-0/+42
* Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...rch@chromium.org2014-03-289-18/+18
* Move Window's specific logic for disabling ECDSA from QuicCryptoyclientConfigrch@chromium.org2014-03-284-15/+62
* Rename PrivateMode enum values:rch@chromium.org2014-03-289-18/+18
* Add histograms to QuicClientSession for tracking down QUIC crash.rch@chromium.org2014-03-272-1/+67
* Enable the ChaCha20+Poly1305 (kCC12) AEAD algorithm.wtc@chromium.org2014-03-2710-24/+72
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-2613-48/+118
* Fix valgrind error in various Quic tests.rch@chromium.org2014-03-262-4/+2
* Really disable 0-RTT connections for POST requests and add tests.rch@chromium.org2014-03-262-1/+63
* Fix valgrind error in QuicCryptoClientStreamTest.rch@chromium.org2014-03-251-0/+4
* Revert of Add PrivacyMode support to the QuicStreamFactory. (https://coderevi...erikchen@chromium.org2014-03-2513-116/+48
* Add histogram Net.QuicSession.SecureResourceSecureSessionrch@chromium.org2014-03-251-2/+5
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-2513-48/+116
* Revert of Allow 0-RTT handshakes for QUIC HTTPS requests. (https://codereview...rch@chromium.org2014-03-241-1/+1
* Fix bug in QuicCryptoClientStream which manifested as crashesrch@chromium.org2014-03-241-2/+1
* Check return results for setting socket buffer sizes in QUICjar@chromium.org2014-03-241-3/+23
* Remove QuicCryptoClientStream::Visitor, and instead introduce arch@chromium.org2014-03-2416-85/+149
* Remove the QuicStreamFactory's crypto config map, and insteadrch@chromium.org2014-03-2210-211/+130
* Minor clean up of QUIC's ProofTest.rch@chromium.org2014-03-221-87/+62
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-2116-42/+92
* Allow 0-RTT handshakes for QUIC HTTPS requests.rch@chromium.org2014-03-211-1/+1
* Revert of Add ProofVerifierContext struct to ProofVerifier::VerifyProof (http...rch@chromium.org2014-03-2116-93/+42
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-2116-42/+93
* Gather QUIC aggregate loss stats, as well as ack received statsjar@chromium.org2014-03-212-54/+125
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-2026-195/+526
* QUIC - Added IsReadyToPersist method to check if the QuicServerInfo is ready ...rtenneti@chromium.org2014-03-202-1/+5
* QUIC - Sync'ing changes with internal tree.rtenneti@chromium.org2014-03-194-11/+15
* QUIC - server_info and server_key are listed next to each other.rtenneti@chromium.org2014-03-195-8/+8
* This CL increases the number of packets we monitor for packet loss from 100 t...jar@chromium.org2014-03-192-9/+119
* Prefer length() over size() for std:string in QUIC code.wtc@chromium.org2014-03-193-28/+31
* SpdyFramer now uses HPACK for SPDY4 headers (re-apply)jgraettinger@chromium.org2014-03-191-1/+1
* Implement ChaCha20Poly1305Encrypter and ChaCha20Poly1305Decrypter with NSS.wtc@chromium.org2014-03-192-8/+20