summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-171-6/+6
* Linux: More gcc 4.5 NULL versus 0 fixes.craig.schlenter@chromium.org2010-09-141-1/+1
* 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
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-031-14/+17
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-86/+149
* 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-301-2/+16
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-1/+1
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+16
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-8/+18
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-9/+10
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+11
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-1/+3
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-101-1/+18
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-0/+1
* Clean up SpdyStream.erikchen@google.com2010-08-061-5/+5
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-2/+6
* Implement server push protocol 2.erikchen@google.com2010-08-051-123/+70
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-041-3/+5
* SPDY correctly handles socket writes of zero length.erikchen@google.com2010-08-031-1/+0
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-6/+7
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-0/+3
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-5/+5
* Implement prefetching in chromegavinp@google.com2010-07-311-5/+6
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-271-2/+10
* SPDY: turn off flow-control by defaultagayev@chromium.org2010-07-271-1/+1
* TBR:erikchen@google.com2010-07-261-10/+2
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-261-2/+10
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-2/+3
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-11/+15
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-211-5/+4
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+49
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-6/+2
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-6/+86
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-48/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+48
* TBR: reverting broken commiterikchen@google.com2010-07-121-48/+24
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-3/+4
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-24/+48
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-1/+3
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-48/+24
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-24/+48
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-14/+41
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-251-0/+0
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-241-4/+11