gecko-dev/modules/libmar
Tom Ritter 24a5f680de Bug 1392626 Fix warning about unused consoleName r=rstrong
MozReview-Commit-ID: IRPnvHfELqs

--HG--
extra : rebase_source : 3618723f3650185592b2db56deec9bd55df9b5a7
2017-08-22 09:09:59 -05:00
..
sign Bug 1392626 Fix warning about unused consoleName r=rstrong 2017-08-22 09:09:59 -05:00
src Bug 641212 - use lzma compression for application update. Part 2 - add xe-embedded decompression support to the updater. r=mhowell, , a=app_update_lzma 2017-07-30 23:27:00 -07:00
tests Bug 1105689 - use SHA384 certificates to sign app update mar files. Part 3 - libmar test extracted SHA384 signatures from the test mar files. r=mhowell, a=app_update_sha384 2017-07-30 23:27:36 -07:00
tool Bug 1338086 - Remove useless else blocks in order to reduce complexity modules/libmar/ r=mhowell 2017-02-09 10:54:04 +01:00
verify Bug 1105689 - use SHA384 certificates to sign app update mar files. Part 1 - convert the libmar code from SHA1 to SHA384. r=mhowell, r=spohl, a=app_update_sha384 2017-07-30 23:27:27 -07:00
README
moz.build Bug 1345618 - add BUG_COMPONENT to modules/* files. r=jfkthame,mcmanus,rstrong 2017-03-09 05:33:31 -05:00

README

This directory contains code for a simple archive file format, which
is documented at http://wiki.mozilla.org/Software_Update:MAR

The src directory builds a small static library used to create, read, and
extract an archive file.  The tool directory builds a command line utility
around the library.