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
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
3
-4
/
+8
*
Revert 57100 - Only create the backup ConnectJob when it is needed.
thestig@chromium.org
2010-08-23
2
-215
/
+188
*
Only create the backup ConnectJob when it is needed.
willchan@chromium.org
2010-08-23
2
-188
/
+215
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
2
-3
/
+0
*
Reintegrate certificate selection in HttpNetworkTransaction DoLoop
davidben@chromium.org
2010-08-21
1
-2
/
+56
*
net: expect MITM attacks with HTTP proxies and command line flag.
agl@chromium.org
2010-08-19
1
-1
/
+2
*
FBTF: Remove unnecessary STL #includes from src/net.
viettrungluu@chromium.org
2010-08-19
1
-1
/
+0
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-13
/
+0
*
Add a command-line flag to disable SSL/TLS False Start
davidben@chromium.org
2010-08-18
1
-2
/
+5
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
1
-1
/
+1
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
2
-2
/
+424
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
3
-8
/
+4
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
3
-4
/
+8
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
1
-98
/
+55
*
Clean up the client certificate filtering code on Linux
davidben@chromium.org
2010-08-17
1
-29
/
+26
*
Revert 56384 - Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-0
/
+6
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-6
/
+0
*
More uninitialized class member vars.
finnur@chromium.org
2010-08-17
3
-5
/
+8
*
Revert the workaround for servers that use tiny DH keys.
wtc@chromium.org
2010-08-17
1
-1
/
+3
*
Fix a bug in the mock sockets. For SSL sockets, when they were
mbelshe@chromium.org
2010-08-16
1
-2
/
+2
*
Fix check for whether we need to consider client auth as part
mbelshe@chromium.org
2010-08-13
2
-2
/
+2
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
2
-0
/
+2
*
net: add embedded DNSSEC chain support.
agl@chromium.org
2010-08-11
2
-1
/
+84
*
Update to NSS 3.12.7 and NSPR 4.8.6 (original review URL
wtc@chromium.org
2010-08-11
1
-0
/
+5
*
Remove a bunch of extra includes.
vandebo@chromium.org
2010-08-11
4
-8
/
+16
*
Filter out certificates that cannot be used as client certs on Windows
davidben@chromium.org
2010-08-10
2
-0
/
+71
*
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
[next]