1. 97cf302 Land Recent QUIC changes. by [email protected] · 12 years ago
  2. ea825e0 Land Recent QUIC changes. by [email protected] · 12 years ago
  3. e4696aa Land Recent QUIC changes. by [email protected] · 12 years ago
  4. ea2ab47b Removing QUIC's VERSION_6, now that QUIC no longer needs to support the by [email protected] · 12 years ago
  5. 965dbe6 Simplify QuicConnectionHelper by introducing a new QuicAlarm class by [email protected] · 12 years ago
  6. 3e60db8 Land Recent QUIC changes. by [email protected] · 12 years ago
  7. 4887809 Land Recent QUIC changes. by [email protected] · 12 years ago
  8. f62262b Land Recent QUIC changes. by [email protected] · 12 years ago
  9. 25c31dc Land Recent QUIC changes. by [email protected] · 12 years ago
  10. 69dfd1b Revert 204046 "Land Recent QUIC changes." by [email protected] · 12 years ago
  11. 059cad5 Land Recent QUIC changes. by [email protected] · 12 years ago
  12. b06431078 Land Recent QUIC changes. by [email protected] · 12 years ago
  13. 89995165 Land Recent QUIC changes. by [email protected] · 12 years ago
  14. 2532de1 Land Recent QUIC changes by [email protected] · 12 years ago
  15. c244c5a1 Land Recent QUIC changes by [email protected] · 12 years ago
  16. 0439abf Revert 198736 "Land Recent QUIC changes" by [email protected] · 12 years ago
  17. 893b1ae Land Recent QUIC changes by [email protected] · 12 years ago
  18. 8ba8121 Land Recent QUIC Changes by [email protected] · 12 years ago
  19. a57e027 Land Recent QUIC Changes by [email protected] · 12 years ago
  20. fe053f9 Land Recent QUIC Changes by [email protected] · 12 years ago
  21. 4356f0f Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition. by [email protected] · 12 years ago
  22. 74bda14 Add support for P-256 key exchange in crypto handshake. by [email protected] · 12 years ago
  23. ccc66e8a Land Recent QUIC Changes by [email protected] · 12 years ago
  24. e8ff2684 QUIC Crypto - Code to mock out the QuicCryptoClientStream. by [email protected] · 12 years ago
  25. 6dcd1d5c Refactor QuicClientSession so that it owns the underlying socket by [email protected] · 12 years ago
  26. 14e8106c Land Recent QUIC Changes by [email protected] · 12 years ago
  27. ed3fc15d Land Recent QUIC Changes by [email protected] · 12 years ago
  28. 5351cc4b Land Recent QUIC Changes by [email protected] · 12 years ago
  29. 6f54ab3 QUIC - Some sketching of the crypto handshake. by [email protected] · 12 years ago
  30. 4df6984 Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h. by [email protected] · 12 years ago
  31. 9db44391 Land recent QUIC changes. by [email protected] · 12 years ago
  32. fee17f7 Land recent QUIC changes. by [email protected] · 12 years ago
  33. d3d15bf The first step of server-side crypto handshake: handle ClientHello, by [email protected] · 12 years ago
  34. 41d6b17 Add the server name indication (SNI) field to ClientHello. by [email protected] · 12 years ago
  35. 8d659e2 Fix coding style nits. by [email protected] · 12 years ago
  36. c995c57 Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to not take unnamed bool values. by [email protected] · 12 years ago
  37. 701bc89 Queueing QUIC frames to be resent instead of packets and packing RST frames with acks and congestion info frames. by [email protected] · 12 years ago
  38. 872edd9e Send the ClientHello handshake message. by [email protected] · 12 years ago
  39. cff7b7b Handling partial writes and fin-only writes in QUIC. by [email protected] · 12 years ago
  40. 9558c5d3 Add the GetRandomGenerator() method to QuicConnectionHelperInterface by [email protected] · 12 years ago
  41. 610a7e94 Merge recent QUIC changes. by [email protected] · 12 years ago
  42. 26f3f8e Move the CongestionInfo struct to a QuicCongestionFeedbackFrame. by [email protected] · 12 years ago
  43. 134e5c3 Incremental improvement to our Ack logic: if we resend a bunch of packets, send an ack updating the least_unacked. by [email protected] · 12 years ago
  44. e13201d8 Add a factory for creating QuicHttpStream objects from an internal collection of QuicClientSessions. Consumers of this factory requests a stream by creating a QuicStreamRequest object, and then calling the Request() method. by [email protected] · 12 years ago
  45. 97693d1 Make QuicConnectionHelper::GetClock() const and return a const QuicClock *. by [email protected] · 13 years ago
  46. 044ac2b Clean up a whole raft of differences in QUIC code between the internal and Chrome. by [email protected] · 13 years ago
  47. 05e845d Remove transmission time from QuicPacketHeader. It will be moving into an ack fragment at some point. by [email protected] · 13 years ago
  48. 082b65b Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number. by [email protected] · 13 years ago
  49. fb9e3ce5 Revert 167074 - Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number. by [email protected] · 13 years ago
  50. a0df90e Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number. by [email protected] · 13 years ago
  51. 9c0b135 Add QuicStream and friends to QUIC code. by [email protected] · 13 years ago
  52. 0f97c46 Revert 165858 - Add QuicStream and friends to QUIC code. by [email protected] · 13 years ago
  53. 1bb0fd5db Add QuicStream and friends to QUIC code. by [email protected] · 13 years ago
  54. 4e6f0ed Add QuicConnection and MockQuicConnectionHelper. by [email protected] · 13 years ago
  55. be24ab2 Rename Fragment->Frame for QUIC by [email protected] · 13 years ago
  56. dc2cc74 Change CryptoFramer to return a QuicData* instead of returning a bool and setting an out-param to the new QuicData*. This simplifies the API for callers. by [email protected] · 13 years ago
  57. 8b37a09 Trying yet again to add QuicFramer and friends. by [email protected] · 13 years ago
  58. 186edc4 Revert 162606 - Trying again to add QuicFramer and friends. by [email protected] · 13 years ago
  59. aa765b33 Trying again to add QuicFramer and friends. by [email protected] · 13 years ago
  60. 43228bb2c Revert 162462 - Add QuicFramer and friends. by [email protected] · 13 years ago
  61. aa60c729 Add QuicFramer and friends. by [email protected] · 13 years ago
  62. f992eca Revert 162259 - Add QuicFramer and friends. by [email protected] · 13 years ago
  63. 7a7c8d0 Add QuicFramer and friends. by [email protected] · 13 years ago