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