summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Port the AES GCM encrypter and decrypter to NSS.wtc@chromium.org2013-03-272-10/+142
* The initial check-in of the toy QUIC client and server.alyssar@google.com2013-03-271-0/+2
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-2636-513/+1081
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-2216-259/+241
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-213-4/+4
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-194-16/+18
* Remove the unused HttpStreamBase::IsMoreDataBuffered().mmenke@chromium.org2013-03-193-11/+0
* Do not define IsSupported() in the headers.wtc@chromium.org2013-03-154-8/+10
* Chromium style checker cleanuprsleevi@chromium.org2013-03-156-23/+27
* Add Aes128GcmEncrypter and Aes128GcmDecrypter for thewtc@chromium.org2013-03-1511-6/+1327
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-1511-45/+26
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-1476-651/+2003
* Add a ConnectionInfo enum which describes the kind of connection used to fetc...rch@chromium.org2013-03-132-0/+4
* Add QuicCryptoServerStream (and test) and get CryptoUtils working.rch@chromium.org2013-03-135-94/+309
* QUIC: NSS part for P256 key exchange.thaidn@google.com2013-03-134-40/+258
* Disable QUIC for HTTPS URLs.rch@chromium.org2013-03-122-0/+63
* Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.rch@chromium.org2013-03-112-0/+4
* QUIC/Crypto - Enabled curve25519 key exchange code.rtenneti@chromium.org2013-03-093-37/+18
* Fix leak in QuicServerConfigProtobuf.rch@chromium.org2013-03-081-0/+1
* Land Recent QUIC Changesrch@chromium.org2013-03-0837-361/+1221
* Add P256 key exchange. This CL is for OpenSSL. The NSS part is coming in anot...thaidn@google.com2013-03-083-0/+251
* Change --origin-port-to-force-quic-on to apply only to http urls.rch@chromium.org2013-03-071-3/+111
* Change ProcessPacketHeader to call RaiseError before returningwtc@chromium.org2013-03-063-11/+11
* QUIC - curve25519_key_exchange changesrtenneti@chromium.org2013-03-063-4/+45
* Land Recent QUIC Changesrch@chromium.org2013-03-0332-329/+925
* QUIC - Some sketching of the crypto handshake.rtenneti@chromium.org2013-03-0215-235/+666
* use the correct constant in the FNV1a_128_Hash function as defined in the spe...johannes.rudolph@googlemail.com2013-02-273-11/+12
* Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.wtc@chromium.org2013-02-2711-12/+26
* Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...rch@chromium.org2013-02-263-23/+80
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-257-151/+68
* Land recent QUIC changes.rch@chromium.org2013-02-2580-1500/+4307
* Fix memory leak in r183737.rch@chromium.org2013-02-211-8/+18
* Add QUIC to Alternate-Protocol support.rch@chromium.org2013-02-212-4/+328
* Fix a bug in the length of the StringPiece returned bywtc@chromium.org2013-02-201-2/+4
* Log useful events for QUIC sessions in the net-log.rch@chromium.org2013-02-207-3/+326
* Add a DebugVisitor to QuicConnection to facilitate logging the activity on a ...rch@chromium.org2013-02-152-0/+75
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-1410-10/+72
* Revert 182331rch@chromium.org2013-02-1310-71/+10
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-1310-10/+71
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-0614-56/+64
* Land recent QUIC changes.rch@chromium.org2013-02-0361-1497/+1692
* The first step of server-side crypto handshake: handle ClientHello,wtc@chromium.org2013-01-3015-68/+217
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-2914-24/+59
* Add a command line option to enable SPDY request encoding for QUIC requests. rch@chromium.org2013-01-253-4/+11
* Minor reformatting cleanup of quic framer.rch@chromium.org2013-01-253-6/+7
* Change QuicHttpStream to use SPDY header blocks for reading/writingrch@chromium.org2013-01-254-45/+134
* Fix uninitialized memory access in quic_framer_test.rch@chromium.org2013-01-241-0/+1
* Added QuicBandwidth classrch@chromium.org2013-01-2328-314/+911
* Teach gtest how to print QuicConsumedData and QuicEncryptedPacket.wtc@chromium.org2013-01-202-1/+27