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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A couple of SPDY server push bug fixes.
mbelshe@chromium.org
2010-04-29
3
-4
/
+8
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
1
-2
/
+2
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
4
-25
/
+38
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
3
-17
/
+18
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
3
-172
/
+118
*
Fix cut-and-paste error on num_entries.
mbelshe@chromium.org
2010-04-23
1
-1
/
+1
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-1
/
+1
*
Fix cases where SpdySession can double-remove from the SpdySessionPool.
mbelshe@chromium.org
2010-04-23
3
-3
/
+17
*
With the GOAWAY code we now can have a case where we attempt
mbelshe@chromium.org
2010-04-21
1
-1
/
+2
*
Fix crasher on SpdySession teardown. When we close the session on error,
mbelshe@chromium.org
2010-04-21
2
-0
/
+33
*
SPDY: Fix unittest-only leak.
willchan@chromium.org
2010-04-21
3
-23
/
+21
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
3
-23
/
+15
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
3
-5
/
+16
*
SPDY: Remove invalid DCHECK.
willchan@chromium.org
2010-04-19
2
-2
/
+5
*
SPDY: Minor code cleanup.
willchan@chromium.org
2010-04-16
1
-4
/
+5
*
Fix crash in WriteSocket() when sending Settings frames
mbelshe@chromium.org
2010-04-16
3
-1
/
+28
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
8
-48
/
+441
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
8
-439
/
+48
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
8
-48
/
+439
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
3
-16
/
+5
*
Missed include of <utility> for new use of std::pair.
mbelshe@chromium.org
2010-04-05
1
-0
/
+1
*
Implement protocol definitions for the SPDY SETTINGS frame (previously
mbelshe@chromium.org
2010-04-02
5
-22
/
+200
*
SPDY: Improve logging messages for SpdySession.
willchan@chromium.org
2010-03-30
1
-3
/
+9
*
Re-enable the ConnectFailure case. Previously, this test case
mbelshe@chromium.org
2010-03-29
3
-6
/
+14
*
Remove memory leak from the SpdyNetworkTransactionTest:ServerPush
ahendrickson@google.com
2010-03-26
1
-4
/
+3
*
Reducing the debug output spam.
ahendrickson@google.com
2010-03-25
3
-32
/
+22
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
6
-128
/
+1055
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-2
/
+7
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
7
-83
/
+68
*
SPDY: Basic peer GoAway frame support.
willchan@chromium.org
2010-03-10
3
-30
/
+130
*
SPDY: Add basic support for Alternate-Protocol header.
willchan@chromium.org
2010-03-09
1
-17
/
+1
*
Add command line option for changing the max number of SPDY sessions per
mbelshe@chromium.org
2010-03-05
2
-2
/
+12
*
Update spdy_protocol to support the GOAWAY message.
mbelshe@chromium.org
2010-03-04
6
-68
/
+235
*
Fix a crash when streams are cancelled and we have a BufferedRead task
mbelshe@chromium.org
2010-03-04
2
-3
/
+87
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
3
-14
/
+14
*
Remove connection failed histograms.
vandebo@chromium.org
2010-03-02
1
-2
/
+2
*
Fix a bug with buffering when the connection closes
mbelshe@chromium.org
2010-03-02
2
-4
/
+340
*
Make a proper TCPSocketParams
vandebo@chromium.org
2010-02-27
3
-7
/
+10
*
Fix SpdySessionPool to take a host port pair instead of just the host.
willchan@chromium.org
2010-02-26
6
-48
/
+62
*
Modify the SPDY stream to be buffered.
mbelshe@chromium.org
2010-02-26
3
-28
/
+191
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
1
-13
/
+1
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
1
-0
/
+1
*
Make explicit the assumption that SpdySession::InitializeWithSocket takes
wtc@chromium.org
2010-02-20
4
-13
/
+10
*
Make SpdySession::GetSSLInfo work when the SpdySession is constructed
wtc@chromium.org
2010-02-19
1
-0
/
+4
*
Remove agl's NPN in SpdySession hack.
willchan@chromium.org
2010-02-18
1
-11
/
+0
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
2
-3
/
+13
*
API changes and protocol changes for supporting the latest SPDY spec.
mbelshe@chromium.org
2010-02-10
8
-88
/
+142
*
Merge deltas from server team common SPDY files.
mbelshe@chromium.org
2010-02-09
3
-41
/
+126
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
1
-28
/
+37
*
The great Flip -> Spdy rename.
mbelshe@chromium.org
2010-02-08
22
-987
/
+987
[next]