summaryrefslogtreecommitdiffstats
path: root/omaha_request_params.cc
Commit message (Expand)AuthorAgeFilesLines
* update_engine: Run clang-format on ./ (root directory)Amin Hassani2019-01-161-2/+2
* update_engine: fix englishXiaochu Liu2018-11-271-1/+1
* update_engine: support downloading DLCXiaochu Liu2018-10-121-0/+4
* update-engine: Remove code for AUE'd boardsThiemo Nagel2018-06-131-10/+4
* Also set system version to ForcedUpdate.Sen Jiang2018-03-071-2/+6
* Always powerwash on channel change if arbitrary channel allowed.Sen Jiang2018-02-081-6/+12
* Make sure channel ends with -channel.Sen Jiang2018-01-311-12/+31
* Allow arbitrary channels in Android.Sen Jiang2018-01-261-1/+1
* Report system_version in os version.Sen Jiang2017-07-111-1/+4
* update_engine: Update libchrome APIs to r369476Alex Vakulenko2016-01-201-6/+11
* Split payload application code into a subdirectory.Alex Deymo2015-11-121-4/+4
* Return the error reason to the caller of SetTargetChannel.Alex Deymo2015-11-091-3/+21
* Fix use-after-free in unittest setup code.Alex Deymo2015-10-231-0/+5
* Read ProductId, ProductVersion and Channel setting in Brillo.Alex Deymo2015-10-161-145/+37
* update_engine: Rename "chromeos" -> "brillo" in include paths and namespacesAlex Vakulenko2015-10-131-3/+3
* Set default updater URL and version per platform.Alex Deymo2015-09-161-10/+7
* Re-license update_engine to Apache2Alex Deymo2015-08-191-3/+15
* platform2: Fix issues with new version of libchromeAlex Vakulenko2015-06-171-7/+6
* update_engine: fix -Wbraced-scalar-init warning.Yunlian Jiang2015-03-171-3/+2
* update_engine: Allow `cros flash` on base images.David Pursell2014-12-091-13/+21
* update_engine: Fix all the "using" declaration usage.Alex Deymo2014-11-011-6/+6
* Move KeyValueStore to libchromeosAlex Deymo2014-09-241-6/+6
* Update code to include base/files/file_util.hBen Chan2014-09-091-1/+1
* update_engine: Replace NULL with nullptrAlex Vakulenko2014-09-011-8/+8
* update_engine: fixed warnings from cpplintAlex Vakulenko2014-06-181-4/+4
* Revisit the simple_key_value_store into a class.Alex Deymo2014-04-181-16/+11
* update_engine: update to libbase 242728Alex Vakulenko2014-03-271-4/+4
* Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface.J. Richard Barnette2013-10-301-1/+2
* Move simple firmware related queries into HardwareInterface.J. Richard Barnette2013-10-301-3/+4
* Split GetECVersion to allow saner unit testing.J. Richard Barnette2013-10-281-1/+1
* Remove all mentions of Set/Get Track and hard-coding of canary-channel.Chris Sosa2013-08-051-17/+0
* Add EC and Firmware Versions to the Omaha Response.Chris Sosa2013-06-031-0/+16
* Add update reboot metric to the update engine.Chris Sosa2013-04-221-2/+3
* Support changing from non-canary to canary channel in update engine.Jay Srinivasan2013-04-021-5/+13
* Cancel the current download if user chooses a different channel.Jay Srinivasan2013-03-281-33/+19
* Enhanced channel changing behaviorJay Srinivasan2013-03-181-98/+182
* AU: add an interactive flag to Omaha requestsGilad Arnold2013-01-171-3/+8
* Segregate UMA metrics for production scenarios from test scenarios.Jay Srinivasan2013-01-111-2/+2
* Fixes to utility / unit test related code.Gilad Arnold2012-07-191-1/+1
* Add the dogfood-channel to the list of channels we forward to Omaha.Don Garrett2012-03-221-2/+3
* Update engine should use the release channel policy if it exists.Patrick Dubroy2011-08-041-10/+19
* AU: Use crossystem hwid to obtain the hardware class.Darin Petkov2011-05-171-15/+2
* AU: stable channelAndrew de los Reyes2011-04-121-0/+1
* AU: Don't allow stateful /etc/lsb-release override in normal boot mode...Darin Petkov2011-01-101-15/+20
* AU: Don't allow deltas if the rootfs track is different than the request track.Darin Petkov2010-11-151-15/+44
* AU: Allow override of "appid" through the lsb-release file.Darin Petkov2010-11-151-1/+3
* AU: Add test-channel to the list of valid tracks.Darin Petkov2010-11-051-2/+14
* AU: Implement getting of tracks through GetTrack.Satoru Takabayashi2010-10-271-0/+7
* AU: Implement switching of tracks through SetTrack.Darin Petkov2010-10-251-10/+66
* Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request.Darin Petkov2010-07-291-0/+14