summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-102-48/+19
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-095-710/+231
* Clean up SpdyStream.erikchen@google.com2010-08-068-156/+97
* Review URL: http://codereview.chromium.org/3068015lzheng@google.com2010-08-061-0/+143
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-0510-111/+270
* Disable two SPDY tests, as they sometimes crash net_unittest.erikchen@google.com2010-08-051-2/+2
* Implement server push protocol 2.erikchen@google.com2010-08-0510-337/+1093
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-6/+7
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-7/+6
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-041-3/+5
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-6/+7
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-032-8/+12
* SPDY correctly handles socket writes of zero length.erikchen@google.com2010-08-032-2/+38
* Fix SpdyHttpStreamTest windows tsan bug.erikchen@google.com2010-08-021-6/+14
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-0211-65/+368
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-316-8/+161
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-2/+4
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-5/+5
* Net: Fix leak in SpdyNetworkTransactionTest from r54398.thestig@chromium.org2010-07-311-10/+15
* Implement prefetching in chromegavinp@google.com2010-07-314-15/+80
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-24/+115
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-304-9/+10
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-115/+24
* Add content-length to spdy post request header.lzheng@google.com2010-07-304-24/+115
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Initialize SpdyStreamMember to kInitialWindowSize.finnur@chromium.org2010-07-301-1/+1
* Uninitialized member in SpdyStream.finnur@chromium.org2010-07-301-1/+2
* Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.glider@chromium.org2010-07-301-3/+3
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-303-5/+37
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-303-33/+37
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-296-80/+144
* Net: Convert username and password to string16.thestig@chromium.org2010-07-292-10/+12
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-275-16/+81
* SPDY: turn off flow-control by defaultagayev@chromium.org2010-07-271-1/+1
* Remove --testing-fixed-http-port and --testing-fixed-https-port.cbentzel@chromium.org2010-07-271-9/+0
* Fix DeleteStream() being called twice per stream and CloseStream() reporting ...agayev@chromium.org2010-07-271-7/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2613-0/+13
* TBR:erikchen@google.com2010-07-265-70/+15
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-265-15/+70
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-262-21/+68
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-235-133/+160
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-222-9/+5
* Spdy_network_transaction incorrectly labeled tcp connections with hostname bu...erikchen@google.com2010-07-221-2/+1
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-225-43/+92
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-216-284/+131
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-214-18/+11
* Add Spdy ConnectFailure test back into spdy network tests.erikchen@google.com2010-07-201-1/+78
* Initial SPDY flow control supportagayev@chromium.org2010-07-2012-16/+264