summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-234-6/+6
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-2343-392/+1090
* Fix bug in handling QUIC connections that error out early.rch@chromium.org2013-05-222-1/+23
* Revert 201501 "Land Recent QUIC changes."rogerta@chromium.org2013-05-2243-1090/+392
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-2243-392/+1090
* QUIC - Moved call to SetDefaults to callers of QuicClientSession.rtenneti@chromium.org2013-05-175-5/+5
* Actually implement header compression for quic streams.rch@chromium.org2013-05-165-18/+15
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-164-5/+5
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-1667-517/+1489
* If HostResolver::Request completes with OK, the AddressList is not empty. Pre...mef@chromium.org2013-05-151-3/+0
* Set encryption_established_ to true in QuicCryptoClientStream before calling ...rch@chromium.org2013-05-151-2/+2
* Clean up QuicNetworkTransactionTestrch@chromium.org2013-05-101-271/+121
* QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc. rtenneti@chromium.org2013-05-102-78/+49
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0997-1006/+1438
* Add a DeterministicMockUDPClientSocket. rch@chromium.org2013-05-082-26/+43
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0745-121/+23777
* Revert 198736 "Land Recent QUIC changes"csharp@chromium.org2013-05-0744-23776/+120
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0744-120/+23776
* Close all QUIC connections when the network changes.rch@chromium.org2013-05-063-1/+61
* Close QUIC sessions on read errors.rch@chromium.org2013-05-063-20/+91
* Detect QUIC connection errors and add a test to verify that the alternate pro...rch@chromium.org2013-05-034-12/+118
* Land Recent QUIC Changes rtenneti@chromium.org2013-05-0342-429/+906
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-027-11/+12
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-304-4/+4
* Land Recent QUIC Changes rtenneti@chromium.org2013-04-2632-264/+755
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-2328-857/+1277
* QUIC - fix memory leak.rtenneti@chromium.org2013-04-191-0/+1
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-1733-311/+584
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-1315-15/+15
* Adding the first 6 quic unittests.alyssar@google.com2013-04-112-0/+5
* Merge QUIC InterArrival congestion control code to chromium.rch@chromium.org2013-04-1034-2/+5391
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-5/+5
* Merge QUIC StrikeRegister code to chromium.rtenneti@chromium.org2013-04-083-0/+883
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-074-4/+4