summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-251-1/+0
* QUIC - Don't close the QUIC connection if server config update messagertenneti2014-09-201-3/+7
* Correctly fix a bug when a QUIC session is closed during the call torch2014-09-181-1/+7
* Persist the server config that is received via kSCUP.rtenneti2014-09-182-45/+113
* Fix typo in NetLogQuicAckFrameCallback where recieved packets wererch2014-09-171-1/+1
* QUIC - minor cleanup changes to keep code in sync with the internalrtenneti2014-09-174-2/+2
* Landing Recent QUIC Changes.rtenneti2014-09-1627-266/+523
* Fix the logic for computing the number of truncated QUIC ACK frames sent.rch2014-09-123-3/+77
* use OVERRIDE macro consistently in quicmostynb2014-09-121-1/+1
* Fix a bug when a QUIC session is closed during the call to InitializeSession....rch2014-09-111-1/+9
* Landing Recent QUIC Changes.rtenneti2014-09-118-13/+129
* remove lambda expression in quicmostynb2014-09-111-4/+18
* remove >> ambiguity in quic_protocol.hmostynb2014-09-102-2/+3
* Fix bug where QUIC_VERSION_21 would stall after sending too many headers.rjshade2014-09-092-1/+24
* Add various fields of the QUIC ack frame to net-internals.rch2014-09-091-0/+25
* Adds ability to disable connection pooling in QUIC.jri2014-09-093-1/+214
* Add a new histogram for tracking how much time is spent resolving hostsrch2014-09-081-0/+4
* Fix a bug in QuicHttpStream::Close in which response_status_ was not being se...rch2014-09-042-0/+22
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Landing Recent QUIC Changes.rtenneti2014-09-0324-93/+88
* Landing Recent QUIC Changes.rtenneti2014-09-0318-523/+418
* Adds plumbing for always requiring handshake confirmation in QUIC, for use in...jri2014-09-023-11/+32
* Fix bug in QuicHttpStream::SendRequest.rch2014-08-302-1/+23
* Revert of Landing Recent QUIC Changes. (patchset #1 id:1 of https://coderevie...rtenneti2014-08-2918-391/+505
* Landing Recent QUIC Changes.rtenneti2014-08-2918-505/+391
* 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