summaryrefslogtreecommitdiff
path: root/payload_generator/full_update_generator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ScopedTempFile in unit test.Sen Jiang2018-07-031-8/+4
* update_engine: Remove the duplicate BlocksInExtentsAmin Hassani2017-12-121-3/+4
* Introduce PayloadVersion struct for version information.Alex Deymo2016-03-251-3/+5
* Fix unittest build in x86_64.Alex Deymo2016-02-161-1/+1
* Build unittests in Brillo.Alex Deymo2016-02-171-3/+3
* Split payload application code into a subdirectory.Alex Deymo2015-11-121-2/+2
* update_engine: Rename "chromeos" -> "brillo" in include paths and namespacesAlex Vakulenko2015-10-131-3/+3
* Include the major version in update_engine.confAlex Deymo2015-09-281-2/+2
* payload_generator: Remove PartitionName enum.Sen Jiang2015-09-181-1/+1
* Generate update operations per partitionSen Jiang2015-08-261-64/+54
* Re-license update_engine to Apache2Alex Deymo2015-08-191-3/+15
* update_engine: Move InstallOperation to the top level.Alex Deymo2015-08-151-4/+2
* update_engine: Change OperationsGenerator to use BlobFileWriterSen Jiang2015-08-131-6/+5
* update_engine: Implement soft/hard chunk size limits.Alex Deymo2015-07-231-8/+9
* update_engine: Fix full payload generation when using chunk_size.Alex Deymo2015-07-011-27/+73
* update_engine: Remove rootfs_mountpt from ImageConfig.Alex Deymo2015-06-121-9/+9
* update_engine: Refactor OperationsGenerator into a base class.Alex Deymo2015-03-271-20/+18
* update_engine: Refactor operation generation methods.Alex Deymo2015-03-131-0/+1
* update_engine: Refactor payload generation request args in a class.Alex Deymo2015-03-121-29/+33
* update_engine: replace std::vector<char> with chromeos::BlobAlex Vakulenko2015-02-111-2/+2
* Include the implemented header first in all projects.Alex Deymo2014-11-121-1/+2
* update_engine: Move test-only utils to test_utils.{h,cc}.Alex Deymo2014-11-121-2/+3
* update_engine: Replace NULL with nullptrAlex Vakulenko2014-09-011-2/+2
* update_engine: fixed warnings from cpplintAlex Vakulenko2014-06-181-1/+1
* Move payload generator files to payload_generator/ directory.Alex Deymo2014-05-191-0/+91