summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_http_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Set Token-Binding HTTP headernharper2016-01-251-0/+6
* QUIC - fix crash when writing part of the request body failsrtenneti2016-01-231-0/+8
* QUIC - When write fails durin sending headers (WriteHeaders call)rtenneti2016-01-151-0/+4
* Rename chromium-specific QUIC classes.rch2016-01-151-1/+1
* Ran clang-format on all .h/.cc files in net/quic. No behavior change.rjshade2015-12-181-18/+17
* Landing Recent changes until 12/07/2015 22:25 UTCjri2015-12-151-1/+1
* Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStr...zhongyi2015-12-121-1/+9
* Landing Recent QUIC changes until and including Mon Nov 16 14:15:48 2015ianswett2015-11-241-1/+1
* Remove insecure QUIC support from Chromium.rch2015-10-211-10/+0
* Landing Recent QUIC changes until 10/7/2015 14:28 UTC.rtenneti2015-10-181-7/+2
* Expose currently-connected socket address in URLRequestttuttle2015-09-291-0/+8
* Include HTTP header bytes in GetTotalSent/ReceivedBytes for QUIC.sclittle2015-09-241-13/+25
* Change GetTotalReceivedBytes() from int64 to int64_t.sclittle2015-09-221-1/+1
* Revert of Add some instrumentation to investigate a possible use after free. ...rtenneti2015-09-181-33/+0
* Implemented QuicHttpStream::GetTotalSentBytes.sclittle2015-09-021-2/+11
* Added and implemented HttpStream::GetTotalSentBytes for basic streams.sclittle2015-09-021-0/+5
* Move logic to figure out if a socket can be reused into HttpStream.mmenke2015-09-021-9/+2
* Make QuicHttpStream Reset request_body_stream_ in ResetStream().mmenke2015-09-011-0/+5
* QUIC - initialize closed_stream_received_bytes_ before setting stream_ to NULL.rtenneti2015-08-261-6/+11
* Landing Recent QUIC changes until 8/4/2015 20:30 UTC.rtenneti2015-08-071-1/+1
* Add some instrumentation to investigate a possible use after free.rtenneti2015-08-041-0/+33
* Handle spurrious notifications in QuicHttpStream::OnDataAvailablerch2015-08-031-0/+4
* Eliminate "push" based IO from QUIC code in favor of "pull.rch2015-07-291-60/+23
* Avoid duplicate quic files in net_unittests.ckrasic2015-07-221-2/+3
* Modify QuicDataStream to break out headers processing from data processing.rch2015-07-011-34/+13
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-1/+2
* Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecu...lgarron2015-05-141-1/+1
* Various cleanups of QUIC code to keep in sync with internal versions.rch2015-04-181-1/+1
* Land Recent QUIC Changes until 04/15/2015rch2015-04-181-3/+9
* Correctly link HttpStreams to QuicSessions in net-internals.rch2015-04-061-1/+1
* Link HttpStreams to QuicSessions in net-internals.rch2015-04-031-0/+4
* Remove QuicSession::GetSSLInfo and QuicDataStream::GetSSLInforch2015-03-301-1/+1
* Change logic for the histogram Net.QuicSession.CookieSentToAccountsOverChannelIdrch2015-01-301-1/+2
* Add a new histogram Net.QuicSession.CookieSentToAccountsOverChannelIdrch2015-01-231-1/+12
* QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/...rtenneti2014-10-021-13/+13
* Fix a bug in QuicHttpStream::Close in which response_status_ was not being se...rch2014-09-041-0/+2
* Fix bug in QuicHttpStream::SendRequest.rch2014-08-301-1/+5
* Remove implicit conversions from scoped_refptr to T* in net/quic/dcheng2014-08-261-1/+2
* QuicServer: Use Chrome's header parsing rather than Balsadmziegler@chromium.org2014-07-011-1/+1
* Correctly set the request and response time for QUIC responses :<rch@chromium.org2014-06-241-0/+3
* Allocate a larger QUIC request body bufferrch@chromium.org2014-06-191-6/+3
* Remove HttpStream::GetResponseInfo, which is not currently used.mmenke@chromium.org2014-05-291-4/+0
* Log QUIC stream id in TYPE_QUIC_HTTP_STREAM_SEND_REQUEST_HEADERSrch@chromium.org2014-04-181-2/+4
* Add histogram Net.QuicSession.SecureResourceSecureSessionrch@chromium.org2014-03-251-2/+5
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-201-1/+1
* Fail QUIC requests for secure resources over insecure connections.rch@chromium.org2014-03-091-0/+7
* Killing off QUICv12, including cleaning out all of the code for handlingrtenneti@chromium.org2014-03-031-16/+1
* Implement QuicHttpStream::GetTotalReceivedBytes.rch@chromium.org2014-01-231-2/+8
* Log the QUIC priority when sending requests.rch@chromium.org2014-01-071-3/+3