summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-172-5/+13
* Follow up to r69305agl@chromium.org2010-12-171-1/+1
* Create self signed X509 certificatehclam@chromium.org2010-12-173-0/+150
* FTP: Fix Windows directory listing parser for empty file names.phajdan.jr@chromium.org2010-12-172-7/+45
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-1723-41/+450
* net: Add namespace net to more files.tfarina@chromium.org2010-12-175-20/+32
* net::DirectoryLister: mark another buggy use of IOevan@chromium.org2010-12-171-0/+3
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-163-8/+11
* Almost done deinlining virtual methods.erg@google.com2010-12-1617-18/+97
* Make sure test server use right mime for exe.lzheng@chromium.org2010-12-161-2/+3
* Don't use large SSL_Write() calls, as they lead to large SSL recordsmbelshe@chromium.org2010-12-161-13/+29
* Revert "net: enable SSLHostInfo by default."agl@chromium.org2010-12-162-6/+4
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-162-4/+6
* Cache certificate verification results in memory.wtc@google.com2010-12-1651-198/+1091
* Fix openssl x509 cert to use GetInstancejoth@chromium.org2010-12-161-1/+1
* Revert 69356 - Regenerate the root certificate and end-entity certificates us...rsleevi@chromium.org2010-12-1611-478/+125
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2010-12-1611-125/+478
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-1618-331/+784
* Temporarily whitelist DirectoryLister, which is blocking the IO thread.willchan@chromium.org2010-12-161-0/+4
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* net: update the DNS provenance hostagl@chromium.org2010-12-151-1/+1
* net: fix callbacks in DiskCacheBasedSSLHostInfoagl@chromium.org2010-12-152-28/+79
* net: fix verification merge savings calculations.agl@chromium.org2010-12-153-2/+11
* net: Switch SSLHostInfo to using Pickle.agl@chromium.org2010-12-155-126/+81
* net: Add namespace net to URLRequestErrorJob.tfarina@chromium.org2010-12-153-7/+15
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-152-9/+15
* Fix HttpListenSocket.willchan@chromium.org2010-12-141-1/+1
* Increase the initial spdy concurrent stream limit to 10mbelshe@chromium.org2010-12-141-1/+1
* Temporarily allow IO when loading shared GSSAPI librarycbentzel@chromium.org2010-12-141-0/+5
* Fix openssl after singleton refactorjoth@chromium.org2010-12-143-10/+15
* Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.achuith@chromium.org2010-12-141-0/+1
* Explicitly ignore return value of sk_SSL_COMP_delete.hans@chromium.org2010-12-141-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-1415-90/+119
* Deinline even more destructors.erg@google.com2010-12-1412-17/+40
* Even more virtual method deinlining.erg@google.com2010-12-1312-27/+55
* Track the amount of time chrome spends verifying the certificate.mbelshe@chromium.org2010-12-132-1/+15
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-139-12/+101
* flip_in_mem_edsm_server: Fix friend declaration.hans@chromium.org2010-12-131-6/+6
* balsa_headers.h: remove redundant idx_ tests.hans@chromium.org2010-12-131-5/+2
* Don't ignore return value from HANDLE_EINTR(close(...))hans@chromium.org2010-12-131-1/+1
* net: Add namespace net to URLRequestHttpJob.tfarina@chromium.org2010-12-135-158/+169
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-5/+5
* Widen file access restriction suppressions in SSLConfigServiceWin. Changing t...rsleevi@chromium.org2010-12-121-0/+2
* net: Add namespace net to URLRequestDataJob.tfarina@chromium.org2010-12-123-9/+14
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-123-33/+41
* net: Add namespace net to URLRequestFtpJob.tfarina@chromium.org2010-12-123-45/+53
* net: Add namespace net to URLRequestAboutJob.tfarina@chromium.org2010-12-113-8/+16
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-1115-119/+90
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-1126-91/+91