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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when
darin@chromium.org
2011-07-20
1
-5
/
+3
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
3
-24
/
+14
*
Detect when the disabled SSL/TLS cipher suites change within an SSLConfig
rsleevi@chromium.org
2011-07-20
3
-11
/
+128
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
8
-21
/
+67
*
Cookie transfer for initial account creation case on ChromeOS.
zelidrag@chromium.org
2011-07-20
3
-1
/
+61
*
Add basic support for parsing SSL/TLS cipher suite strings.
rsleevi@chromium.org
2011-07-20
3
-2
/
+57
*
Merge upstream NSS changes from the cached info extension.
rkn@chromium.org
2011-07-19
6
-11
/
+220
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
26
-26
/
+26
*
Changed SPDY's ip connection pooling logic to only add the used IP,
rtenneti@chromium.org
2011-07-19
6
-40
/
+91
*
Implementation of server socket for websockets protocol.
dilmah@chromium.org
2011-07-19
8
-11
/
+1581
*
Disk cache: Perform additional verifications of the key
rvargas@google.com
2011-07-19
4
-12
/
+65
*
Http cache: Add more documentation to the http cache transaction
rvargas@google.com
2011-07-19
2
-18
/
+80
*
Implement GetSubjectAltName on all platforms
joth@chromium.org
2011-07-19
6
-141
/
+147
*
Revert "Implementation of server socket for websockets protocol."
dilmah@chromium.org
2011-07-19
8
-1575
/
+11
*
Implementation of server socket for websockets protocol.
dilmah@chromium.org
2011-07-19
8
-11
/
+1575
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
4
-28
/
+126
*
Cache the underlying OS certificate handle within the X509CertificateCache, r...
rsleevi@chromium.org
2011-07-19
12
-316
/
+208
*
DnsTransaction: added NetLog support.
agayev@chromium.org
2011-07-19
5
-10
/
+163
*
mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on linux ...
tim@chromium.org
2011-07-19
1
-2
/
+2
*
Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIA
wtc@chromium.org
2011-07-18
1
-0
/
+1
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
9
-3
/
+30
*
Fix typo in net/base/net_api.h
rch@chromium.org
2011-07-18
1
-1
/
+1
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
7
-27
/
+27
*
DnsTransaction: added a delegate interface.
agayev@chromium.org
2011-07-18
13
-223
/
+450
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
4
-9
/
+4
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
3
-5
/
+9
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
11
-64
/
+33
*
Add client-side support for the origin bound certificate TLS extension.
rkn@chromium.org
2011-07-14
6
-4
/
+109
*
Fix memory leak in URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailed
battre@chromium.org
2011-07-14
1
-3
/
+3
*
Unit testing of event generation NetworkDelegate / Web Request API
battre@chromium.org
2011-07-14
5
-163
/
+447
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
13
-25
/
+29
*
Revert 92511 - Make the URLRequestContext constant
battre@chromium.org
2011-07-14
13
-29
/
+25
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
13
-25
/
+29
*
Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...
rsleevi@chromium.org
2011-07-14
1
-1
/
+1
*
Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on ChromeOS
rsleevi@chromium.org
2011-07-14
1
-2
/
+3
*
Nix CommandLine::GetSwitchCount.
msw@chromium.org
2011-07-13
1
-2
/
+1
*
Add content-security-policy to chrome://view-http-cache, and move scripts to ...
tsepez@chromium.org
2011-07-13
1
-1
/
+3
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
3
-23
/
+4
*
Export some functions to fix component build for chromeos.
sadrul@chromium.org
2011-07-13
1
-1
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-13
1
-4
/
+5
*
Disk cache: detect block files that are shorter than expected
rvargas@google.com
2011-07-13
6
-5
/
+39
*
Make MultiThreadedProxyResolver resistant to crashes when leaked.
willchan@chromium.org
2011-07-13
1
-6
/
+7
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
8
-53
/
+211
*
Rewrite the name verifier using CanonicalizeHost
joth@chromium.org
2011-07-13
2
-72
/
+48
*
Revert 92331 - Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
8
-209
/
+53
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
8
-53
/
+209
*
Revert "Add COMPONENT_BUILD global define. "
yurys@chromium.org
2011-07-13
3
-4
/
+23
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
3
-23
/
+4
*
Linux Cert manager: improve PKCS #12 import error messages.
mattm@chromium.org
2011-07-13
3
-7
/
+64
*
Enhancements to the about://appcache-internals pages.
michaeln@google.com
2011-07-12
2
-37
/
+44
[next]