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
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
More metrics for proxy connections impact A/B test.
ziadh@chromium.org
2010-08-09
2
-1
/
+32
*
Add rudimentary support for client auth in testserver.py and unit tests
davidben@chromium.org
2010-08-07
1
-0
/
+50
*
Reland 54771 (and 54795) To enable TCP Preconnection by default
jar@chromium.org
2010-08-06
5
-7
/
+126
*
Fix crash during SSL client auth
davidben@chromium.org
2010-08-05
1
-1
/
+3
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
2
-0
/
+6
*
Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default
dhollowa@chromium.org
2010-08-05
5
-125
/
+7
*
Reland 54771 (and 54795) To enable TCP Preconnection by default
jar@chromium.org
2010-08-05
5
-7
/
+125
*
Revert 54771 - Enable speculative preconnection by default
jar@chromium.org
2010-08-04
4
-120
/
+7
*
Revert 54795 - Initialize was_ever_connected_ in ClientSocket.
jar@chromium.org
2010-08-04
1
-2
/
+1
*
Fix the comments in the SslClientSocket subclasses
rch@chromium.org
2010-08-03
3
-3
/
+3
*
Make Chrome capable of advertising spdy version 1.
mbelshe@chromium.org
2010-08-03
1
-3
/
+8
*
Initialize was_ever_connected_ in ClientSocket.
cbentzel@chromium.org
2010-08-03
1
-1
/
+2
*
Enable speculative preconnection by default
jar@chromium.org
2010-08-03
4
-7
/
+120
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
2
-0
/
+2
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
7
-293
/
+71
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
7
-70
/
+293
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
1
-1
/
+0
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
1
-0
/
+1
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-1
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-3
/
+5
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
1
-7
/
+9
*
Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-07-30
7
-293
/
+70
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
1
-4
/
+4
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
3
-6
/
+9
*
Don't cancel outstanding connect jobs when "flushing" socket pool.
eroman@chromium.org
2010-07-29
1
-1
/
+0
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
3
-12
/
+13
*
Add CHECKs to help track down the crash in http://crbug.com/49862.
wtc@chromium.org
2010-07-27
1
-0
/
+2
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
23
-0
/
+23
*
Remove some dead SPDY code.
agl@chromium.org
2010-07-26
1
-14
/
+1
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
3
-26
/
+42
*
Obtain the cipher suite from the Mac Secure Transport and
wtc@chromium.org
2010-07-23
2
-1
/
+22
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
2
-2
/
+2
*
Fix idle socket cleanup code path.
vandebo@chromium.org
2010-07-22
2
-1
/
+14
*
GTTF: Move net/socket/ssl_test_util to net/test/test_server
phajdan.jr@chromium.org
2010-07-21
3
-564
/
+1
*
Fix tsan failure in SpdyStreamTest.
ukai@chromium.org
2010-07-20
1
-1
/
+1
*
Fix some network counters to work on linux/mac.
mbelshe@chromium.org
2010-07-19
1
-0
/
+9
*
net: add ciphersuite and compression to the SSL connection status.
agl@chromium.org
2010-07-18
1
-0
/
+9
*
Add a command line flag to change the default number of parallel DNS requests...
eroman@chromium.org
2010-07-17
4
-5
/
+10
*
Fix crash in SSLClientSocketPool:GetLoadState
vandebo@chromium.org
2010-07-17
2
-1
/
+7
*
Fix crash bug in new SSLClientSocketPool.
vandebo@chromium.org
2010-07-16
6
-45
/
+47
*
Make Objective-C++ compiler happy with net/socket/ssl_test_util.h
suzhe@chromium.org
2010-07-16
1
-1
/
+1
*
Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.
willchan@chromium.org
2010-07-15
14
-125
/
+161
*
Fix bad merge in ClientSocketPoolBaseHelper.
vandebo@chromium.org
2010-07-15
1
-6
/
+0
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
27
-85
/
+1858
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
11
-291
/
+281
*
Put HttpProxyClientSocket into a pool.
vandebo@chromium.org
2010-07-12
8
-133
/
+243
*
Fix a race condition in the unit test. The MockPending jobs actually
mbelshe@chromium.org
2010-07-12
1
-1
/
+8
*
Plumb SSL connection information into the PageInfo model.
agl@chromium.org
2010-07-12
3
-0
/
+25
*
Attempt to fix flakey test.
mbelshe@chromium.org
2010-07-11
1
-3
/
+8
*
Reland 51081:
mbelshe@chromium.org
2010-07-11
4
-307
/
+387
[next]