summaryrefslogtreecommitdiffstats
path: root/components/update_client
Commit message (Expand)AuthorAgeFilesLines
* Send the value of google_brand::GetBrand in component update checks.sorin2016-03-238-4/+95
* Move CUP to new component client_update_protocolmab2016-03-177-586/+9
* Switch SignatureVerifier to taking an algorithm enum.davidben2016-03-032-20/+3
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-255-1/+15
* Implement CUP signing in UpdateClient.sorin2016-02-1717-138/+348
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Remove unnecessary compiler_specific.h header.sorin2016-02-089-9/+0
* Verify the SHA256 hash of component update payloads.sorin2016-02-0317-183/+449
* Add the CUP-ECDSA implementation in update_client.sorin2016-02-024-0/+571
* Implement Windows GPO support for "dlpref".sorin2016-01-2610-5/+86
* Comparison and streaming operators for base::Versionrobpercival2016-01-251-24/+24
* Implements an UpdateClient::SendUninstallPing API for thesorin2016-01-149-11/+130
* components: fix the inclusion of some header filestfarina2016-01-111-1/+2
* Change const Configurator& with scoped_refptr<Configurator>.sorin2016-01-0912-72/+87
* Remove update_client dependency on base/uisorin2015-12-283-3/+0
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-268-39/+42
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-2515-2/+22
* Reland of Tests: Simplify SequencedWorkerPoolOwner, call Shutdown on destruct...tapted2015-12-031-27/+0
* Revert of Tests: Simplify SequencedWorkerPoolOwner, call Shutdown on destruct...tapted2015-12-031-0/+27
* Tests: Simplify SequencedWorkerPoolOwner, call Shutdown on destructor.tommycli2015-12-021-27/+0
* Run gn --format over all .gn filesagrieve2015-11-201-4/+4
* Reland of Change the update_client task runner behavior to continue on shutdo...sorin2015-11-136-21/+74
* Revert of Change the update_client task runner behavior to continue on shutdo...sorin2015-11-126-74/+21
* Change the update_client task runner behavior to continue on shutdown.sorin2015-11-116-21/+74
* Refactor update_client to eliminate banned C++11 library features.sorin2015-11-051-1/+1
* Remove std::bind2nd uses.vmpstr2015-10-311-16/+21
* Fix a bug where a task dequeued from the pending tasks is not inserted in the...sorin2015-10-302-8/+15
* Fix task concurrency in components/update_clientsorin2015-10-309-28/+168
* The previous code had a bug which resulted in EndDownload beingsorin2015-10-272-47/+68
* Use the blocking pool for BITS background downloader.sorin2015-10-2613-159/+246
* Add more components to "gn check"brettw2015-10-221-1/+3
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-162-2/+2
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-1/+2
* Change CRX update items to "no update" state on error during the update check.bauerb2015-10-021-0/+3
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Move `gn check` into the `generate_build_files` step.dpranke2015-09-181-0/+1
* Prevent crash in UpdateClient when passed an empty list of idsasargent2015-09-092-1/+64
* Cleanup explicit base dependency from DEPS files of all components that had it.eranm2015-09-041-1/+0
* Sync remaining components_unittests with GNbrettw2015-08-261-0/+1
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Revert of base: Remove using:: declaration from version.h header. (patchset #...thakis2015-08-197-25/+25
* base: Remove using:: declaration from version.h header.tfarina2015-08-197-25/+25
* Add missing keyword.sorin2015-08-181-1/+1
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Move ValidateSignature logic for crx files to the CrxFile classasargent2015-07-271-78/+13
* remove xmlCleanupGlobals call from update_client testsorin2015-07-161-2/+0
* Fix some clang warnings with -Wmissing-braces in components.dcheng2015-07-061-2/+2
* Remove dead code update_client::Configurator::UrlSizeLimitsorin2015-06-093-8/+0
* Handle the case when ChromeConfigurator::UpdateUrl returns no urls.sorin2015-06-094-61/+90
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1