gecko-dev/modules/libmar
Victor Porof 8c3cfe4881 Bug 1561435 - Format modules/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35916

--HG--
extra : source : 3faab607a196e49a51059a8639b8e44afb078edc
2019-07-05 10:54:01 +02:00
..
sign Bug 1514532 - followup comment format fix. r=me 2018-12-17 11:43:11 -08:00
src Bug 1561636 - intermittent updater failures on Win64 (Error 19) r=rstrong 2019-06-27 09:11:48 +00:00
tests Bug 1561435 - Format modules/, a=automatic-formatting 2019-07-05 10:54:01 +02:00
tool Bug 1547217 - Reshuffle how verifymar is linked. r=chmanchester 2019-06-19 23:26:40 +00:00
verify Bug 1547217 - Reshuffle how verifymar is linked. r=chmanchester 2019-06-19 23:26:40 +00:00
moz.build Bug 1547217 - Reshuffle how verifymar is linked. r=chmanchester 2019-06-19 23:26:40 +00: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.