index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
spdy
/
spdy_session.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
LOG(WARNING)=>VLOG for SPDY path logging
willchan@chromium.org
2011-09-09
1
-2
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Cleanup some test ugliness. Stop using a global.
willchan@chromium.org
2011-07-01
1
-10
/
+3
*
Speculative fix for bug 80095.
willchan@chromium.org
2011-06-28
1
-0
/
+12
*
GetPeerAddress could be called without socket, added check
dpolukhin@chromium.org
2011-05-06
1
-0
/
+6
*
Find("SpdyCwnd") is sometimes coming back null. This guards against that case.
russellbrenner@google.com
2011-04-26
1
-0
/
+4
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+8
*
We've finished testing with the cwnd fixed at 32, it is clearly worse.
mbelshe@chromium.org
2011-04-11
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Enable IP pooling for SPDY.
mbelshe@chromium.org
2011-03-25
1
-0
/
+12
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
1
-6
/
+6
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-1
/
+1
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-1
/
+1
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-1
/
+1
*
In spdy_session dont call CloseAllStreams if it has
rtenneti@chromium.org
2011-02-15
1
-3
/
+5
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-0
/
+2
*
Fix 'else' style nit.
wtc@google.com
2010-12-15
1
-3
/
+1
*
Add some experiments for different policies on cwnd restore.
mbelshe@chromium.org
2010-12-11
1
-7
/
+37
*
Add more cwnd histograms - this type partitioned by amount of data
mbelshe@chromium.org
2010-12-10
1
-0
/
+25
*
Add histogram to analyze sent cwnd settings for spdy.
mbelshe@chromium.org
2010-12-09
1
-0
/
+14
*
Don't tweak buffer size for SPDY
mbelshe@chromium.org
2010-12-09
1
-13
/
+0
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
1
-10
/
+18
*
Add histograms to track stalled spdy streams.
mbelshe@chromium.org
2010-12-06
1
-0
/
+7
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-22
/
+73
*
Fix case where a SPDY stream with an un-verified cert would kill the browser
mbelshe@google.com
2010-12-01
1
-6
/
+8
*
Make sure to send the SpdySettings frame as soon as possible.
willchan@chromium.org
2010-11-19
1
-3
/
+2
*
Fix SPDY crash on race when canceling a stream that just got created.
willchan@chromium.org
2010-11-18
1
-4
/
+24
*
Change the way request headers are logged to the NetLog to ensure
rch@chromium.org
2010-11-11
1
-32
/
+25
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-30
/
+40
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Temporary fix to reduce the spdy concurrent streams to 6.
mbelshe@chromium.org
2010-10-25
1
-1
/
+5
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
1
-0
/
+1
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
1
-5
/
+5
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-7
/
+8
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
1
-0
/
+30
*
Speculative fix for SpdySettingsStorage crasher.
willchan@chromium.org
2010-10-07
1
-1
/
+10
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-3
/
+2
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-2
/
+3
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-3
/
+2
*
Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.
willchan@chromium.org
2010-09-29
1
-4
/
+8
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-0
/
+1
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
1
-9
/
+8
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
1
-97
/
+0
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-5
/
+5
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
1
-6
/
+6
*
Linux: More gcc 4.5 NULL versus 0 fixes.
craig.schlenter@chromium.org
2010-09-14
1
-1
/
+1
*
Remove the small read buffer size for windows; we landed the async IO
mbelshe@chromium.org
2010-09-07
1
-6
/
+0
*
I investigated the TODO, and decided that the current logic is right.
mbelshe@chromium.org
2010-09-05
1
-4
/
+6
*
Fix Server Push bug; we properly detected the duplicate SYN, but we forgot to
mbelshe@chromium.org
2010-09-03
1
-14
/
+17
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-86
/
+149
[next]