summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* QUIC - fix for memory leak in QuicStreamFactoryTest.rtenneti@chromium.org2013-07-111-9/+9
* SPDY Framer: Refactorings.eustas@chromium.org2013-07-101-2/+0
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-108-75/+136
* Fix bug in QuicConnectionHelper rch@chromium.org2013-07-082-2/+38
* Land Recent QUIC changes.rtenneti@chromium.org2013-07-0521-142/+348
* Cleanup of OpenSSL/NSS implementation of ProofVerfifier release.rtenneti@chromium.org2013-07-0410-48/+44
* OpenSSL/NSS implementation of ProofVerfifier.rtenneti@chromium.org2013-07-0311-45/+836
* We're advancing an iterator, and then dereferencing it, but forgot to check f...jar@chromium.org2013-07-031-0/+2
* Add several new QUIC histograms.rch@chromium.org2013-07-022-2/+73
* Add a histogram to track the causes of QUIC connection shutdowns.rch@chromium.org2013-07-011-0/+4
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-287-7/+7
* Fix a bug where the ReliableQuicStream would call ProcessData()rch@chromium.org2013-06-273-4/+5
* Make sure that QUIC connections correctly call OnSessionCloserch@chromium.org2013-06-263-6/+40
* Fix bug in memory leaks in QuicStreamFactory::Createrch@chromium.org2013-06-261-5/+6
* Add unit test to verify the bug fixed in http://crrev.com/208168. rch@chromium.org2013-06-251-4/+45
* Fix a bug in quic_stream_factory where a QuicStreamRequest::Request could ret...rch@chromium.org2013-06-241-0/+6
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-222-7/+75
* Add logging to the QUIC write path.rch@chromium.org2013-06-227-10/+139
* Remove v6 address from QUIC host lookupsrch@chromium.org2013-06-221-0/+10
* Pretty-print QUIC CONNECTION_CLOSE and RST_STREAM error codes.rch@chromium.org2013-06-211-2/+2
* Set receive buffer size, and comment about possible setting of send buffer.jar@chromium.org2013-06-211-0/+20
* Actually enable Alternate-Protocol support for QUIC.rch@chromium.org2013-06-211-19/+6
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-1821-202/+385
* Implement Sign() method of Channel_id for NSS.rtenneti@chromium.org2013-06-1810-40/+116
* [Second attempt] Implement ChannelIDVerifier using NSS.wtc@chromium.org2013-06-155-12/+346
* Revert 206486 "Implement ChannelIDVerifier using NSS."wtc@chromium.org2013-06-145-346/+12
* Implement ChannelIDVerifier using NSS.wtc@chromium.org2013-06-145-12/+346
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-132-27/+28
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-0/+3
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-4/+2
* QUIC: support for rotating QUIC server configs.rtenneti@chromium.org2013-06-128-279/+935
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-118-8/+8
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-6/+8
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-114-6/+6
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-116-6/+6
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Small cleanup changes that came up during merging chromium changes withrtenneti@chromium.org2013-06-072-6/+5
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-0525-410/+1194
* Fix QuicClock::WallNow to return a correct value.rch@chromium.org2013-06-052-6/+3
* Revert 204046 "Land Recent QUIC changes."rtenneti@chromium.org2013-06-0425-1188/+405
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-0425-405/+1188
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+1
* Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.rch@chromium.org2013-06-041-3/+6
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-015-20/+23
* Add histograms for tracking the number of client hellos send. This will let u...rch@chromium.org2013-05-311-0/+35
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-3084-772/+2138
* Set QUIC idle timeout to 30 seconds in an attempt to mitigate the rch@chromium.org2013-05-241-0/+3
* QUIC - Added StringToHexASCIIDump to return a hex+ASCII dump in thertenneti@chromium.org2013-05-244-2/+90
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-2335-385/+747