gecko-dev/modules/libmar
Matt Howell 3eedff1868 Bug 1473113 - Defer initializing the MAR index until it's needed. r=rstrong
--HG--
extra : source : 6ea6dde8422f745f10dbc004293d1c1bc96e6b8e
2018-07-11 10:12:08 -07:00
..
sign Bug 1392626 Fix warning about unused consoleName r=rstrong 2017-08-22 09:09:59 -05:00
src Bug 1473113 - Defer initializing the MAR index until it's needed. r=rstrong 2018-07-11 10:12:08 -07:00
tests bug 1255485 - build PROGRAMs directly in dist/bin instead of copying them. r=nalexander 2018-01-10 14:26:12 -05: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 1407014 - Fix typo in CyprtoAPI_VerifySignature function name. r=rstrong 2017-10-09 11:57:43 -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.