summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* LOG(WARNING)=>VLOG for SPDY path loggingwillchan@chromium.org2011-09-091-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-10/+3
* Speculative fix for bug 80095.willchan@chromium.org2011-06-281-0/+12
* GetPeerAddress could be called without socket, added checkdpolukhin@chromium.org2011-05-061-0/+6
* Find("SpdyCwnd") is sometimes coming back null. This guards against that case.russellbrenner@google.com2011-04-261-0/+4
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+8
* We've finished testing with the cwnd fixed at 32, it is clearly worse.mbelshe@chromium.org2011-04-111-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-0/+12
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-6/+6
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+1
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-1/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+1
* In spdy_session dont call CloseAllStreams if it hasrtenneti@chromium.org2011-02-151-3/+5
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+2
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-101-0/+25
* Add histogram to analyze sent cwnd settings for spdy.mbelshe@chromium.org2010-12-091-0/+14
* Don't tweak buffer size for SPDYmbelshe@chromium.org2010-12-091-13/+0
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-10/+18
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-061-0/+7
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-22/+73
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-011-6/+8
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-191-3/+2
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-181-4/+24
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-32/+25
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-30/+40
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Temporary fix to reduce the spdy concurrent streams to 6.mbelshe@chromium.org2010-10-251-1/+5
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-0/+1
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-7/+8
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-121-0/+30
* Speculative fix for SpdySettingsStorage crasher.willchan@chromium.org2010-10-071-1/+10
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-3/+2
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+3
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-3/+2
* Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.willchan@chromium.org2010-09-291-4/+8
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-0/+1
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-9/+8
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-97/+0
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+5
* 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