summaryrefslogtreecommitdiffstats
path: root/tools/applypatch
Commit message (Expand)AuthorAgeFilesLines
* relocate applypatch; check patch integrityDoug Zongker2010-02-1917-3872/+0
* change incremental OTA file install orderDoug Zongker2010-02-121-1/+1
* retry patch using cache if in-place write failsDoug Zongker2010-02-025-239/+282
* Fix the build. imgdiff.c needed #include <sys/types.h>.Jeff Hamilton2009-09-251-0/+1
* add missing include directoryDoug Zongker2009-09-251-1/+1
* integrate bsdiff into imgdiff, instead of using subprocessDoug Zongker2009-09-254-259/+647
* do a pass of normal-chunk-merging before comparing src and tgt filesDoug Zongker2009-09-021-0/+23
* applypatch changes for patching recovery imageDoug Zongker2009-07-225-57/+89
* better patching for zip filesDoug Zongker2009-07-208-203/+906
* handle identical gzip chunks betterDoug Zongker2009-07-151-5/+99
* remove some accidentally-submitted debug loggingDoug Zongker2009-07-011-8/+0
* make applypatch into a static libraryDoug Zongker2009-06-124-18/+116
* support incremental updates of boot imageDoug Zongker2009-06-022-58/+178
* add support for reading MTD partitions to applypatchDoug Zongker2009-06-013-8/+215
* new image diffing tool and support for image patches in applypatchDoug Zongker2009-05-287-28/+890
* allow separate source and target files for applypatchDoug Zongker2009-05-082-46/+140
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-0/+1215
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-1215/+0
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-207-224/+40
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-1511-0/+1399