1. e3a795e Remove Windows Vista/XP specific code from net/quic. by martijn · 9 years ago
  2. 1401f0a Landing Recent QUIC changes until 5/14/2016 02:25:25 UTC by danzh · 9 years ago
  3. 4dac7f0 Fix implicit access to raw pointer of scoped_refptr. by scheib · 9 years ago
  4. 16fe57a gfe-relnote: Add new QUIC helper methods to wrap strings::b2a_hex and a2b_hex. Move BinaryToAscii from quic_client_bin to QuicUtils. All to ease Chromium merges. No behavior change. by rch · 9 years ago
  5. 3903514d QUIC - minor debugging logic to see why SCT verification is failing when by rtenneti · 9 years ago
  6. c2f70a5 Landing Recent QUIC changes until 5/2/2016 6:15UTC by alyssar · 9 years ago
  7. f88b3c7 Landing Recent QUIC changes until 4/22/2016 14:55 UTC by rjshade · 9 years ago
  8. 012834cf QUIC: support diversified keys with version 33. by rch · 9 years ago
  9. 3df6ff1 Rename _openssl files in net/quic/ by svaldez · 9 years ago
  10. 16c74d1d Landing Recent QUIC changes until 4/15/2016 17:20 UTC by rch · 9 years ago
  11. 2135be5 This removes most of the NSS files and both the use_openssl build argument and by svaldez · 9 years ago
  12. ad1777e Change scoped_ptr to std::unique_ptr in //net/quic. by danakj · 9 years ago
  13. 6a31ee3 Landing Recent QUIC changes until 4/8/2016 17:17 UTC by zhongyi · 9 years ago
  14. c2efc6d Landing Recent QUIC changes until 4/1/2016 21:01:21 UTC by rch · 9 years ago
  15. 75a8755 Remove the non-RFC 7539 variants of ChaCha20Poly1305 crypters in QUIC by rch · 9 years ago
  16. 954bb547 Provide valid port on HPKP reports for QUIC connections by elawrence · 9 years ago
  17. 614a92d3 [QUIC] Remove using from headers and make git cl lint happy. by bnc · 9 years ago
  18. 78ec06a Landing Recent QUIC changes until 3/28/2016 18:39 UTC by jri · 9 years ago
  19. f2bd55c5 Landing Recent QUIC changes until 3/18/2016 23:30 UTC by jokulik · 9 years ago
  20. bf0d713a Add more out of line copy ctors for complex classes. by vmpstr · 9 years ago
  21. 61de368 QUIC - Persist "Hash of the CHLO message" and "Signed timestamp of the by rtenneti · 9 years ago
  22. f57804c Landing Recent QUIC changes until 2016-03-15 16:26 UTC by fnk · 9 years ago
  23. 28f6469d Add QUIC 31 in which the server's proof covers both the static server config as well as a hash of the client hello. by rch · 9 years ago
  24. d069aaee Landing Recent QUIC changes until 2016-03-07 19:39 UTC by rjshade · 9 years ago
  25. 9c97a36 Switch SignatureVerifier to taking an algorithm enum. by davidben · 9 years ago
  26. b815f03 Create a new data structure QuicCompressedCertsCache for caching certs. The default cache size is 225 per server side suggest. by zhongyi · 10 years ago
  27. 062b552 Landing Recent QUIC changes until 2/19/2016 23:51:43 UTC by ckrasic · 10 years ago
  28. 0fc8d078 Add Expect CT policy that gets checked on all certs by estark · 10 years ago
  29. 0dcd785c Landing Recent QUIC changes until 2/12/2016 21:32 UTC by rtenneti · 10 years ago
  30. 723b5eeb Add information to SSLInfo about CT EV policy compliance by estark · 10 years ago
  31. cc5402d Migrate part of the quic code to net::IPAddress. by martijn · 10 years ago
  32. a64c1a9 Landing Recent QUIC changes until 2/7/2016 10:04 UTC by fayang · 10 years ago
  33. 55a807c QUIC - minor cleanup changes to keep code in sync with the internal source. by rtenneti · 10 years ago
  34. f85706db Landing Recent QUIC changes until 01/28/2016 18:41 UTC by rtenneti · 10 years ago
  35. 9f41c0a Landing Recent QUIC changes until 01/26/2016 18:14 UTC by rtenneti · 10 years ago
  36. c533399b Landing Recent QUIC changes until 01/23/2016 00:42 UTC by jri · 10 years ago
  37. 98acb9b Change IPEndpoint::address() to return a net::IPAddress by martijn · 10 years ago
  38. d372eb96 Revert "Revert of CT Verify test utilities change - Moved the following common functions (patchset #1 id:1 of https://codereview.chromium.org/1498983004/ )" by eranm · 10 years ago
  39. caec424 Landing Recent QUIC changes since Sat Jan 16 03:19:36 2016 +0000 by rch · 10 years ago
  40. 8a208fc Remove unnecessary ERR_CHANNEL_ID_IMPORT_FAILED codepath. by davidben · 10 years ago
  41. 7a4a7fd net: move more functions out of net_util.h by tfarina · 10 years ago
  42. 6f9b3d8 Rename CertPolicyEnforcer to CTPolicyEnforcer by estark · 10 years ago
  43. 4a9d27b Landing Recent QUIC changes until 1/8/2015 23:22 UTC by zhongyi · 10 years ago
  44. c971baf9 Landing Recent QUIC changes until 12/30/2015 21:25:57 UTC by jokulik · 10 years ago
  45. a31a74b Landing Recent QUIC changes until 12/18/2015 13:57 UTC by fayang · 10 years ago
  46. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  47. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 10 years ago
  48. dd4f1bd7 QUIC - added histograms to measure time for proof verification. This is by rtenneti · 10 years ago
  49. 5ba7993 Only use RFC 7539 ChaCha20-Poly1305 when it is supported. Add IsSupported() methods to the associated Encrypter and Decrypter and consult these when offering to support RFC 7539 in the crypto configs. by rch · 10 years ago
  50. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  51. d5ced07 Ran clang-format on all .h/.cc files in net/quic. No behavior change. by rjshade · 10 years ago
  52. 9bd5058 Implement in-place encryption in QUIC. by ianswett · 10 years ago
  53. 968db6a Revert of Implement in-place encryption in QUIC. (patchset #3 id:40001 of https://codereview.chromium.org/1532593002/ ) by ianswett · 10 years ago
  54. cdc6661 Implement in-place encryption in QUIC. by ianswett · 10 years ago
  55. 3285d93a Add path_id to QuicAckFrame and QuicStopWaitingFrame structs (Wire format does not change yet). by jri · 10 years ago
  56. 0921cbbc Add a new histogram to track the reject reasons leading to too many rejects by rch · 10 years ago
  57. 13cb74d Revert of CT Verify test utilities change - Moved the following common functions (patchset #1 id:1 of https://codereview.chromium.org/1498983004/ ) by rtenneti · 10 years ago
  58. d0a2c17a Requiring QUIC clients send kFIXD tag protected by FLAGS_quic_require_fix. by rch · 10 years ago
  59. 6486d0d CT Verify test utilities change - Moved the following common functions by rtenneti · 10 years ago
  60. 6bb0c45 QUIC flags cleanup, remove deprecated flags to keep consistent with internal codebase. by zhongyi · 10 years ago
  61. 94e52bc Prevent QUIC streams from writing data when encryption is not established. by rch · 10 years ago
  62. b867702 Landing Recent QUIC changes until and including Mon Nov 23 17:03:24. by zhongyi · 10 years ago
  63. f9fedaed relnote: remove IsSupported method from the QUIC ChaCha20 by rch · 10 years ago
  64. 74c9f594 QUIC - minor cleanup. Use scoped_ptr. Added a copy constructor for by rtenneti · 10 years ago
  65. 5f8b6bc Switch //net from vector_as_array to vector::data. by davidben · 10 years ago
  66. 052774e QUIC - Code to verify SCT tag with certificate transparency verifier by rtenneti · 10 years ago
  67. 2ee2752 QUIC - minor cleanup of duplicated code in ProofVerifierChromiumTest. by rtenneti · 10 years ago
  68. 0917ec4 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 10 years ago
  69. 952ee79 Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed by davidben · 10 years ago
  70. c86dbfa Landing Recent QUIC changes until 2015-11-09 20:32 UTC by rjshade · 10 years ago
  71. 67b75314 Switch QUIC to calling EVP_aead_chacha20_poly1305_old. by davidben · 10 years ago
  72. ac06c2f QUIC - delete #ifdef USE_OPENSSL in unittests. by rtenneti · 10 years ago
  73. 99b644c Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000 by rch · 10 years ago
  74. ea295fe Landing Recent QUIC changes until 9:17 AM, Oct 26 2015 UTC-7 by ckrasic · 10 years ago
  75. 349f38f QUIC - deleted #include of base/profiler/scoped_tracker.h by rtenneti · 10 years ago
  76. 123efcc QUIC - remove ScopedTracker related code. by rtenneti · 10 years ago
  77. 1fe2eeb Remove insecure QUIC support by rch · 10 years ago
  78. c39b80f Landing Recent QUIC changes until 10/14/2015 20:20 UTC by alyssar · 10 years ago
  79. 5ca6eee Landing Recent QUIC changes until 9/30/2015 20:43 UTC. by rtenneti · 10 years ago
  80. a16b95b net: Replace COMPILE_ASSERT with static_assert. by tfarina · 10 years ago
  81. 159828f Landing Recent QUIC changes until 9/23/2015 19:17 UTC. by rtenneti · 10 years ago
  82. 73144d1 net: Move IPAddressAttributes enum out of net_util.h. by tfarina · 10 years ago
  83. f5e4592 QUIC - Implementation of PropertiesBasedQuicServerInfo class which is by rtenneti · 10 years ago
  84. 6cacd57 Unwind all the code to account for old system NSS's. by davidben · 10 years ago
  85. c92bc49 Landing Recent QUIC changes until 9/14/2015 19:47 UTC by zhongyi · 10 years ago
  86. 144dce1 Cleanup: Pass std::string as const reference from net/ by ki.stfu · 10 years ago
  87. 4efd55dd Landing Recent QUIC changes until 9/11/2015 02:59 UTC. by rtenneti · 10 years ago
  88. 33106d1c Landing Recent QUIC changes until 9/2/2015 17:00 UTC. by rtenneti · 10 years ago
  89. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  90. 9f6d72e Implement an openssl version of a QUIC ProofSource. by rch · 10 years ago
  91. a004d33 Landing Recent QUIC changes until 8/24/2015 18:33 UTC. by rtenneti · 10 years ago
  92. 48f371c68 Landing Recent QUIC changes until 8/19/2015 17:00 UTC. by rtenneti · 10 years ago
  93. f8a6a21 relnote: QUIC - Added 'TLPR' connection option to run a finch based by rtenneti · 10 years ago
  94. b250abc relnote: QUIC - Added 'FRTT' connection option to run a finch based by rtenneti · 10 years ago
  95. 533c27b Add a info flag set when certs fails to conform to the CT policy. by haavardm · 10 years ago
  96. 44f4a2e Landing Recent QUIC changes until 8/4/2015 20:30 UTC. by rtenneti · 10 years ago
  97. 9541f863 Use the CT policy enforcer for QUIC, if specified. by rsleevi · 10 years ago
  98. 1a66df7 Build and send HPKP violation reports by estark · 10 years ago
  99. 0b073d0 Landing Recent QUIC changes until 7/27/2015 18:48 UTC. by rtenneti · 10 years ago
  100. 581b6ae8 Landing Recent QUIC changes until 7/16/2015 14:26 UTC. by rtenneti · 10 years ago