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
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
3
-10
/
+97
*
Upstream: Build net_unittests for Android.
jingzhao@chromium.org
2011-11-21
1
-2
/
+2
*
Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
3
-97
/
+10
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
3
-10
/
+97
*
Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
3
-97
/
+10
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
3
-10
/
+97
*
Make ClientSocketPoolManager into an interface.
willchan@chromium.org
2011-11-17
5
-11
/
+11
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-1
/
+2
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
6
-47
/
+49
*
Remove referrer from TransportSocketParams and SOCKSSocketParams.
szym@chromium.org
2011-11-15
5
-11
/
+3
*
Persist dynamically learned SPDY settings (like CWND).
rtenneti@chromium.org
2011-11-15
7
-30
/
+55
*
Send preface-PING message once in 10 secs and send PING
rtenneti@chromium.org
2011-11-12
3
-18
/
+28
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
2
-4
/
+3
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
1
-1
/
+1
*
Merge spdy_framer changes from server.
rtenneti@chromium.org
2011-11-04
4
-769
/
+779
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
2
-5
/
+3
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
2
-3
/
+7
*
Unittest for SPDY's Failed Ping. A small test to send
rtenneti@chromium.org
2011-10-25
2
-3
/
+102
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
2
-0
/
+6
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-7
/
+8
*
Track the RTT via histograms for PING messages sent from client.
rtenneti@chromium.org
2011-10-18
2
-0
/
+18
*
Changes the sending of PING to 1 secs instead
rtenneti@chromium.org
2011-10-17
1
-2
/
+8
*
Don't send preface-PING. Send trailing ping 200ms after sending the SYN_STREAM.
rtenneti@chromium.org
2011-10-17
2
-14
/
+11
*
Removed eroneous DCHECK in CheckPingStatus
rtenneti@chromium.org
2011-10-17
1
-1
/
+0
*
Send PING to check the status of the SPDY connection.
rtenneti@chromium.org
2011-10-16
5
-5
/
+445
*
Add --use-spdy option to control initial max concurrent streams.
willchan@chromium.org
2011-10-13
2
-5
/
+15
*
Support SPDY RST_STREAM with REFUSED_STREAM status properly.
willchan@chromium.org
2011-10-13
2
-0
/
+56
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
3
-2
/
+8
*
Bump up the buffer limits for SpdyFramer.
willchan@chromium.org
2011-10-09
2
-3
/
+3
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-0
/
+1
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
13
-114
/
+114
*
Updated spdy_framer.cc with the latest code. Code for PING
rtenneti@chromium.org
2011-09-26
6
-55
/
+767
*
Add a gyp flag to enable dcheck by default in release without
nsylvain@chromium.org
2011-09-20
1
-0
/
+8
*
Revert 100691 - Mark SpdySessionPool as not threadsafe
dmazzoni@chromium.org
2011-09-12
1
-3
/
+1
*
Mark SpdySessionPool as not threadsafe
kristianm@chromium.org
2011-09-12
1
-1
/
+3
*
Change AuthChallengeInfo to better represent underlying encodings.
cbentzel@chromium.org
2011-09-12
1
-4
/
+5
*
LOG(WARNING)=>VLOG for SPDY path logging
willchan@chromium.org
2011-09-09
1
-2
/
+2
*
Exposing CloseIdleConnections in HttpCache, and close idle spdy sessions
kristianm@chromium.org
2011-09-08
4
-0
/
+129
*
Fix the string constant to be exactly 10 characters.
glider@chromium.org
2011-09-07
1
-1
/
+1
*
Remove 8 static intializers.
thakis@chromium.org
2011-09-07
1
-1
/
+1
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
1
-1
/
+1
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
11
-23
/
+25
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-6
/
+3
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-2
/
+2
*
Minor cleanup of unit tests for spdy_session_ool.
rtenneti@chromium.org
2011-07-26
2
-5
/
+3
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Changed SPDY's ip connection pooling logic to only add the used IP,
rtenneti@chromium.org
2011-07-19
4
-36
/
+39
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
2
-3
/
+3
*
Change HttpProxyClientSocket and SpdyProxyClient socket to look
rch@chromium.org
2011-07-08
2
-2
/
+2
*
Refactoring on WebSocket over SPDY unit tests
toyoshim@chromium.org
2011-07-07
4
-105
/
+163
[next]