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
*
Valgrind: Initialize |frames_received_|.
jhawkins@chromium.org
2012-02-20
2
-2
/
+3
*
Refactor BufferedSpdyFramer so that SpdySession is not a visitor of
rch@chromium.org
2012-02-20
5
-141
/
+140
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
4
-16
/
+16
*
Send RST_STREAM on receipt of non-lowercased header names. Add new
rch@chromium.org
2012-02-17
4
-19
/
+207
*
SPDY Proxy - Bug fix to handle flow control (spdy/2.1)
rtenneti@google.com
2012-02-16
3
-5
/
+15
*
SPDY - Don't call AdjustWindowSize on PendingCreateStreams.
rtenneti@google.com
2012-02-16
1
-20
/
+0
*
SPDY - pass stream_id instread contol frame to
rtenneti@chromium.org
2012-02-15
8
-29
/
+43
*
Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...
satorux@chromium.org
2012-02-15
3
-16
/
+33
*
SPDY - updated comments and used int32 for window size
rtenneti@chromium.org
2012-02-14
5
-39
/
+47
*
Disable CREDENTIALS frames when using spdy/2.1 or earlier.
rch@chromium.org
2012-02-14
3
-0
/
+5
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-13
1
-1
/
+2
*
net: Make UploadData::GetContentLength() asynchronous.
satorux@chromium.org
2012-02-10
1
-5
/
+8
*
net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().
satorux@chromium.org
2012-02-10
3
-33
/
+16
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
4
-19
/
+58
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
11
-8
/
+801
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-0
/
+1
*
SPDY - Adjust the send window size of all streams (new and current)
rtenneti@chromium.org
2012-02-07
4
-2
/
+45
*
SPDY - FlowControl - changed the logging messages to:
rtenneti@google.com
2012-02-06
2
-22
/
+21
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
3
-96
/
+34
*
net: Replace UploadDataStream::Create() with Init().
satorux@chromium.org
2012-02-02
2
-6
/
+9
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
3
-13
/
+12
*
Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.
mmenke@chromium.org
2012-01-28
1
-1
/
+1
*
SPDY - Change all tests to use SPDY/2.1 protocol. Made
rtenneti@chromium.org
2012-01-27
3
-19
/
+56
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
3
-34
/
+96
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
2
-21
/
+2
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
4
-110
/
+116
*
SPDY - SpdyFramer close the session for header compression/decompression errors.
rtenneti@google.com
2012-01-21
1
-1
/
+4
*
SPDY - FlipServer - changes to use BufferedSpdyFramer.
rtenneti@chromium.org
2012-01-18
2
-2
/
+18
*
SPDY - bug fix for WINDOW_UPDATE logging
rtenneti@chromium.org
2012-01-18
1
-3
/
+3
*
Handle Z_BUF_ERROR as a non-fatal error while incrementally decompressing
rtenneti@google.com
2012-01-13
2
-4
/
+2
*
SPDY - delete unused code from spdy_framer.
rtenneti@chromium.org
2012-01-07
3
-316
/
+42
*
Revert 116772 - Enabled SpdyFramerTest's UnclosedStreamDataCompressors.
rtenneti@chromium.org
2012-01-07
2
-7
/
+16
*
Enabled SpdyFramerTest's UnclosedStreamDataCompressors.
rtenneti@chromium.org
2012-01-06
2
-16
/
+7
*
[Coverity] Fixed uninitialized member in ctor
groby@chromium.org
2011-12-30
1
-1
/
+2
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
3
-3
/
+3
*
Coverity fix: Logically dead code
arthurhsu@chromium.org
2011-12-28
1
-0
/
+1
*
Add support to SpdyFramer for the CREDENTIAL frame.
rch@chromium.org
2011-12-27
9
-6
/
+462
*
Fixed permission
rtenneti@google.com
2011-12-25
1
-0
/
+0
*
Disabled UnclosedStreamDataCompressors to fix ASAN error.
rtenneti@google.com
2011-12-25
1
-1
/
+3
*
Changes to read SPDY headers incrementally.
rtenneti@chromium.org
2011-12-25
9
-156
/
+763
*
Eliminate no-arg constructor for CallbackResultPair
tbreisacher@chromium.org
2011-12-22
2
-3
/
+2
*
Coverity: Fixing dead code bug.
dpapad@chromium.org
2011-12-21
1
-4
/
+0
*
base::Bind: Convert net/spdy.
jhawkins@chromium.org
2011-12-21
5
-70
/
+82
*
base::Bind: Convert most of webkit/appcache.
jhawkins@chromium.org
2011-12-21
1
-1
/
+3
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
13
-293
/
+327
*
Initialize protocol_version to Unknown.
rtenneti@chromium.org
2011-12-20
2
-3
/
+8
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
6
-9
/
+29
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-2
/
+2
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
5
-52
/
+38
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-2
/
+2
[next]