summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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