summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-221-17/+11
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-173-5/+5
* Convert crypto::ScopedOpenSSL to type aliases.davidben2015-02-211-16/+16
* Add net/ssl/scoped_openssl_types.h.davidben2015-02-201-5/+3
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-3/+1
* Reland rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-201-0/+1
* Revert of Rewrite clipboard write IPC handling to be easier to understand. (p...sky2014-11-191-1/+0
* Rewrite clipboard write IPC handling to be easier to understand.dcheng2014-11-191-0/+1
* Componentize renderer side of DNS prefetching.gunsch2014-11-182-30/+0
* Cleanup: Remove unneeded path_service.h includes in base and chrome.thestig2014-11-061-1/+0
* Fix OpenSSL x509 unit test build breakage by adding a missing getter for a sc...kmarshall2014-10-301-1/+1
* Update PRESUBMIT files for first round of ng trybotsPaweł Hajdan, Jr2014-10-301-22/+0
* Convert manually triggered try runs to use bots without _swarming prefix.John Abd-El-Malek2014-10-221-3/+3
* OWNERS updates - willchan on extended leavewillchan2014-10-171-1/+3
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/.viettrungluu2014-10-161-3/+3
* Componentize NetErrorHelperCorehashimoto2014-10-153-141/+1
* Regenerate the long-lived test certificates to use SHA-256rsleevi2014-09-261-40/+40
* Remove clipboard argument from ScopedClipboardWriter constructor.dcheng2014-09-172-12/+4
* Pull buildtools to get GN 295140brettw2014-09-171-12/+4
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-08-261-3/+3
* Fix webui cert viewer showing wrong cert chain on NSS and no chain on OpenSSL.mattm@chromium.org2014-08-153-37/+0
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-133-5/+5
* Update presubmit files to send windows tryjobs to swarming bots, now that the...jam@chromium.org2014-08-131-1/+1
* Fix x509_certificate_model_openssl.cc to use BoringSSL.agl@chromium.org2014-08-121-28/+29
* Update manually triggered try jobs to use swarming for ChromeOS and Mac since...jam@chromium.org2014-08-071-1/+1
* Extract ScopedTestNSSDB from nss_util.pneubeck@chromium.org2014-07-281-13/+11
* Update masters after the tryserver split.sergeyberezin@chromium.org2014-07-261-2/+6
* Remove the deprecated NSSCertDatabase::GetInstance() .pneubeck@chromium.org2014-07-251-4/+18
* Switch to BoringSSL.davidben@chromium.org2014-07-221-1/+1
* x509_certificate_model_openssl: implement ProcessRawBitsSignatureWrapmattm@chromium.org2014-07-102-2/+26
* Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations.rsleevi@chromium.org2014-07-101-22/+24
* x509_certificate_model_openssl: implement ProcessSubjectPublicKeyInfomattm@chromium.org2014-07-102-2/+78
* x509_certificate_model_openssl: implement ProcessSecAlgorithm functions.mattm@chromium.org2014-07-072-6/+35
* x509_certificate_model_openssl: implement GetCMSStringmattm@chromium.org2014-07-022-2/+74
* Remove x509_certificate_model::GetDerString, use X509Certificate::GetDEREncod...mattm@chromium.org2014-06-273-11/+0
* Minor fix for the Windows GN build.brettw@chromium.org2014-06-261-1/+2
* x509_certificate_model_openssl: implement GetExtensionsmattm@chromium.org2014-06-242-11/+1074
* Work toward a chrome/common GN target.brettw@chromium.org2014-06-201-1/+1
* Add GN build for some chrome common, chrome net, and resources targets.brettw@chromium.org2014-06-161-0/+71
* Componentize URLFixerUpper.blundell@chromium.org2014-06-123-1249/+0
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-8/+7
* Remove mistakenly-added filesblundell@chromium.org2014-06-092-29/+0
* Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper)blundell@chromium.org2014-06-082-0/+29
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-051-3/+3
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-282-7/+7
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-272-6/+0
* x509_certificate_model_openssl: implement GetCertNameOrNickname, GetTitlemattm@chromium.org2014-05-262-4/+85
* Add chrome/common/net/OWNERS, chrome/third_party/mozilla_security_manager/OWNERSmattm@chromium.org2014-05-191-0/+14
* x509_certificate_model: remove unused code, move nss-only stuff out of public...mattm@chromium.org2014-05-153-124/+14
* Add an about:blank URLFixerUpperTest test case; cleanup.msw@chromium.org2014-05-101-131/+102