summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC changes.rtenneti@chromium.org2013-08-0536-751/+1840
* Fix bug in SetSendAlarm which cause the task to be posted well in the future.rch@chromium.org2013-08-041-2/+5
* Tell congestion manager when we are sending a CHLO, so it won't delay sending.jar@chromium.org2013-08-0324-244/+280
* QUIC - Do svn cp quic_received_entropy_manager*.* to quic_received_packet_man...rtenneti@chromium.org2013-08-033-0/+0
* QUIC - minor code style cleanup of crypto changes landed in thertenneti@chromium.org2013-08-033-13/+10
* Added CertVerifyResult to QuicCryptoClientStream.rtenneti@chromium.org2013-08-022-19/+40
* Use an asynchronous API to create QUIC streamrch@chromium.org2013-08-029-19/+287
* QUIC - SendConnectionClosePacket shouldn't call WritePacket if there is a pen...rtenneti@chromium.org2013-07-313-14/+78
* Make X509Certificate::GetPublicKeyInfo work with a certificatewtc@chromium.org2013-07-312-13/+23
* Remove padding in the base64 encoding of a ChannelID becausewtc@chromium.org2013-07-312-2/+13
* net: make QUIC ProofVerifier more generic (reland).agl@chromium.org2013-07-309-184/+330
* Relax IsCanonicalizedHostCompliant again: allow the last component to start withpkasting@chromium.org2013-07-301-1/+1
* Fix bug in ReliableQuicStream::OnDecompressorAvailablerch@chromium.org2013-07-282-19/+66
* Add a test for QuicSpdyDecompressor to ensure that it partially rch@chromium.org2013-07-281-0/+30
* Fix bug where QuicStreamSequencer::MarkConsumed would crashrch@chromium.org2013-07-272-8/+55
* i Revert 213862 "net: make QUIC ProofVerifier more generic."karen@chromium.org2013-07-279-328/+184
* Prevent calling PostDelayedTask with negative time deltas.jar@chromium.org2013-07-261-7/+12
* Land Recent QUIC changes.rtenneti@chromium.org2013-07-2667-897/+1816
* net: make QUIC ProofVerifier more generic.agl@chromium.org2013-07-269-184/+328
* QUIC - Copied quic_packet_entropy_manager*.* to quic_sent_entropy_manager*.*rtenneti@chromium.org2013-07-256-0/+0
* Remove QUIC from NPN strings so as to save space in ALPNrch@chromium.org2013-07-221-1/+1
* QUIC - reset QuicConnection's OverallConnectionTimeout when crypto handshakertenneti@chromium.org2013-07-214-2/+28
* QUIC - moved chromium version of ProofSourceForTesting into chromium code.rtenneti@chromium.org2013-07-202-6/+6
* QUIC - bug fixes for https over quic to work.rtenneti@chromium.org2013-07-192-13/+15
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-182-2/+2
* QUIC: add GetBase64SHA256ClientChannelIDrtenneti@chromium.org2013-07-182-0/+26
* QUIC - update time_of_last_sent_packet_ before we write the packet.rtenneti@chromium.org2013-07-161-5/+5
* Declaration of SPDY 4 PUSH_PROMISE; not yet used.akalin@chromium.org2013-07-161-0/+2
* QUIC - On windows use X.509 - RSA only certificates. Disabled ECDSA certrtenneti@chromium.org2013-07-162-0/+8
* QUIC - bug fixes for https over QUIC to work for mail.google.com.rtenneti@chromium.org2013-07-162-3/+11
* Implement GetSSLInfo for QUIC/https connections.rtenneti@chromium.org2013-07-1215-19/+147
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* QUIC - fix for memory leak in QuicStreamFactoryTest.rtenneti@chromium.org2013-07-111-9/+9
* SPDY Framer: Refactorings.eustas@chromium.org2013-07-101-2/+0
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-108-75/+136
* Fix bug in QuicConnectionHelper rch@chromium.org2013-07-082-2/+38
* Land Recent QUIC changes.rtenneti@chromium.org2013-07-0521-142/+348
* Cleanup of OpenSSL/NSS implementation of ProofVerfifier release.rtenneti@chromium.org2013-07-0410-48/+44
* OpenSSL/NSS implementation of ProofVerfifier.rtenneti@chromium.org2013-07-0311-45/+836
* We're advancing an iterator, and then dereferencing it, but forgot to check f...jar@chromium.org2013-07-031-0/+2
* Add several new QUIC histograms.rch@chromium.org2013-07-022-2/+73
* Add a histogram to track the causes of QUIC connection shutdowns.rch@chromium.org2013-07-011-0/+4
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-287-7/+7
* Fix a bug where the ReliableQuicStream would call ProcessData()rch@chromium.org2013-06-273-4/+5
* Make sure that QUIC connections correctly call OnSessionCloserch@chromium.org2013-06-263-6/+40
* Fix bug in memory leaks in QuicStreamFactory::Createrch@chromium.org2013-06-261-5/+6
* Add unit test to verify the bug fixed in http://crrev.com/208168. rch@chromium.org2013-06-251-4/+45
* Fix a bug in quic_stream_factory where a QuicStreamRequest::Request could ret...rch@chromium.org2013-06-241-0/+6
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-222-7/+75