summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-173-13/+122
* Change forward declaration of HttpRequestInfo from class to struct torch@chromium.org2010-09-151-1/+1
* Move two methods in spdy_http_stream.cc from an anonymous namespacerch@chromium.org2010-09-153-136/+174
* Revision 59384 was incorrect and did not properly perform the check. This fix...cdn@chromium.org2010-09-151-1/+1
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-152-7/+2
* Linux: More gcc 4.5 NULL versus 0 fixes.craig.schlenter@chromium.org2010-09-141-1/+1
* Fix for frame buffer resizing when new size is less than 8 bytes larger than ...cdn@chromium.org2010-09-141-8/+7
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-142-2/+7
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-142-7/+2
* Fix nits: remove unnecessary local variable, check forwtc@chromium.org2010-09-131-5/+4
* Not sure how to disable TEST_P tests :-/jhawkins@chromium.org2010-09-101-8/+1
* Disable SpdyNetworkTransactionTest.WriteError on Mac as it's crashing.jhawkins@chromium.org2010-09-101-1/+8
* Remove the small read buffer size for windows; we landed the async IO mbelshe@chromium.org2010-09-071-6/+0
* I investigated the TODO, and decided that the current logic is right.mbelshe@chromium.org2010-09-051-4/+6
* Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of thembelshe@chromium.org2010-09-051-19/+38
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-043-6/+24
* Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...mbelshe@chromium.org2010-09-041-38/+19
* Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefixmbelshe@chromium.org2010-09-031-1/+1
* Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging wasmbelshe@chromium.org2010-09-031-19/+38
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-032-15/+68
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-015-10/+45
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-013-91/+162
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-3/+3
* Don't write SPDY headers to the log file; they're redundant withmbelshe@chromium.org2010-08-301-34/+0
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-303-4/+34
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-7/+5
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-266-12/+175
* Keep push streams open until they are claimed. The previous change I didmbelshe@chromium.org2010-08-251-8/+14
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-252-11/+55
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-255-11/+15
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-253-19/+17
* Missed a file from last checkin. histograms_recorded member variable ismbelshe@chromium.org2010-08-231-1/+0
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-235-137/+271
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-195-32/+52
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-197-36/+90
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-186-38/+106
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-177-75/+92
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* 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