summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_http_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement QuicHttpStream::GetTotalReceivedBytes.rch@chromium.org2014-01-231-2/+8
* Log the QUIC priority when sending requests.rch@chromium.org2014-01-071-3/+3
* Enable support for QUIC 13.rch@chromium.org2013-12-201-13/+17
* Implement GetTotalReceivedBytes for http stream.eustas@chromium.org2013-12-131-0/+5
* Land Recent QUIC Changes.rtenneti@chromium.org2013-12-021-1/+1
* Use SpdyMajorVersion instead of int consistentlyrch@chromium.org2013-11-261-4/+3
* Do not compress QUIC headers until it is likely that they can be sent.rch@chromium.org2013-11-261-25/+23
* Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled.rch@chromium.org2013-10-231-3/+1
* When a request fails because the QUIC handshake failed, retry the requestrch@chromium.org2013-10-171-8/+30
* Attempt to do a bona-fide end-to-end Chrome QUIC test.rch@chromium.org2013-09-301-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-241-6/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-181-3/+13
* Allocate sufficient buffer space in QuicHttpStream::OnDataReceivedrch@chromium.org2013-09-101-1/+4
* Implement async writes for QUIC streams.rch@chromium.org2013-09-011-12/+16
* If the stream is being closed locally (for example in the case of arch@chromium.org2013-08-291-1/+3
* Land Recent QUIC changes.rtenneti@chromium.org2013-08-281-1/+5
* Revert 219047 "Land Recent QUIC changes."rtenneti@chromium.org2013-08-221-1/+1
* Land Recent QUIC changes.rtenneti@chromium.org2013-08-221-1/+1
* [Net] Propagate priority changes from HttpNetworkTransaction to its streamakalin@chromium.org2013-08-141-0/+4
* Use an asynchronous API to create QUIC streamrch@chromium.org2013-08-021-9/+25
* QUIC - bug fixes for https over QUIC to work for mail.google.com.rtenneti@chromium.org2013-07-161-2/+7
* Implement GetSSLInfo for QUIC/https connections.rtenneti@chromium.org2013-07-121-1/+2
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-101-1/+1
* Fix a bug where the ReliableQuicStream would call ProcessData()rch@chromium.org2013-06-271-0/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-9/+10
* Fix bug in handling QUIC connections that error out early.rch@chromium.org2013-05-221-1/+3
* Actually implement header compression for quic streams.rch@chromium.org2013-05-161-5/+1
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-1/+1
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-311-1/+1
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-0/+1
* Remove the unused HttpStreamBase::IsMoreDataBuffered().mmenke@chromium.org2013-03-191-4/+0
* Add a ConnectionInfo enum which describes the kind of connection used to fetc...rch@chromium.org2013-03-131-0/+2
* Disable QUIC for HTTPS URLs.rch@chromium.org2013-03-121-0/+1
* Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.rch@chromium.org2013-03-111-0/+2
* Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...rch@chromium.org2013-02-261-22/+19
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-251-97/+39
* Add QUIC to Alternate-Protocol support.rch@chromium.org2013-02-211-4/+8
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-141-0/+34
* Revert 182331rch@chromium.org2013-02-131-34/+0
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-131-0/+34
* Change QuicHttpStream to use SPDY header blocks for reading/writingrch@chromium.org2013-01-251-7/+47
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-0/+5
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-111-6/+5
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-031-10/+23
* Make all QUIC streams owned by the session. Add a Visitor interface to the s...rch@chromium.org2012-12-231-2/+3
* Merge recent QUIC changes.rch@chromium.org2012-12-181-0/+2
* Add a QuicHttpStream class.rch@chromium.org2012-12-041-0/+447