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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempting to re-land this feature with instrumentation to track down the use...
rch@chromium.org
2012-04-02
5
-3
/
+589
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
36
-132
/
+131
*
net: Re-enable SOCKS4 tests on Mac.
satorux@chromium.org
2012-03-30
3
-48
/
+6
*
Cache certificates as DER on all platforms.
rsleevi@chromium.org
2012-03-29
1
-4
/
+17
*
Remove unused variable 'use_alt_protocols' in http_network_layer.cc
benchan@chromium.org
2012-03-28
1
-3
/
+0
*
SPDY - add command line options - enable-npn and enable-npn-http
rtenneti@chromium.org
2012-03-28
3
-27
/
+30
*
Add a DCHECK on having headers in HttpNetworkTransaction::DoReadHeadersComplete.
gavinp@chromium.org
2012-03-27
1
-0
/
+1
*
Add Net.HttpResponseCode_Nxx_MainFrame histogram.
gavinp@chromium.org
2012-03-27
1
-0
/
+7
*
Reverting this feature, once again. *sigh*
rch@chromium.org
2012-03-26
5
-589
/
+3
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
4
-195
/
+118
*
SPDY - Added enabling of SPDY/3 and SPDY flow control to
rtenneti@chromium.org
2012-03-23
3
-20
/
+29
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
11
-364
/
+364
*
Created a new class SpdyTestStateHelper to serve as a helper to manage the st...
rch@chromium.org
2012-03-22
6
-9
/
+12
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
9
-27
/
+41
*
Increase number of max sockets per group for WebSocket connections.
yutak@chromium.org
2012-03-21
8
-39
/
+79
*
Allow broken servers to send us multiple identical Location and
mmenke@chromium.org
2012-03-21
4
-81
/
+39
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-21
1
-2
/
+3
*
Attempting to re-land the feature.
rch@chromium.org
2012-03-21
5
-3
/
+565
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
7
-13
/
+13
*
Http cache: Restart transaction after errors reading from cached
rvargas@google.com
2012-03-20
3
-12
/
+24
*
Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...
rch@chromium.org
2012-03-20
5
-565
/
+3
*
Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...
rch@chromium.org
2012-03-20
5
-3
/
+565
*
Add a new set of socket pools for WebSocket connections to HttpNetworkSession.
yutak@chromium.org
2012-03-17
6
-81
/
+170
*
Remove unused variable and method SpdySession::use_ssl_
rch@chromium.org
2012-03-16
4
-7
/
+0
*
Remove experimental support for MAC cookies
rsleevi@chromium.org
2012-03-15
3
-367
/
+0
*
Add a source id to global NetLog entries, which makes them
mmenke@chromium.org
2012-03-15
1
-3
/
+3
*
Http Cache: Add support for PUT and DELETE.
rvargas@chromium.org
2012-03-14
2
-2
/
+161
*
Make pipelining resilient to proxy changes.
simonjam@chromium.org
2012-03-13
4
-4
/
+64
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
11
-67
/
+150
*
Fix pipelining crash when send is aborted while queued.
simonjam@chromium.org
2012-03-09
2
-1
/
+31
*
[net] Replace EXPECT_EQ(true/false, ...) with EXPECT_TRUE/FALSE(...)
szym@chromium.org
2012-03-08
1
-4
/
+4
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
6
-8
/
+11
*
net: Disconnect proxy sockets that have a certificate error.
agl@chromium.org
2012-03-05
1
-0
/
+1
*
net: code style fixups - no semantic change.
agl@chromium.org
2012-03-05
1
-10
/
+15
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
7
-204
/
+20100
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-2
/
+1
*
SPDY - by default disable spdy/2.1 (flow control). It
rtenneti@chromium.org
2012-03-03
4
-38
/
+64
*
Ensure pipelined requests are sent in the same order they're queued. Also, en...
simonjam@chromium.org
2012-03-03
4
-11
/
+84
*
Add a force pipelining option to load flags.
simonjam@chromium.org
2012-03-01
24
-256
/
+899
*
Small cleanup of spdy next protocol negotiation configuration in tests.
rch@chromium.org
2012-03-01
2
-20
/
+5
*
Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...
rch@chromium.org
2012-02-28
2
-1
/
+143
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
2
-5
/
+76
*
Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Require
rch@chromium.org
2012-02-27
1
-14
/
+26
*
Minor refactor of ProxyClientSocket.
rch@chromium.org
2012-02-25
7
-78
/
+95
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
5
-590
/
+585
*
Simplify the initialization of the various NPN fields in SSLSocketDataProvider.
rch@chromium.org
2012-02-22
1
-59
/
+15
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
5
-30
/
+30
*
Send RST_STREAM on receipt of non-lowercased header names. Add new
rch@chromium.org
2012-02-17
1
-1
/
+1
*
SPDY - enable SPDY/2.1 (flow control).
rtenneti@google.com
2012-02-16
4
-31
/
+40
*
SPDY - trun off spdy/2.1 by default. It could be enabled
rtenneti@chromium.org
2012-02-14
4
-16
/
+17
[next]