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
*
Revert 107679 - Broke https for appspot.com - http://crbug.com/102507
rsleevi@chromium.org
2011-11-02
2
-41
/
+10
*
Disk cache: Add stress_support.h to net.gyp
rvargas@google.com
2011-11-01
1
-0
/
+1
*
Correctly create a new stream when the server requires authentication.
simonjam@chromium.org
2011-11-01
1
-2
/
+4
*
Histogram how often IDENT_SRC_URL is used.
tsepez@chromium.org
2011-11-01
1
-0
/
+1
*
Disk Cache: Remove "invalidating iterator" message from
rvargas@google.com
2011-11-01
1
-1
/
+1
*
A quick fix for Mac GCC.
hbono@chromium.org
2011-11-01
2
-2
/
+2
*
Fix X509CertificateTest.SerialNumbers on OpenSSL builds after http://crrev.co...
joth@chromium.org
2011-11-01
1
-5
/
+14
*
Consider the signature algorithms of incomplete chains on Windows
rsleevi@chromium.org
2011-11-01
2
-9
/
+18
*
Add unittests for the detection of md[2,4,5] when verifying certificates
rsleevi@chromium.org
2011-11-01
13
-9
/
+733
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
10
-33
/
+44
*
Don't convert HEAD requests to GETs on 303 redirects.
mmenke@chromium.org
2011-11-01
3
-58
/
+74
*
Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and...
rsleevi@chromium.org
2011-11-01
5
-55
/
+147
*
Separate the syncing of extension settings and app settings into separate data
kalman@chromium.org
2011-11-01
1
-3
/
+9
*
Report second-level domains for UMA on pin failure.
palmer@chromium.org
2011-10-31
3
-135
/
+253
*
net: retain leading zero bytes in X.509 serial numbers.
agl@chromium.org
2011-10-31
8
-284
/
+30
*
Fix the "certificate is not yet valid" error for server certificates
wtc@chromium.org
2011-10-29
13
-3
/
+451
*
Disk Cache: Supress tsan warnings for BackendTrimInvalidEntry2
rvargas@google.com
2011-10-29
1
-0
/
+4
*
Fix pipelining crash on canceled user callbacks.
simonjam@chromium.org
2011-10-28
3
-10
/
+80
*
net: add missing return value in SSL_SetNextProtoCallback
agl@chromium.org
2011-10-28
3
-19
/
+33
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
78
-601
/
+564
*
Use text/plain as a test MIME type instead of application/pdf for NetUtilTest...
asanka@chromium.org
2011-10-28
1
-3
/
+3
*
Disallow wildcards from matching top-level registry controlled domains during...
rsleevi@chromium.org
2011-10-28
2
-10
/
+41
*
Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky on lin...
eroman@chromium.org
2011-10-28
1
-1
/
+5
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
12
-9
/
+122
*
Make RegistryControlledDomainService a static-function container class, rathe...
rsleevi@chromium.org
2011-10-27
3
-119
/
+59
*
Disk cache: Fix the synchronization of BackendTrimInvalidEntry2.
rvargas@google.com
2011-10-26
1
-0
/
+2
*
Disk cache: Make sure that we don't keep looping trying
rvargas@google.com
2011-10-26
3
-45
/
+55
*
Preserve non-POST methods on 301/302 requests.
mmenke@chromium.org
2011-10-26
8
-33
/
+100
*
NSS: update NPN patch to fix comment style and ssl.def.
agl@chromium.org
2011-10-25
3
-13
/
+15
*
exclude the linux files that are not needed on openbsd
robert.nagy@gmail.com
2011-10-25
1
-6
/
+7
*
Fix redux build
joth@chromium.org
2011-10-25
3
-0
/
+3
*
net: enable CRL sets behind a command line flag.
agl@chromium.org
2011-10-25
19
-47
/
+177
*
Revert 107075 - Disallow wildcards from matching top-level registry controlle...
achuith@chromium.org
2011-10-25
2
-41
/
+10
*
Disallow wildcards from matching top-level registry controlled domains during...
rsleevi@chromium.org
2011-10-25
2
-10
/
+41
*
Treat an invalid key usage as an invalid certificate when using OpenSSL
rsleevi@chromium.org
2011-10-25
1
-2
/
+1
*
Fix a potential CFRelease(NULL).
thakis@chromium.org
2011-10-25
1
-2
/
+5
*
Unittest for SPDY's Failed Ping. A small test to send
rtenneti@chromium.org
2011-10-25
2
-3
/
+102
*
A build fix for Mac GCC.
hbono@chromium.org
2011-10-25
1
-2
/
+2
*
Upgrade DevTools WebSocket server implementation from Hybi10 to Hybi17.
loislo@chromium.org
2011-10-24
1
-23
/
+14
*
Use a better error code for when an extension blocks a network request using
mpcomplete@chromium.org
2011-10-21
1
-0
/
+3
*
Address some extra review comments in IOBuffer's documentation.
eroman@chromium.org
2011-10-21
1
-8
/
+5
*
Refactor: Remove HostResolver::GetAsHostResolverImpl()
cbentzel@chromium.org
2011-10-21
6
-29
/
+13
*
base::Bind conversion for file_stream_posix.cc.
adamk@chromium.org
2011-10-21
1
-18
/
+20
*
base::Bind conversion for trivial cases in net/base.
adamk@chromium.org
2011-10-20
6
-42
/
+42
*
OpenBSD patches for net, split from CR #8275005
robert.nagy@gmail.com
2011-10-20
7
-6
/
+32
*
Disk cache: Add another timming histogram.
rvargas@google.com
2011-10-20
2
-1
/
+19
*
Expected version of WebSocket was adjusted for hybi17 that was introduced at ...
loislo@chromium.org
2011-10-20
1
-1
/
+1
*
Allow CookieStorage implementations other than CookieMonster.
droger@google.com
2011-10-20
2
-20
/
+23
*
Disk cache: Update stress_cache to perform deeper testsing.
rvargas@google.com
2011-10-20
12
-39
/
+242
*
Disk cache: Fix the sanity check for entries with keys of 16KB.
rvargas@google.com
2011-10-20
2
-2
/
+10
[next]