| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not mark QUIC Alternate-Protocol as broken in | rch@chromium.org | 2014-05-02 | 4 | -29/+80 |
* | QUIC - cleanup changes while sync'ing with internal source tree. | rtenneti@chromium.org | 2014-05-02 | 6 | -15/+16 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-30 | 66 | -5547/+537 |
* | Enable QUIC's time based loss detection algorithm | rch@chromium.org | 2014-04-30 | 3 | -3/+7 |
* | Renamed namespaces in src/net. | vitalybuka@chromium.org | 2014-04-30 | 1 | -2/+2 |
* | Add OnDecryptedPacket to QuicFramerVisitorInterface. | wtc@chromium.org | 2014-04-30 | 17 | -47/+156 |
* | SPDY & HPACK: Land recent internal changes (through 65328503) | jgraettinger@chromium.org | 2014-04-29 | 1 | -1/+1 |
* | CryptoSecretBoxer cleanup changes. | rtenneti@chromium.org | 2014-04-29 | 2 | -38/+27 |
* | QUIC - Minor clean up of QUIC Server Info memory cache. | rtenneti@chromium.org | 2014-04-28 | 5 | -26/+31 |
* | This change introduces a way to tie source address token keys to specific QUIC | rtenneti@chromium.org | 2014-04-28 | 6 | -102/+294 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-24 | 34 | -1050/+336 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2014-04-23 | 23 | -34/+298 |
* | Added DISALLOW_COPY_AND_ASSIGN to disable copy/assign. | rtenneti@chromium.org | 2014-04-22 | 46 | -2/+122 |
* | QUIC - Delete the cached QUIC server information from memory whenever | rtenneti@chromium.org | 2014-04-21 | 5 | -0/+61 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2014-04-21 | 23 | -338/+543 |
* | Sent QUIC "PING" frames when a stream is open and the connection | rch@chromium.org | 2014-04-21 | 9 | -13/+155 |
* | Revert "Sent QUIC "PING" frames when a stream is open and the connection" | dominicc@google.com | 2014-04-21 | 9 | -155/+13 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-20 | 15 | -415/+357 |
* | Sent QUIC "PING" frames when a stream is open and the connection | rch@chromium.org | 2014-04-20 | 9 | -13/+155 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-18 | 48 | -438/+1067 |
* | Log QUIC stream id in TYPE_QUIC_HTTP_STREAM_SEND_REQUEST_HEADERS | rch@chromium.org | 2014-04-18 | 3 | -2/+7 |
* | Ensure that QUIC handshakes are required when attempting QUIC | rch@chromium.org | 2014-04-18 | 1 | -1/+14 |
* | Remove net_log.h from net_util, as it's no longer needed by net_log.h. | mmenke@chromium.org | 2014-04-16 | 2 | -0/+2 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2014-04-15 | 30 | -152/+311 |
* | Move broken alternate protocol expiration logic from QuicStreamFactory | rch@chromium.org | 2014-04-15 | 2 | -62/+0 |
* | Add a histogram Net.AlternateProtocolBrokenLocation | rch@chromium.org | 2014-04-11 | 1 | -0/+2 |
* | Change the base of the QUIC duplicate stream frame histograms from | rch@chromium.org | 2014-04-11 | 1 | -8/+9 |
* | make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste... | jar@chromium.org | 2014-04-09 | 1 | -4/+6 |
* | Add new histogram Net.QuicSession.DuplicateStreamFramePercent | rch@chromium.org | 2014-04-08 | 7 | -2/+69 |
* | More attempts to fix the crash in QuicConnection::CanWrite. | rch@chromium.org | 2014-04-07 | 2 | -1/+11 |
* | Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..." | jschuh@chromium.org | 2014-04-05 | 1 | -6/+4 |
* | make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste... | jar@chromium.org | 2014-04-05 | 1 | -4/+6 |
* | Update QuicClientSession::GetSSLInfo to report QUIC as the protocol | wtc@chromium.org | 2014-04-04 | 2 | -7/+23 |
* | Removed unused forward declarations. | wtc@chromium.org | 2014-04-04 | 1 | -2/+0 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2014-04-04 | 20 | -88/+246 |
* | Various cleanups in crypto code discovered while syncing recent changes. | rch@chromium.org | 2014-04-03 | 7 | -40/+94 |
* | Revert of Various cleanups in crypto code discovered while syncing recent cha... | rlarocque@chromium.org | 2014-04-02 | 6 | -92/+40 |
* | More "fixes" for the QUIC crash bug. | rch@chromium.org | 2014-04-02 | 1 | -14/+21 |
* | Various cleanups in crypto code discovered while syncing recent changes. | rch@chromium.org | 2014-04-01 | 6 | -40/+92 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-01 | 39 | -378/+681 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-04-01 | 9 | -21/+21 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-03-31 | 32 | -108/+291 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2014-03-31 | 67 | -558/+1339 |
* | Do not use QUIC for requests that are through a proxy. | rch@chromium.org | 2014-03-31 | 1 | -0/+42 |
* | Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21... | rch@chromium.org | 2014-03-28 | 9 | -18/+18 |
* | Move Window's specific logic for disabling ECDSA from QuicCryptoyclientConfig | rch@chromium.org | 2014-03-28 | 4 | -15/+62 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-03-28 | 9 | -18/+18 |
* | Add histograms to QuicClientSession for tracking down QUIC crash. | rch@chromium.org | 2014-03-27 | 2 | -1/+67 |
* | Enable the ChaCha20+Poly1305 (kCC12) AEAD algorithm. | wtc@chromium.org | 2014-03-27 | 10 | -24/+72 |
* | Add PrivacyMode support to the QuicStreamFactory. | rch@chromium.org | 2014-03-26 | 13 | -48/+118 |