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
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
1
-0
/
+1
*
net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...
hashimoto@chromium.org
2012-11-01
4
-67
/
+58
*
Remove base::RefCounted as a friend of SpdyStreamDelegate.
rch@chromium.org
2012-10-30
1
-1
/
+0
*
Fix places where "request" is misspelled "requst". Surprisingly, there are s...
pkasting@chromium.org
2012-10-25
2
-3
/
+3
*
[net] Change factory methods for HostResolver and HostCache to return a scope...
szym@chromium.org
2012-10-22
2
-2
/
+2
*
net: Delete special logic for chunked upload
hashimoto@chromium.org
2012-10-22
7
-35
/
+8
*
Linux: fix build with system zlib.
phajdan.jr@chromium.org
2012-10-19
2
-0
/
+41
*
net: Use UploadDataStream::Read() instead of ReadSync()
hashimoto@chromium.org
2012-10-18
5
-14
/
+229
*
net: Make UploadDataStream::Read() asynchronous
hashimoto@chromium.org
2012-10-17
1
-1
/
+1
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
1
-2
/
+2
*
SPDY - Add support for PINGs initiated by the server.
rtenneti@chromium.org
2012-10-04
8
-22
/
+166
*
net: separate SPDY cookie with "; " as the new RFC requires.
agl@chromium.org
2012-09-21
1
-16
/
+25
*
crypto: add DecodeSignature and use SHA-256 with ECDSA.
agl@chromium.org
2012-09-19
2
-2
/
+14
*
net: Make UploadDataStream::Init() asynchronous.
hashimoto@chromium.org
2012-09-18
4
-9
/
+9
*
* Change logic of SpdySession::VerifyDomainAuthentication to
rch@chromium.org
2012-09-13
2
-1
/
+166
*
Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.
joaodasilva@chromium.org
2012-09-10
2
-4
/
+4
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
10
-22
/
+126
*
Remove obsolete signature_creator includes from net.
msarda@chromium.org
2012-09-05
2
-2
/
+0
*
Add a flag to enable connection pooling with channel id
rch@chromium.org
2012-09-05
2
-1
/
+13
*
net: Move file operation code from UploadData to UploadDataStream
hashimoto@chromium.org
2012-09-01
2
-18
/
+10
*
net: Return size of upload as well as position from HttpTransaction::GetUploa...
hashimoto@chromium.org
2012-08-30
2
-4
/
+5
*
Revert "net: disable SPDY compression."
agl@chromium.org
2012-08-29
2
-10
/
+4
*
net: disable SPDY compression.
agl@chromium.org
2012-08-28
2
-4
/
+10
*
SPDY - A histogram to track spdy versions negotiated by chrome.
rtenneti@google.com
2012-08-22
1
-0
/
+1
*
[Coverity] Pass-by-ref instead of value
groby@chromium.org
2012-08-21
2
-4
/
+5
*
WebSocket over SPDY: unit test cleanup
toyoshim@chromium.org
2012-08-21
12
-257
/
+219
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-1
/
+1
*
Disable SpdyCredentialBuilder tests with OpenSSL.
pliard@chromium.org
2012-08-17
1
-6
/
+44
*
net: workaround compression leaks
agl@chromium.org
2012-08-15
5
-56
/
+218
*
SPDY: WriteHeaders should invoke OnDataSent callback
toyoshim@chromium.org
2012-08-15
14
-30
/
+77
*
Revert "net: workaround compression leaks"
agl@chromium.org
2012-08-14
5
-218
/
+56
*
net: workaround compression leaks
agl@chromium.org
2012-08-14
5
-56
/
+218
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-9
/
+20
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
4
-34
/
+150
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
14
-16
/
+284
*
Implement TLS Channel ID support for SPDY CREDENTIAL frames
rch@chromium.org
2012-08-06
5
-53
/
+274
*
Add WriteHeaders interface to SpdySession and SpdyStream.
toyoshim@chromium.org
2012-08-03
12
-161
/
+629
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-08-03
1
-1
/
+2
*
Log SPDY request headers in URL_REQUEST events in net-internals.
pauljensen@chromium.org
2012-08-01
1
-0
/
+23
*
Simplify the EC signature creation code by moving it to a Helper.
rch@chromium.org
2012-08-01
3
-47
/
+63
*
Fix bug in SpdySession where map.erase() was called on an iterator when the u...
rch@chromium.org
2012-07-30
3
-15
/
+277
*
Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con...
rch@chromium.org
2012-07-28
3
-0
/
+216
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
4
-10
/
+10
*
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...
rch@chromium.org
2012-07-26
15
-205
/
+457
*
SPDY - minor bug fixes. Log status code for GOAWAY frames
rtenneti@google.com
2012-07-24
3
-4
/
+7
*
Modify DeterministicSocketData to verify that the sequence number of reads an...
rch@chromium.org
2012-07-21
4
-26
/
+38
*
Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
vitalybuka@chromium.org
2012-07-20
15
-456
/
+205
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-07-20
15
-205
/
+456
*
Remove most usages of scoped_ptr<*SocketData> in net unittests.
rch@chromium.org
2012-07-19
6
-966
/
+738
*
Removed redundant static settings resets.
bengr@google.com
2012-07-19
2
-4
/
+0
[next]