summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix tsan failure in SpdyStreamTest.ukai@chromium.org2010-07-201-0/+2
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-208-51/+359
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-1711-145/+805
* Mac compile warning fix for r52670.erikchen@google.com2010-07-161-51/+47
* spdy network tests now use http network transaction (production code).erikchen@google.com2010-07-161-604/+347
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-1411-250/+13
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-1411-13/+250
* SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...erikchen@google.com2010-07-142-1/+2
* Remove hex frames from spdy_session_unittest.ccmlloyd@chromium.org2010-07-121-27/+10
* TBR: reverting broken commiterikchen@google.com2010-07-129-263/+47
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-124-8/+12
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-129-47/+263
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-096-21/+117